# HG changeset patch # User Henry S. Thompson # Date 1673372906 0 # Node ID bfe9085a1d39a1b6eec507b00a1cc6fe1b9ada80 # Parent bc791ff523e7919acbf525f803428fdba73c2d89 change account back diff -r bc791ff523e7 -r bfe9085a1d39 bin/runme.sh --- a/bin/runme.sh Thu Jul 28 17:25:09 2022 +0100 +++ b/bin/runme.sh Tue Jan 10 17:48:26 2023 +0000 @@ -1,15 +1,15 @@ #!/usr/bin/bash -# Invoke this as e.g. sbatch --ntasks=10 -c 20 runme.sh $PWD CMD ARGS +# Invoke this as e.g. sbatch --ntasks=10 -c 20 runme.sh [args for work/bin/_runme.sh] # It will run on the login node #SBATCH --time=01:00:00 #SBATCH --partition=standard #SBATCH --qos=standard -#SBATCH --account=ec184-guest +#SBATCH --account=dc007 #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 "$@" \ No newline at end of file +srun -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_runme.sh "$@"