Skip to content

Commit 035cc00

Browse files
committed
Update SLURM script for Perlmutter to adjust job time and partition settings
1 parent 4cf693d commit 035cc00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples-proposed/020-simple-ensemble/perlmutter.slurm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
#SBATCH --account=atom # REPLACE WITH YOUR PROJECT ID
1010
#SBATCH --constraint=cpu
1111
#SBATCH --nodes=1
12-
#SBATCH --time=30
13-
#SBATCH --qos=regular
14-
12+
#SBATCH --time=5
13+
#SBATCH -p debug
1514

1615
module load PrgEnv-gnu openmpi python
1716

1817
# Again, this assumes that there exists a conda environment named "ips".
1918
conda activate ips
2019

21-
2220
ips.py -v --debug --log=${SLURM_JOBID}_full.log \
2321
--simulation=ensemble.conf --platform=perlmutter.conf 2>&1 | tee ${SLURM_JOBID}_ips.log
2422

0 commit comments

Comments
 (0)