comparison masterJob.sh @ 140:0a447db5cf1c

move to ec164.guest
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 19 Oct 2021 12:55:30 +0000
parents e5d5958bf3fe
children bb24f94fe592
comparison
equal deleted inserted replaced
139:e96d444b0f84 140:0a447db5cf1c
6 # divide up the job task file task file (see below) between them. 6 # divide up the job task file task file (see below) between them.
7 # Implies that ~/taskName_{0..n}.txt or ~/taskName/{0..n}.txt contain the necessary parameterisation 7 # Implies that ~/taskName_{0..n}.txt or ~/taskName/{0..n}.txt contain the necessary parameterisation
8 #SBATCH --time=01:00:00 8 #SBATCH --time=01:00:00
9 #SBATCH --partition=standard 9 #SBATCH --partition=standard
10 #SBATCH --qos=standard 10 #SBATCH --qos=standard
11 #SBATCH --account=dc007 11 #SBATCH --account=ec184-guest
12 #SBATCH --job-name master 12 #SBATCH --job-name master
13 13
14 export SBATCH_JOB_NAME="$1" 14 export SBATCH_JOB_NAME="$1"
15 15
16 cd ${SLURM_SUBMIT_DIR} 16 cd ${SLURM_SUBMIT_DIR}