glvis icon indicating copy to clipboard operation
glvis copied to clipboard

Draft: Parallel streams for web version

Open tomstitt opened this issue 2 years ago • 2 comments

  • Adds and renames the display and update methods
  • Moves ReadInputStreams from glvis.cpp to lib/stream_state.*
    • keep_attr is now a member of StreamState

tomstitt avatar Aug 03 '22 15:08 tomstitt

The mac jobs are failing due to GitHub Actions has encountered an internal error when running your job, any ideas?

tomstitt avatar Aug 03 '22 18:08 tomstitt

Looks like they deprecated the macos-10.15 container on gh actions? https://github.com/actions/virtual-environments/issues/5583

publixsubfan avatar Aug 03 '22 18:08 publixsubfan

I switched in https://github.com/mfem/mfem/pull/3162 to macos-latest.

Should we do the same here?

tzanio avatar Aug 21 '22 00:08 tzanio