We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf693d commit 035cc00Copy full SHA for 035cc00
examples-proposed/020-simple-ensemble/perlmutter.slurm
@@ -9,16 +9,14 @@
9
#SBATCH --account=atom # REPLACE WITH YOUR PROJECT ID
10
#SBATCH --constraint=cpu
11
#SBATCH --nodes=1
12
-#SBATCH --time=30
13
-#SBATCH --qos=regular
14
-
+#SBATCH --time=5
+#SBATCH -p debug
15
16
module load PrgEnv-gnu openmpi python
17
18
# Again, this assumes that there exists a conda environment named "ips".
19
conda activate ips
20
21
22
ips.py -v --debug --log=${SLURM_JOBID}_full.log \
23
--simulation=ensemble.conf --platform=perlmutter.conf 2>&1 | tee ${SLURM_JOBID}_ips.log
24
0 commit comments