aboutsummaryrefslogtreecommitdiff
path: root/Tools/BatchScripts
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-07-26 13:29:17 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-26 13:29:17 -0700
commit5d95a68deb3a53d197843f550ea9a3ad81ba54ef (patch)
tree5c4b92ececdb1f8509313824e8cd5cd0a959d898 /Tools/BatchScripts
parent9d0cdfcd4febfe802024493fb196fcb98c2992d4 (diff)
downloadWarpX-5d95a68deb3a53d197843f550ea9a3ad81ba54ef.tar.gz
WarpX-5d95a68deb3a53d197843f550ea9a3ad81ba54ef.tar.zst
WarpX-5d95a68deb3a53d197843f550ea9a3ad81ba54ef.zip
Docs: Update JSC Juwels-Booster (#2133)
Update CUDA from 11.0 (default) to 11.3.
Diffstat (limited to 'Tools/BatchScripts')
-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