Mercurial > hg > cc > cirrus_home
comparison bin/plinks.sh @ 11:b0d9fe66ce8a
give up on mpiexec_mpt
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 25 Feb 2020 18:33:22 +0000 |
parents | a33db8e3f51c |
children | 29263ba42361 |
comparison
equal
deleted
inserted
replaced
10:a33db8e3f51c | 11:b0d9fe66ce8a |
---|---|
1 #!/usr/bin/bash | 1 #!/usr/bin/bash |
2 mkdir -p $TMPDIR | 2 module load miniconda/python3 |
3 echo $(date) $(hostname) | 3 echo $(date) $(hostname) |
4 h=$(hostname) | 4 h=$(hostname) |
5 hn=${h##*n} | 5 hn=${h##*n} |
6 if [ $hn -eq 0 ]; then echo {013..062}; else echo {063..112}; fi |\ | 6 if [ $hn -eq 0 ]; then echo {013..014}; else echo {015..016}; fi |\ |
7 tr ' ' '\012' |parallel --will-cite -j 30 -N 1 doPlinks.sh ${hn} '{#}' '{}' | 7 tr ' ' '\012' |parallel --will-cite -j 30 -N 1 bin/doPlinks.sh ${hn} '{#}' '{}' |
8 echo $(date) $(hostname) $? | 8 echo $(date) $(hostname) $? |