Skip to content

Releases: wlandau/crew.cluster

SLURM monitor

24 Apr 14:28
d4ac61f
Compare
Choose a tag to compare

crew.cluster 0.3.1

  • Add a monitor class for SLURM clusters.

Abstract monitor class and higher seconds_timeout

07 Feb 13:48
75598df
Compare
Choose a tag to compare

crew.cluster 0.3.0

  • Create an abstract monitor class for cluster-specific monitor classes to inherit from (#32).
  • Require crew >= 0.8.0.
  • Raise seconds_timeout to 60 across controllers.

SGE monitor class

08 Jan 16:28
Compare
Choose a tag to compare

crew.cluster 0.2.0

  • Re-enable unit tests.
  • Require crew >= 0.7.0.
  • Add a "monitor" class for SGE clusters to conveniently list and terminate jobs.
  • Deprecate command_delete in favor of command_terminate.

Encapsulation

10 Dec 17:07
Compare
Choose a tag to compare

crew.cluster 0.1.4

  • Refactor methods for development crew.
  • Encapsulate non-function R6 members in the private list.

Minor tweaks

17 Oct 14:14
Compare
Choose a tag to compare

crew.cluster 0.1.3

TLS and SLURM configuration

19 Sep 17:27
Compare
Choose a tag to compare

crew.cluster 0.1.2

  • Require crew >= 0.5.0.
  • Add a new slurm_time_minutes for SLURM wall time (#1, @cfljam).
  • Enable TLS.
  • Use MB format for memory in SLURM launcher (#22, @kendonB).
  • Use launch_max and crew_tls() from crew 0.5.0.

Compatibility with upcoming changes in crew

15 Jun 19:01
Compare
Choose a tag to compare

crew.cluster 0.1.1

  • Align with breaking changes in crew 0.3.0.
  • Increase seconds_launch to 86400 (1 day).

More launchers

19 May 19:37
Compare
Choose a tag to compare

crew.cluster 0.1.0

  • Submit workers asynchronously (#2).
  • Use system2() instead of processx to submit workers (#2).
  • Add a verbose argument to the SGE launcher to optionally print system2() stdout and stderr.
  • Implement SLURM and PBS/TORQUE launchers (#1, #5, #6).
  • Create an abstract cluster launcher class to combine common elements of cluster launchers.
  • Add a script_directory argument to customize the location of job scripts (#3, @mglev1n).
  • Implement an LSF launcher (#4, @mglev1n).

CRAN patch

25 Apr 09:16
9c6f131
Compare
Choose a tag to compare

crew.cluster 0.0.2

  • Fix author spelling in the DESCRIPTION file.

SGE support

24 Apr 19:31
Compare
Choose a tag to compare

crew.cluster 0.0.1

  • First version.