Translations:ParaView/96/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
4. Load the required modules and start paraview:
4. Load the required modules and start paraview:
  module load StdEnv/2020  gcc/9.3.0  openmpi/4.0.3
  module load StdEnv/2020  gcc/9.3.0  openmpi/4.0.3
  module load paraview/5.10.0
  module load paraview/5.11.0
  paraview
  paraview

Revision as of 21:17, 9 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (ParaView)
4. Load the required modules and start paraview:
 module load StdEnv/2020  gcc/9.3.0  openmpi/4.0.3
 module load paraview/5.11.0
 paraview
The most recent versions of ParaView require disabling the VirtualGL dynamic linker faker <code>LD_PRELOAD</code> when running the <code>paraview</code> command
 LD_PRELOAD=${LD_PRELOAD/libdlfaker.so/} paraview

4. Load the required modules and start paraview:

module load StdEnv/2020  gcc/9.3.0  openmpi/4.0.3
module load paraview/5.11.0
paraview