comparison 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
comparison
equal deleted inserted replaced
13:8e3719800479 14:9a1de2c4ffe3
1 #!/bin/bash
2 # This runs on 1 machine to launch the real job on two machines
3 echo $(date) Launching hdr workers for "$@"
4 parallel --will-cite --nonall -S r1i5n0 -S r1i5n1 bin/hdr.sh "$@"
5 echo $(date) workers done