Mercurial > hg > cc > cirrus_home
annotate 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 |
rev | line source |
---|---|
0 | 1 #!/bin/bash |
2 #PBS -l select=2:ncpus=36 | |
3 #PBS -l place=exclhost | |
4 #PBS -l walltime=08:00:00 | |
5 #PBS -V | |
6 #PBS -A dc007 | |
7 #PBS -N plinks | |
8 | |
9 module load mpt | |
10 | |
11 cd ${PBS_O_WORKDIR} | |
12 | |
13 export MPI_SHEPHERD=true | |
8
3b56c2c9d0ee
longer run, terser logging
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
7
diff
changeset
|
14 #export MPI_UNBUFFERED_STDIO=true not needed anymore since debug logging pruned |
0 | 15 |
16 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35 | |
17 |