rslurm version 0.6.0
New features and fixes
-
New function
slurm_map()
with similar syntax tolapply()
(#48). -
Better handling of additional arguments to
f
inslurm_apply()
, and of how R objects are made available to the Slurm jobs (#48). -
Slurm jobID added to
slurm_job
objects (#55). -
processes_per_node
argument added to support hyperthreading (#57). -
get_slurm_out()
is now compatible with partitions that cannot accept interactive jobs and with newer releases of Slurm,
though there is a potential incompatibility with versions of Slurm older than 16.05.0, which was released on May 2016 (#65).