soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
625 stars 88 forks source link

In a PBS job context, pbs_tmrsh should be used in favour of ssh #72

Open mj-harvey opened 6 years ago

mj-harvey commented 6 years ago

Hi,

The default ssh-executable for launching workers when inside a PBS job should be "pbs_tmrsh". Using this ensures that the worker processes don't escape the PBS mom's resource limit enforcement.

M