From 6f765059d2231b8e013b8e4dc667fffb49fa5c4b Mon Sep 17 00:00:00 2001
From: goebbert1 <goebbert1@jwlogin10.juwels>
Date: Tue, 19 Mar 2024 10:08:48 +0100
Subject: [PATCH] update to stage 2024

---
 bin/launch_blender.sh   | 4 ++--
 bin/launch_cubegui.sh   | 4 ++--
 bin/launch_hdfview.sh   | 4 ++--
 bin/launch_ncu.sh       | 4 ++--
 bin/launch_nsys.sh      | 4 ++--
 bin/launch_paraview.sh  | 6 +++---
 bin/launch_totalview.sh | 4 ++--
 bin/launch_vampir.sh    | 2 +-
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/bin/launch_blender.sh b/bin/launch_blender.sh
index 4f46132..c31817f 100755
--- a/bin/launch_blender.sh
+++ b/bin/launch_blender.sh
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
-module load GCCcore/.11.3.0
+module load Stages/2024
+module load GCCcore/.12.3.0
 module load Blender
 
 echo >&2 "=========================================="
diff --git a/bin/launch_cubegui.sh b/bin/launch_cubegui.sh
index 54cfd77..d209228 100755
--- a/bin/launch_cubegui.sh
+++ b/bin/launch_cubegui.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCCcore/.11.3.0
+module load GCCcore/.12.3.0
 module load CubeGUI
 
 cube
diff --git a/bin/launch_hdfview.sh b/bin/launch_hdfview.sh
index 4412b39..daeff86 100755
--- a/bin/launch_hdfview.sh
+++ b/bin/launch_hdfview.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCCcore/.11.3.0
+module load GCCcore/.12.3.0
 module load HDFView
 
 hdfview.sh
diff --git a/bin/launch_ncu.sh b/bin/launch_ncu.sh
index cc40286..c2d08a5 100755
--- a/bin/launch_ncu.sh
+++ b/bin/launch_ncu.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCCcore/.11.3.0
+module load GCCcore/.12.3.0
 module load Nsight-Compute
 
 ncu-ui
diff --git a/bin/launch_nsys.sh b/bin/launch_nsys.sh
index bcafc61..a86e1d6 100755
--- a/bin/launch_nsys.sh
+++ b/bin/launch_nsys.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCCcore/.11.3.0
+module load GCCcore/.12.3.0
 module load Nsight-Systems
 
 nsys-ui
diff --git a/bin/launch_paraview.sh b/bin/launch_paraview.sh
index 6616811..81292be 100755
--- a/bin/launch_paraview.sh
+++ b/bin/launch_paraview.sh
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCC/11.3.0
+module load GCC/12.3.0
 module load ParaStationMPI
 
-module load ParaView/5.11.0
+module load ParaView/5.12.0-RC2
 module load ParaViewPlugin-Nek5000/20230208
 export PSP_SCHED_YIELD=1
 
diff --git a/bin/launch_totalview.sh b/bin/launch_totalview.sh
index 871d2e1..154523d 100755
--- a/bin/launch_totalview.sh
+++ b/bin/launch_totalview.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 module purge
-module load Stages/2023
+module load Stages/2024
 
-module load GCCcore/.11.3.0
+module load GCCcore/.12.3.0
 module load TotalView
 
 totalview
diff --git a/bin/launch_vampir.sh b/bin/launch_vampir.sh
index 09f4338..dd67cd6 100755
--- a/bin/launch_vampir.sh
+++ b/bin/launch_vampir.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 module purge
-module load Stages/2022
+module load Stages/2024
 
 module load Vampir
 
-- 
GitLab