diff --git a/bin/launch_blender.sh b/bin/launch_blender.sh
index 5823a98aa66266eac43a48219ad67623f0b74cdd..db27b968c8bbaabd4e7d76431418696592f73378 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 cadee7b58d46fdd7af0370cca1b5cf131c70c76c..d9527e3599ad03fd2d2d3f77cf1110ca67be25a8 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 6e4e1ca0f4410d9493a3381e20f506b4c4817880..7dabf247986bd1c6079e8df2bb8a4a8219d9bd05 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 fafba0496af2eb821361fad9b624e8c9d8e8ec5c..4412b39d1593d724f3c7276f09d2fa9538d883ed 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 779004f834f918cf7bbdce408af31796ab490d82..5480f78bd3c727ff7940f0411718e398b31b3ca7 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 f0d243fbbc753bcf06a002dc3a24704857823478..8cb29a306126f08e919d32ccb21c958df7676961 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 ff3a6ceadc46767f9cce5132d954bd1e19ded84a..62de4436ff2458822d554b7fc60748bab448830e 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 1e52de004d872c26563257c066168e3ae7bfc87f..871d2e1ef45062cc26554fea89b926f636e97c23 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 1afaaed958ca26493a79a212aab2bc8b00da2450..7a43392648cf4ed9bb1c555ed96993e4ce0e1dec 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