diff options
Diffstat (limited to 'Tools/BatchScripts/batch_summit.sh')
-rw-r--r-- | Tools/BatchScripts/batch_summit.sh | 3 |
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 |