v0.1.4
SlurmClusterManager v0.1.4
Merged pull requests:
- By default, propagate
Base.active_project()
,Base.LOAD_PATH
, andBase.DEPOT_PATH
to 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@info
statements (#38) (@DilumAluthge)
Closed issues:
- addprocs does not activate workers in current project (#16)