Search code examples
gnu-parallel

GNU Parallel More Frequently Check Nodelist


I am using GNU Parallel for managing submissions across a remote cluster and local machines. As stated in the man page, -sshloginfile is only rechecked after a job completes. However, all of my jobs take 8h+ to complete. Is there anyway to check the sshloginfile more often?


Solution

  • There is not. But why would you need it?

    What would it accomplish to have it checked more often?