Mercurial > hg > cc > cirrus_home
diff bin/nl1.sh @ 186:fc1b16130961
csing-related tweaks
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 15 Feb 2024 22:31:43 +0000 |
parents | 3213a8bb2ed1 |
children |
line wrap: on
line diff
--- a/bin/nl1.sh Wed Dec 06 13:38:58 2023 +0000 +++ b/bin/nl1.sh Thu Feb 15 22:31:43 2024 +0000 @@ -6,11 +6,13 @@ #SBATCH --time=01:00:00 #SBATCH --partition=standard #SBATCH --qos=standard -#SBATCH --account=ec184-guest +#SBATCH --account=ec184-hst #SBATCH --job-name ex1 export W=/work/dc007/dc007 echo $(date) Launching $SLURM_JOB_NUM_NODES nodes for nl1 "$@" from $(hostname) to do $SLURM_NTASKS tasks, $SLURM_CPUS_PER_TASK cpus each -srun -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_nl1.sh "$@" +srun -c $SLURM_CPUS_PER_TASK $W/shared/bin/csing $W/hst/bin/_nl1.sh "$@" + +