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