Mercurial > hg > cc > cirrus_home
changeset 186:fc1b16130961
csing-related tweaks
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 15 Feb 2024 22:31:43 +0000 |
parents | acae526510e2 |
children | 9805323d9969 |
files | bin/c2t.sh bin/nl1.sh |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/c2t.sh Wed Dec 06 13:38:58 2023 +0000 +++ b/bin/c2t.sh Thu Feb 15 22:31:43 2024 +0000 @@ -10,9 +10,9 @@ #SBATCH --account=ec184-hst #SBATCH --job-name c2t -export W=/work/dc007/dc007 +export W=/work/dc007/dc007/hst echo $(date) Launching $SLURM_JOB_NUM_NODES nodes for c2t "$@" 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/_c2t.sh "$@" +srun -c $SLURM_CPUS_PER_TASK /work/dc007/dc007/shared/bin/csing $W/bin/_c2t.sh "$@"
--- 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 "$@" + +