Mercurial > hg > cc > cirrus_home
changeset 178:e1bc9d8d688c
ec184 now, run w. unbuffered output
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 05 Jul 2023 15:02:53 +0100 |
parents | 354dae8aeb80 |
children | 9d71a9f55ea0 |
files | bin/runme.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/runme.sh Wed Jul 05 14:52:00 2023 +0100 +++ b/bin/runme.sh Wed Jul 05 15:02:53 2023 +0100 @@ -5,11 +5,11 @@ #SBATCH --time=01:00:00 #SBATCH --partition=standard #SBATCH --qos=standard -#SBATCH --account=dc007 +#SBATCH --account=ec184-hst #SBATCH --job-name runme export W=/work/dc007/dc007 echo $(date) Launching $SLURM_JOB_NUM_NODES nodes in $(pwd) for runme "$@" from $(hostname) to do $SLURM_NTASKS tasks, $SLURM_CPUS_PER_TASK cpus each 1>&2 -srun -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_runme.sh "$@" +srun --unbuffered -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_runme.sh "$@"