annotate testJob.sh @ 160:bc1291218f28

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 18 Jul 2022 17:39:35 +0100
parents a82c325e8b32
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/bin/bash
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 #PBS -l select=2:ncpus=36
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 #PBS -l place=exclhost
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 #PBS -l walltime=08:00:00
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 #PBS -V
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 #PBS -A dc007
25
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
7 #PBS -N test
11
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 #module load mpt
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11 cd ${PBS_O_WORKDIR}
25
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 11
diff changeset
12 bin/dummy.sh
11
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13
b0d9fe66ce8a give up on mpiexec_mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14