Releases: JuliaParallel/SlurmClusterManager.jl
Releases · JuliaParallel/SlurmClusterManager.jl
v1.1.0
SlurmClusterManager v1.1.0
Merged pull requests:
- Run tests with code coverage enabled, and upload coverage to Codecov (attempt 2) (#42) (@DilumAluthge)
- Change
rethrow(ex)torethrow()(#47) (@DilumAluthge) - README: Fix CI badge after repo transfer (#49) (@DilumAluthge)
- Capitalize "Julia" in the README (#52) (@DilumAluthge)
- CI Dockerfile: don't have a default value for
ARG(#70) (@DilumAluthge) - Bump version from 1.0.0 to 1.1.0 (#72) (@DilumAluthge)
Closed issues:
- Transfer this repo to the JuliaParallel GitHub org? (#22)
v1.0.0
SlurmClusterManager v1.0.0
Breaking changes
verbosefield removed fromSlurmManager. The messages that were previously generated under this option are now logged using@debug.
Merged pull requests:
- [BREAKING] Remove the
verbosefield, and use the Julia logging system instead (#23) (@DilumAluthge) - Test suite: Increase the timeout to 10 minutes; also, allow customizing the timeout with
JULIA_SLURMCLUSTERMANAGER_TEST_TIMEOUT_SECONDS(#39) (@DilumAluthge)
v0.1.5
SlurmClusterManager v0.1.5
Merged pull requests:
- Test suite: Only run the
c1,c2hostname test in CI (#29) (@DilumAluthge) - Print a
@warnmessage if the user provides an unsupported kwarg (#40) (@DilumAluthge)
v0.1.4
SlurmClusterManager v0.1.4
Merged pull requests:
- By default, propagate
Base.active_project(),Base.LOAD_PATH, andBase.DEPOT_PATHto the workers (but allow the user to override that behavior by specifyingJULIA_{PROJECT,LOAD_PATH,DEPOT_PATH}inparams[:env]) (#30) (@DilumAluthge) - Don't use bare
using Foo(#36) (@DilumAluthge) - Test suite: Change some
println()statements to@infostatements (#38) (@DilumAluthge)
Closed issues:
- addprocs does not activate workers in current project (#16)
v0.1.3
SlurmClusterManager v0.1.3
Merged pull requests:
- Add support for
params[:env](that is, theenvkwarg to theaddprocs()function) (#20) (@DilumAluthge) - CI: Update the Julia versions that are used in CI (#21) (@DilumAluthge)
- If an error is encountered, print the log message with
@error(instead ofprintln) (#24) (@DilumAluthge) - CI: Change
docker-composetodocker compose(#25) (@DilumAluthge) - CI: Multiple tweaks to the CI workflow file (#26) (@DilumAluthge)
- Add some more logging (#27) (@DilumAluthge)
- Test suite: Change
@asserts to errors, and change bareusing Footousing Foo: name, anothername, ...(#28) (@DilumAluthge) - CI: In the Dockerfile, pin the full
sha256digest in theFROMline (#32) (@DilumAluthge) - switch to updated ghcr image (#33) (@kleinhenz)
- Put the entire test suite inside a top-level
@testset(#34) (@DilumAluthge) - More test suite tweaks (#35) (@DilumAluthge)
Closed issues:
v0.1.2
SlurmClusterManager v0.1.2
Closed issues:
Merged pull requests:
- Pass cluster cookie to workers as std input rather than on command line (#8) (@mattwigway)