38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 29: | Line 29: | ||
2. At the prompt that is now running inside your job, load the offscreen ParaView module and start the server. | 2. At the prompt that is now running inside your job, load the offscreen ParaView module and start the server. | ||
{{Command|module load gcc/9.3.0 paraview-offscreen/5. | {{Command|module load gcc/9.3.0 paraview-offscreen/5.11.0}} | ||
{{Command|pvserver --force-offscreen-rendering | {{Command|pvserver --force-offscreen-rendering | ||
|result= | |result= | ||
Line 57: | Line 57: | ||
{{Commands | {{Commands | ||
|module load gcc/9.3.0 paraview-offscreen/5. | |module load gcc/9.3.0 paraview-offscreen/5.11.0 | ||
|srun pvserver --force-offscreen-rendering | |srun pvserver --force-offscreen-rendering | ||
}} | }} | ||
Line 75: | Line 75: | ||
{{Commands | {{Commands | ||
|module load gcc/9.3.0 paraview-offscreen-gpu/5. | |module load gcc/9.3.0 paraview-offscreen-gpu/5.11.0 | ||
|unset DISPLAY | |unset DISPLAY | ||
}} | }} | ||
Line 287: | Line 287: | ||
3. Show how to load a specific version such as: | 3. Show how to load a specific version such as: | ||
module spider paraview/5. | module spider paraview/5.11.0 | ||
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. | module load paraview/5.11.0 | ||
paraview | paraview | ||