diff options
Diffstat (limited to 'Tools/BatchScripts/batch_lassen.sh')
-rw-r--r-- | Tools/BatchScripts/batch_lassen.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Tools/BatchScripts/batch_lassen.sh b/Tools/BatchScripts/batch_lassen.sh new file mode 100644 index 000000000..0fd2500c5 --- /dev/null +++ b/Tools/BatchScripts/batch_lassen.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# Copyright 2020 Axel Huebl +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL +# +# Refs.: +# https://jsrunvisualizer.olcf.ornl.gov/?s4f0o11n6c7g1r11d1b1l0= +# https://hpc.llnl.gov/training/tutorials/using-lcs-sierra-system#quick16 + +#BSUB -G <allocation ID> +#BSUB -W 00:10 +#BSUB -nnodes 2 +#BSUB -alloc_flags smt4 +#BSUB -J WarpX +#BSUB -o WarpXo.%J +#BSUB -e WarpXe.%J + +export OMP_NUM_THREADS=1 +jsrun -r 4 -a 1 -g 1 -c 7 -l GPU-CPU -d packed -b rs -M "-gpu" <path/to/executable> <input file> > output.txt |