Skip to content

Releases: JuliaParallel/ClusterManagers.jl

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:

v0.4.0

06 Oct 20:20
184b858
Compare
Choose a tag to compare

ClusterManagers v0.4.0

Diff since v0.3.2

Closed issues:

  • LSF manager with bsub (#72)
  • Sometimes addprocs_sge works, sometimes it doesn't (#78)
  • LocalAffinityManager not updated for 1.0 (#98)
  • SGEManager procs failing to launch (#100)
  • Error with using on remote htcondor worker (#108)
  • Getting errors with Slurm (#109)
  • warn function call in slurm.jl needs to be changed to a macro to be compaticle with v1 (#115)
  • Slurm: Change where job files are located (#116)
  • Job dies when a node fails in SLURM (#120)
  • Slurm Job creation crashes on master because "SLURM_JOB_ID" not set (#127)
  • Make ElasticManager print out connection instructions (#128)
  • Help on PBSManager (#132)

Merged pull requests:

ClusterManagers.jl v0.3.2

31 Aug 05:14
bff915e
Compare
Choose a tag to compare
Merge pull request #97 from Conning/elastic-accept-race-condition

race condition for multiple in-bound connections

ClusterManagers.jl v0.3.1

23 Aug 04:44
91f04c1
Compare
Choose a tag to compare
Merge pull request #95 from kaskarn/master

minor 0.7+ fixes and updates to slurm.jl

ClusterManagers.jl v0.3.0

22 Aug 11:10
40b9575
Compare
Choose a tag to compare

Julia 0.7+ compatible.
Dropped support for older Julia versions.

ClusterManagers.jl v0.2.0

28 Dec 03:00
87e8e9b
Compare
Choose a tag to compare
Merge pull request #81 from JuliaParallel/fbot/deps

Fix deprecations