Tzanio Kolev
Tzanio Kolev
ping: @matthiasdiener and @samuelpmishLLNL, in case you can help.
Thank you @congunter
Thank you so much for the detailed investigation @kanye-quest, this is significant improvement already and we really appreciate it!
The improvements in https://github.com/GLVis/glvis/pull/237 are now deployed and I notice significantly faster load time in both the [Docker container](https://mfem.org/tutorial/) and [https://glvis.org/live/](https://glvis.org/live/). Thank you @kanye-quest 🚀
All other examples from glvis.org/live work for me, but I still get an error with Navier in this branch, e.g. the following run: ``` ./glvis -saved ~/glvis-web/src/data/navier.saved ``` shows instead...
I switched in https://github.com/mfem/mfem/pull/3162 to `macos-latest`. Should we do the same here?
I could be doing something wrong, but I get the following build error on my new Mac: ``` g++ -O3 -std=c++11 -I../mfem-clean -DGLVIS_MULTISAMPLE=4 -DGLVIS_MS_LINEWIDTH=1.0 -DGLVIS_OGL3 -I/opt/X11/include/freetype2 ... -lfreetype -lfontconfig -lSDL2...
Can we add this ☝️ to mfem proper and call it automatically in glvis when needed?
@rfalgout, having access to the AMS data structure entries will indeed be useful for us in MFEM, as @tuckerbabcock pointed out. I can propose a PR that updates `parcsr_ls/_hypre_parcsr_ls.h` accordingly...
How does #730 look?