Re: Spawning jobs in a staggered start?
On Sun, Nov 25, 2012 at 8:43 PM, John wrote: > d>> Is there a way to have parallel spawn jobs on a delayed start with 1 sec > >> delay between each one? >> >> No. Can you elaborate why that would be useful to you? > > > I am using parallel to send jobs to a compiler in an i686 chroot via the > s
Re: Spawning jobs in a staggered start?
> Try git version: > > seq 10 | time parallel --delay 0.2 echo This is excellent! Thank you!
