Re: GNU Parallel host sticky jobs - a first proposal

2014-10-31 Thread Michel Courtine
Hi again, I started digging into the code and managed to add support for SSHLogin tags and Arg tags pretty cleanly. I add to change the syntax as you were already splitting on the ',' for the sshlogin strings and my new syntax looks like this in a simplified way: ./parallel -j1 --verbose --tag -

GNU Parallel host sticky jobs - a first proposal

2014-10-31 Thread Michel Courtine
Hi, Following-up from http://stackoverflow.com/questions/26645042/gnu-parallel-host-sticky-jobs I truly believe this is an important feature to implement as it is quite simple, completely generic and seems to be an obvious need in many user scenarios to me. I finally realized parallel is written