Skip to content

rslurm version 0.6.0

Compare
Choose a tag to compare
@qdread qdread released this 24 Apr 23:52
· 30 commits to master since this release

New features and fixes

  • New function slurm_map() with similar syntax to lapply() (#48).

  • Better handling of additional arguments to f in slurm_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).

  • Miscellaneous minor bug fixes (#49, #51, #53).