Mercurial > hg > cc > cirrus_home
diff 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 |
line wrap: on
line diff
--- a/bin/plinks.sh Tue Feb 25 14:56:36 2020 +0000 +++ b/bin/plinks.sh Tue Feb 25 18:33:22 2020 +0000 @@ -1,8 +1,8 @@ #!/usr/bin/bash -mkdir -p $TMPDIR +module load miniconda/python3 echo $(date) $(hostname) h=$(hostname) hn=${h##*n} -if [ $hn -eq 0 ]; then echo {013..062}; else echo {063..112}; fi |\ -tr ' ' '\012' |parallel --will-cite -j 30 -N 1 doPlinks.sh ${hn} '{#}' '{}' +if [ $hn -eq 0 ]; then echo {013..014}; else echo {015..016}; fi |\ +tr ' ' '\012' |parallel --will-cite -j 30 -N 1 bin/doPlinks.sh ${hn} '{#}' '{}' echo $(date) $(hostname) $?