-
Notifications
You must be signed in to change notification settings - Fork 37
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
Model as Batch Job #245
Model as Batch Job #245
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #245 +/- ##
===========================================
- Coverage 83.90% 83.74% -0.17%
===========================================
Files 59 62 +3
Lines 3479 3512 +33
===========================================
+ Hits 2919 2941 +22
- Misses 560 571 +11
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good! The only question I have is whether the changes were tested on a Slurm and a PBS system, as the batch mechanism will not be used on Local
.
@al-rigazzi Good Question! I implemented against a slurm system, and I just got a chance to run the new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- but let's wait on other reviews.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for doing this work!
Allows users to launch individual models through an experiment as a batch job with batch settings.
If a model with batch settings is added to a higher order entity (e.g. an ensemble), the batch settings of the higher order entity will be used and the batch settings of the model will be ignored to avoid an "sbatch-in-sbatch" scenario or similar .