Mercurial > hg > cc > cirrus_home
comparison bin/runme.sh @ 174:bfe9085a1d39
change account back
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 10 Jan 2023 17:48:26 +0000 |
parents | 3213a8bb2ed1 |
children | e1bc9d8d688c |
comparison
equal
deleted
inserted
replaced
173:bc791ff523e7 | 174:bfe9085a1d39 |
---|---|
1 #!/usr/bin/bash | 1 #!/usr/bin/bash |
2 # Invoke this as e.g. sbatch --ntasks=10 -c 20 runme.sh $PWD CMD ARGS | 2 # Invoke this as e.g. sbatch --ntasks=10 -c 20 runme.sh [args for work/bin/_runme.sh] |
3 # It will run on the login node | 3 # It will run on the login node |
4 | 4 |
5 #SBATCH --time=01:00:00 | 5 #SBATCH --time=01:00:00 |
6 #SBATCH --partition=standard | 6 #SBATCH --partition=standard |
7 #SBATCH --qos=standard | 7 #SBATCH --qos=standard |
8 #SBATCH --account=ec184-guest | 8 #SBATCH --account=dc007 |
9 #SBATCH --job-name runme | 9 #SBATCH --job-name runme |
10 | 10 |
11 export W=/work/dc007/dc007 | 11 export W=/work/dc007/dc007 |
12 | 12 |
13 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 | 13 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 |