mschubert / clustermq

R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
https://mschubert.github.io/clustermq/
Apache License 2.0
145 stars 26 forks source link

Increase flexibility of network port mapping in clustermq #329

Closed michaelmayer2 closed 3 months ago

michaelmayer2 commented 3 months ago

At the moment, the ports used by clustermq are hard coded. By default, ports between 6000 and 9999 are used by clustermq and ports between 50000 and 55000 are used by the ssh connector for forwarding ssh sessions.

This PR will introduce two new options to clustermq, i.e.

both of which will make working with clustermq in environments with networking firewalls much easier.

mschubert commented 3 months ago

Thank you! :tada: