Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[]$ module load paraview/5.8.1
[]$ MESA_GL_VERSION_OVERRIDE=4.5 paraview

The reason for the format of the second command is that this is a multi-purpose service and not a ‘dedicated visualization’ service. As noted, there is no 3D GPU acceleration, so rendering is in software and we need to indicate the rendering capabilities.

...