Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Distributed.jl workers #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nefrathenrici
Copy link
Member

This PR adds basic support for calibrations parallelized with Distributed.jl's remote workers. This mostly copies SlurmManager functionality from ClusterManagers.jl with some simplifications. ClusterManagers has been unmaintained for a while now and this PR allows us to control and test the features we need for parallelizing calibration.

Core changes:

  • set_up_forward_model and run_forward_model are now combined into one function, forward_model
  • SlurmManager: subtype of ClusterManager
  • worker_calibrate and run_iteration: actual calibration functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant