Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 23:29
· 20 commits to master since this release

SlurmClusterManager v0.1.4

Diff since v0.1.3

Merged pull requests:

  • By default, propagate Base.active_project(), Base.LOAD_PATH, and Base.DEPOT_PATH to the workers (but allow the user to override that behavior by specifying JULIA_{PROJECT,LOAD_PATH,DEPOT_PATH} in params[: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)