From 9e692f3cb1a76e7f6dc6ad92c5518e95154d0131 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Wed, 8 Feb 2023 22:54:39 +0100 Subject: [PATCH] update to stage 2023 --- bin/launch_blender.sh | 3 +-- bin/launch_cubegui.sh | 7 +++---- bin/launch_gpicview.sh | 5 ++--- bin/launch_hdfview.sh | 5 ++--- bin/launch_ncu.sh | 7 +++---- bin/launch_nsys.sh | 7 +++---- bin/launch_paraview.sh | 7 +++---- bin/launch_totalview.sh | 5 ++--- bin/launch_vampir.sh | 3 +-- 9 files changed, 20 insertions(+), 29 deletions(-) diff --git a/bin/launch_blender.sh b/bin/launch_blender.sh index 5823a98..db27b96 100755 --- a/bin/launch_blender.sh +++ b/bin/launch_blender.sh @@ -1,8 +1,7 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 module load Blender diff --git a/bin/launch_cubegui.sh b/bin/launch_cubegui.sh index cadee7b..d9527e3 100755 --- a/bin/launch_cubegui.sh +++ b/bin/launch_cubegui.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 -module load CubeGUI/4.6 +module load GCCcore/.11.3.0 +module load CubeGUI/4.8 cube diff --git a/bin/launch_gpicview.sh b/bin/launch_gpicview.sh index 6e4e1ca..7dabf24 100755 --- a/bin/launch_gpicview.sh +++ b/bin/launch_gpicview.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 +module load GCCcore/.11.3.0 module load GPicView gpicview diff --git a/bin/launch_hdfview.sh b/bin/launch_hdfview.sh index fafba04..4412b39 100755 --- a/bin/launch_hdfview.sh +++ b/bin/launch_hdfview.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 +module load GCCcore/.11.3.0 module load HDFView hdfview.sh diff --git a/bin/launch_ncu.sh b/bin/launch_ncu.sh index 779004f..5480f78 100755 --- a/bin/launch_ncu.sh +++ b/bin/launch_ncu.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 -module load Nsight-Compute/2021.2.1 +module load GCCcore/.11.3.0 +module load Nsight-Compute/2022.3.0 ncu-ui diff --git a/bin/launch_nsys.sh b/bin/launch_nsys.sh index f0d243f..8cb29a3 100755 --- a/bin/launch_nsys.sh +++ b/bin/launch_nsys.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 -module load Nsight-Systems/2021.4.1 +module load GCCcore/.11.3.0 +module load Nsight-Systems/2022.4.1 nsys-ui diff --git a/bin/launch_paraview.sh b/bin/launch_paraview.sh index ff3a6ce..62de443 100755 --- a/bin/launch_paraview.sh +++ b/bin/launch_paraview.sh @@ -1,13 +1,12 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCC/10.3.0 +module load GCC/11.3.0 module load ParaStationMPI -module load ParaView/5.9.1-Python-3.8.5 +module load ParaView/5.11.0 export PSP_SCHED_YIELD=1 echo >&2 "==========================================" diff --git a/bin/launch_totalview.sh b/bin/launch_totalview.sh index 1e52de0..871d2e1 100755 --- a/bin/launch_totalview.sh +++ b/bin/launch_totalview.sh @@ -1,10 +1,9 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 -module load GCCcore/.10.3.0 +module load GCCcore/.11.3.0 module load TotalView totalview diff --git a/bin/launch_vampir.sh b/bin/launch_vampir.sh index 1afaaed..7a43392 100755 --- a/bin/launch_vampir.sh +++ b/bin/launch_vampir.sh @@ -1,8 +1,7 @@ #!/bin/bash module purge -module use $OTHERSTAGES -module load Stages/2020 +module load Stages/2023 module load Vampir -- GitLab