SlurmClusterManager v1.0.0
Breaking changes
verbose
field removed fromSlurmManager
. The messages that were previously generated under this option are now logged using@debug
.
Merged pull requests:
- [BREAKING] Remove the
verbose
field, 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)