Translations:ParaView/96/en

From Alliance Doc
Revision as of 22:23, 28 October 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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