Hello everyone, I have been using gnu parallel to distribute tasks over a host and a remote machine. Unfortunately, I am unable to use more than one remote machine because the directory structure in each of them is different. Is there a way to mention the working directory for each remote system individually (like comma separated list)?
While I know there are several workarounds like setting up NFS or just creating soft links, I would like to know if gnu parallel has any built-in feature for this. Thank you, Srikanth
