Translations:ParaView/96/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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 |
Latest revision as of 22:23, 28 October 2024
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 LD_PRELOAD
when running the paraview
command
LD_PRELOAD=${LD_PRELOAD/libdlfaker.so/} paraview