diff --git a/bin/launch_blender.sh b/bin/launch_blender.sh
index 4f4613288c0af6ed1292dbf33d1c137949716ee9..c31817fec298b3983e2d1d72fd44f3d3c01ab3cb 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 54cfd77ca755a0c95515ac47ac935be4f4390f4d..d2092289326a4abbf37154411a3bb216ed56fb7e 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 4412b39d1593d724f3c7276f09d2fa9538d883ed..daeff867f82756c329c088d9a4c7a8b8b060b253 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 cc40286533279e20b90340264cfbdf2004c03632..c2d08a559fadc609890d280d15ce036eb4414760 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 bcafc61bac0fb559756c69945e9643146253b06a..a86e1d693149b32c75f84b5be9ddcfbbe3625c81 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 6616811cc24c4c35c6eb66b1c942d19e6fa2984f..81292be8b78ad232572ab61c9b8197ea6142e172 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 871d2e1ef45062cc26554fea89b926f636e97c23..154523d2ed4510cd55b14022c627eebb6d3f3d81 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 09f43385d044e66f790e7e97628671c67cdddf9e..dd67cd609e156876f86bd7096cc937aa6f2b8f64 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