Skip to content
Snippets Groups Projects
Commit f908bc6a authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

Update launch_paraview.sh

parent 6f765059
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ if [ -S /tmp/.X11-unix/X0 ] && [ ! -z "${NVGPU}" ]; then ...@@ -21,7 +21,8 @@ if [ -S /tmp/.X11-unix/X0 ] && [ ! -z "${NVGPU}" ]; then
echo >&2 " -- hardware accelerated" echo >&2 " -- hardware accelerated"
# ensure we use CUDA # ensure we use CUDA
module load mpi-settings/CUDA module load UCX-settings/RC-CUDA
module load MPI-settings/CUDA
module load VirtualGL module load VirtualGL
vglrun +v -d :0 paraview --mpi vglrun +v -d :0 paraview --mpi
...@@ -31,7 +32,7 @@ else ...@@ -31,7 +32,7 @@ else
# ensure we do not try to use CUDA # ensure we do not try to use CUDA
module load UCX-settings/RC module load UCX-settings/RC
module load mpi-settings/UCX module load MPI-settings/UCX
paraview --mpi paraview --mpi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment