From 1874aff76f16cc5c144e04780f7b49736a715940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Henrik=20G=C3=B6bbert?= <goebbert1@jsfl01.jusuf> Date: Tue, 17 May 2022 15:57:39 +0200 Subject: [PATCH] update pv to 5.10.1 --- bin/launch_paraview.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/launch_paraview.sh b/bin/launch_paraview.sh index 486ce2d..56e53f9 100755 --- a/bin/launch_paraview.sh +++ b/bin/launch_paraview.sh @@ -6,7 +6,8 @@ module load Stages/2022 module load GCC/11.2.0 module load ParaStationMPI -module load ParaView/5.10.0 +module load ParaView/5.10.1 +module load ParaViewPlugin-Nek5000/20221505 export PSP_SCHED_YIELD=1 echo >&2 "==========================================" -- GitLab