Skip to content

Commit 512fcb1

Browse files
committed
UPD default job to be on one task
1 parent fde95bc commit 512fcb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module6/job.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
2-
#SBATCH --job-name=FWC_8cores
2+
#SBATCH --job-name=FWC
33
#SBATCH --partition=modi_HPPC
44
#SBATCH --nodes=1
5-
#SBATCH --ntasks=8
6-
#SBATCH --exclusive
5+
#SBATCH --ntasks=1
6+
##SBATCH --exclusive
77

88
mpiexec apptainer exec \
99
~/modi_images/ucphhpc/hpc-notebook:latest \

0 commit comments

Comments
 (0)