Mercurial > hg > cc > cirrus_home
comparison plinksJob.sh @ 7:25ca3505b4d7
more logging
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Mon, 24 Feb 2020 00:44:53 +0000 |
parents | 65a56c0d1c1f |
children | 3b56c2c9d0ee |
comparison
equal
deleted
inserted
replaced
6:0f494c76a887 | 7:25ca3505b4d7 |
---|---|
9 module load mpt | 9 module load mpt |
10 | 10 |
11 cd ${PBS_O_WORKDIR} | 11 cd ${PBS_O_WORKDIR} |
12 | 12 |
13 export MPI_SHEPHERD=true | 13 export MPI_SHEPHERD=true |
14 export MPI_UNBUFFERED_STDIO=true | |
14 | 15 |
15 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35 | 16 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35 |
16 | 17 |