aboutsummaryrefslogtreecommitdiff
path: root/Tools/BatchScripts
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-08-30 16:49:02 -0700
committerGravatar GitHub <noreply@github.com> 2021-08-30 16:49:02 -0700
commitb4f0447dd5981e3068e5ef2874b1c9485c81a6cc (patch)
treed53fa49cf557b29d1207ccb0595603accb1ba04a /Tools/BatchScripts
parent35a66bcd8fde93507d7c1538d61893fbec016b31 (diff)
downloadWarpX-b4f0447dd5981e3068e5ef2874b1c9485c81a6cc.tar.gz
WarpX-b4f0447dd5981e3068e5ef2874b1c9485c81a6cc.tar.zst
WarpX-b4f0447dd5981e3068e5ef2874b1c9485c81a6cc.zip
Docs: ADIOS2 Fixed on Summit (#2239)
The adios2 system module is now fixed on Summit. We don't need to load the openpmd-api module for CMake, as we build it on-the-fly at the moment against the ADIOS2 and HDF5 modules.
Diffstat (limited to 'Tools/BatchScripts')
-rw-r--r--Tools/BatchScripts/batch_summit.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/BatchScripts/batch_summit.sh b/Tools/BatchScripts/batch_summit.sh
index 75e48455c..a5186c663 100644
--- a/Tools/BatchScripts/batch_summit.sh
+++ b/Tools/BatchScripts/batch_summit.sh
@@ -18,8 +18,7 @@
#BSUB -o WarpXo.%J
#BSUB -e WarpXe.%J
-module load gcc
-module load cuda
+source $HOME/warpx.profile
export OMP_NUM_THREADS=1
jsrun -r 6 -a 1 -g 1 -c 7 -l GPU-CPU -d packed -b rs --smpiargs="-gpu" <path/to/executable> <input file> > output.txt