aboutsummaryrefslogtreecommitdiff
path: root/Tools/BatchScripts/batch_juwels.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/BatchScripts/batch_juwels.sh')
-rw-r--r--Tools/BatchScripts/batch_juwels.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/BatchScripts/batch_juwels.sh b/Tools/BatchScripts/batch_juwels.sh
index 369e871c8..870e727e1 100644
--- a/Tools/BatchScripts/batch_juwels.sh
+++ b/Tools/BatchScripts/batch_juwels.sh
@@ -1,7 +1,7 @@
#!/bin/bash -l
#SBATCH -A $proj
-#SBATCH --partition=gpus
+#SBATCH --partition=booster
#SBATCH --nodes=2
#SBATCH --ntasks=8
#SBATCH --ntasks-per-node=4
@@ -14,9 +14,11 @@
export OMP_NUM_THREADS=1
export OMPI_MCA_io=romio321 # for HDF5 support in openPMD
+# you can comment this out if you sourced the warpx.profile
+# files before running sbatch:
module load GCC
module load OpenMPI
-module load CUDA
+module load CUDA/11.3
module load HDF5
module load Python