-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Specify node feature for slurm job #529
Specify node feature for slurm job #529
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #529 +/- ##
========================================
Coverage 90.72% 90.72%
========================================
Files 60 60
Lines 3816 3818 +2
========================================
+ Hits 3462 3464 +2
Misses 354 354
|
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.
A couple of minor details to fix for consistency reasons, mostly
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.
One super-minor detail to go!
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, thanks for fixing the last details!
This PR adds the method
set_node_feature
to srunSettings that accepts a str or list of strs. Users may now specify node constraints for slurm jobs.