Mercurial > hg > cc > cirrus_home
diff bin/hdrMaster.sh @ 14:9a1de2c4ffe3
modelled on plinks
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 26 Feb 2020 15:47:20 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/hdrMaster.sh Wed Feb 26 15:47:20 2020 +0000 @@ -0,0 +1,5 @@ +#!/bin/bash +# This runs on 1 machine to launch the real job on two machines +echo $(date) Launching hdr workers for "$@" +parallel --will-cite --nonall -S r1i5n0 -S r1i5n1 bin/hdr.sh "$@" +echo $(date) workers done