Skip to content

Releases: JuliaParallel/ClusterManagers.jl

v1.1.0

15 Feb 17:16
a701c48
Compare
Choose a tag to compare

ClusterManagers v1.1.0

Diff since v1.0.0

Merged pull requests:

  • README: Reorganize the "external packages" table (add a separate column for the name of the external package) (#244) (@DilumAluthge)
  • README: Don't mention the Slurm functionality in this package (and point users to SlurmClusterManager.jl instead) (#245) (@DilumAluthge)
  • Deprecate (but do not remove) the Slurm functionality in this package (and point users to SlurmClusterManager.jl instead) (#246) (@DilumAluthge)
  • Add depwarns (but do not remove) the managers that are not currently being maintained (SGE, PBS, HTCondor, and Scyld) (#247) (@DilumAluthge)
  • Docs: Move SGE docs from README to separate file (#248) (@DilumAluthge)
  • Fix a bug in the test suite (#249) (@DilumAluthge)
  • README: Fix a mistake in the docs for the external SlurmClusterManager.jl package (#250) (@DilumAluthge)
  • CI: Enable code coverage (#252) (@DilumAluthge)
  • Create a .gitignore file, and gitignore the Manifest.toml file (#253) (@DilumAluthge)
  • Test suite: Add tests for show(io, ::ElasticManager) (#254) (@DilumAluthge)
  • README: Move the unmaintained managers (SGE, PBS, HTCondor, and Scyld) to a separate table (#255) (@DilumAluthge)
  • Bump version from 1.0.0 to 1.1.0 (#256) (@DilumAluthge)

v1.0.0: Move LSF functionality to LSFClusterManager.jl

03 Feb 16:51
bcbd5d9
Compare
Choose a tag to compare

This is a breaking release. The LSF functionality has been removed and moved to the LSFClusterManager.jl package.

What's Changed

  • BREAKING: Remove the LSF functionality from this package (and point users to JuliaParallel/LSFClusterManagers.jl instead) by @DilumAluthge in #237
  • Bump version from 1.0.0-DEV to 1.0.0 by @DilumAluthge in #243

Full Changelog

Full Changelog: v0.4.9...v1.0.0

v0.4.9

03 Feb 01:20
a4847ab
Compare
Choose a tag to compare

ClusterManagers v0.4.9

Diff since v0.4.8

Merged pull requests:

v0.4.8

17 Jan 00:28
18db175
Compare
Choose a tag to compare

What's Changed

Documentation

  • README: Add link to AzManagers.jl for Azure scale-sets. by @samtkaplan in #187
  • README: Clearly distinguish between implementations in this package vs external packages by @DilumAluthge in #220
  • README: Soften the language in the opening sentence (and in particular, remove the word "support") by @DilumAluthge in #222
  • README: Add missing punctuation by @DilumAluthge in #223
  • README: Clarify that SGE = Sun Grid Engine, and clarify that addprocs_sge uses qsub by @DilumAluthge in #225
  • README: Clarify that PBS = Portable Batch System by @DilumAluthge in #226
  • README: Add a footnote that HTCondor was previously named Condor by @DilumAluthge in #227
  • README: Mention that the package is not actively maintained or tested, and add a call for maintainers by @DilumAluthge in #224
  • README: Add missing punctation by @DilumAluthge in #228
  • README: Fix a typo (spelling mistake in the package name) by @DilumAluthge in #230
  • README: Fix a typo by @DilumAluthge in #232

CI (continuous integration) on this repo

New Contributors

Full Changelog

Full Changelog: v0.4.7...v0.4.8

v0.4.7

02 Jan 04:40
53b0fb4
Compare
Choose a tag to compare

What's Changed

CI (continuous integration) on this repo

New Contributors

Full Changelog

Full Changelog: v0.4.6...v0.4.7

v0.4.6

19 Apr 16:22
3e9af07
Compare
Choose a tag to compare

ClusterManagers v0.4.6

Diff since v0.4.5

Merged pull requests:

v0.4.5

30 Jun 18:59
0b0ee3d
Compare
Choose a tag to compare

ClusterManagers v0.4.5

Diff since v0.4.4

Closed issues:

  • Error launching workers: no such file or directory (#165)
  • ClusterManagers can be run on top of dask clusters! (#186)

Merged pull requests:

v0.4.4

09 Jan 18:35
a4a8cd4
Compare
Choose a tag to compare

ClusterManagers v0.4.4

Diff since v0.4.2

Closed issues:

  • [SlurmManager] 100 % CPU usage while waiting for the job to get created (#173)
  • Better handling of SLURM job submission timing (#175)
  • SLURM 10 nodes good, 16 nodes error (#178)
  • LSF manager broken in Julia 1.8.1 (#182)

Merged pull requests:

v0.4.2

10 Sep 19:14
861b301
Compare
Choose a tag to compare

ClusterManagers v0.4.2

Diff since v0.4.1

Closed issues:

  • lsf_bpeek makes strong assumptions on iterator state of retry_delays (#171)

Merged pull requests:

v0.4.1

11 Aug 06:24
70f4434
Compare
Choose a tag to compare

ClusterManagers v0.4.1

Diff since v0.4.0

Closed issues:

  • addprocs_sge works incorrectly if the work directory is not the home directory and the list of default options for qsub includes "-cwd" (#103)
  • Carriage return instead of newline (#112)
  • Possibly naive question: ClusterManagers work for kubernetes? (#146)
  • Extra options on SGE (#151)
  • Error in rmprocs SGE (#152)
  • addprocs(SGEManager) fails (#158)

Merged pull requests: