comparison plinksJob.sh @ 8:3b56c2c9d0ee

longer run, terser logging
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 24 Feb 2020 12:16:10 +0000
parents 25ca3505b4d7
children b0d9fe66ce8a
comparison
equal deleted inserted replaced
7:25ca3505b4d7 8:3b56c2c9d0ee
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 #export MPI_UNBUFFERED_STDIO=true not needed anymore since debug logging pruned
15 15
16 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35 16 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35
17 17