Translations:GNU Parallel/10/en

From Alliance Doc
Jump to navigation Jump to search

Running on Multiple Nodes

Not recommended

While GNU parallel can be used across multiple nodes, it can have problems doing so, and it is not recommended, in particular in the context of a lot of short jobs. That is because it needs to start an SSH session on remote nodes, an operation which often requires several seconds and may hang. If you choose to use it, make sure you add a delay between jobs of 30 seconds or more, using the option --sshdelay 30