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
146 stars 27 forks source link

`ulimit` does not understand memory multipliers #137

Open mschubert opened 5 years ago

mschubert commented 5 years ago

From discussion in https://github.com/ropensci/drake/issues/813:

The SLURM templates understand memory limits in Mb or Gb, e.g. by supplying "5G" or "128M".

ulimit does not understand that, however. Probably should parse those simple examples once I handle the memory limit from within clustermq.