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

slurm: Use `--name` instead of `--jobname` #149

Closed ashiklom closed 5 years ago

ashiklom commented 5 years ago

For backwards compatibility with older versions of SLURM that only had --name and not --jobname. In current versions, scancel --jobname and --name are synonyms.

Closes #148