glvis
glvis copied to clipboard
Draft: Parallel streams for web version
- Adds and renames the
display
andupdate
methods - Moves
ReadInputStreams
fromglvis.cpp
tolib/stream_state.*
-
keep_attr
is now a member ofStreamState
-
The mac jobs are failing due to GitHub Actions has encountered an internal error when running your job
, any ideas?
Looks like they deprecated the macos-10.15 container on gh actions? https://github.com/actions/virtual-environments/issues/5583
I switched in https://github.com/mfem/mfem/pull/3162 to macos-latest
.
Should we do the same here?