annotate listHdrsJob.sh @ 196:436c976ed27f
try to get -m working properly
| author |
Henry S. Thompson <ht@inf.ed.ac.uk> |
| date |
Tue, 22 Apr 2025 14:32:50 +0100 |
| parents |
65a56c0d1c1f |
| children |
|
| rev |
line source |
|
0
|
1 #!/bin/bash
|
|
|
2 #PBS -l select=2:ncpus=36
|
|
|
3 #PBS -l place=exclhost
|
|
|
4 #PBS -l walltime=01:00:00
|
|
|
5 #PBS -V
|
|
|
6 #PBS -A dc007
|
|
|
7 #PBS -N listHdrs
|
|
|
8
|
|
|
9 module load mpt
|
|
|
10
|
|
|
11 cd ${PBS_O_WORKDIR}
|
|
|
12
|
|
|
13 export MPI_LAUNCH_TIMEOUT=120
|
|
|
14 export MPI_SHEPHERD=true
|
|
|
15
|
|
|
16 mpiexec_mpt -ppn 1 -n 1 bin/listHdrs.sh 2019-35
|
|
|
17 wait
|