comparison shortTestJob.sh @ 22:ce4c2ec0d5b3

more job scripts
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 10:57:56 +0000
parents
children 6f28ac7d5255
comparison
equal deleted inserted replaced
21:a598469733d3 22:ce4c2ec0d5b3
1 #!/bin/bash
2 #PBS -l select=2:ncpus=19
3 #PBS -l place=exclhost
4 #PBS -l walltime=01:00:00
5 #PBS -V
6 #PBS -A dc007
7 #PBS -N shortTest19
8
9 #module load mpt
10
11 cd ${PBS_O_WORKDIR}
12 bin/dummy.sh
13
14