Mercurial > hg > cc > cirrus_home
comparison bin/master.sh @ 21:a598469733d3
more job scripts
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:57:21 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
20:5371599c0cfa | 21:a598469733d3 |
---|---|
1 #!/usr/bin/bash | |
2 echo $(date) $(hostname) | |
3 h=$(hostname) | |
4 hn=${h##*n} | |
5 if [ $hn -eq 0 ] | |
6 then seq --format="%03.0f" $1 $2 | |
7 else seq --format="%03.0f" $3 $4 | |
8 fi |\ | |
9 parallel --will-cite -j 48 -N 1 bin/doHdr.sh ${hn} '{#}' '{}' | |
10 echo $(date) $(hostname) $? |