Mercurial > hg > cc > cirrus_home
annotate bin/plinksMaster.sh @ 154:2643a6825f17
instead of csv
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 17 Nov 2021 18:26:33 +0000 |
parents | 29263ba42361 |
children |
rev | line source |
---|---|
11 | 1 #!/bin/bash |
2 # This runs on 1 machine to launch the real job on two machines | |
12
29263ba42361
add args for start tar and number of tars
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
11
diff
changeset
|
3 echo $(date) Launching plinks workers for "$@" |
29263ba42361
add args for start tar and number of tars
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
11
diff
changeset
|
4 parallel --will-cite --nonall -S r1i5n0 -S r1i5n1 bin/plinks.sh "$@" |
11 | 5 echo $(date) Workers done |