-
Notifications
You must be signed in to change notification settings - Fork 10
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
Polaris restart fw #36
Conversation
will add self.machine in main.py: |
…g calls and dictionaries
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 51.97% 46.60% -5.38%
==========================================
Files 12 21 +9
Lines 3032 3566 +534
==========================================
+ Hits 1576 1662 +86
- Misses 1456 1904 +448 ☔ View full report in Codecov by Sentry. |
I have updated the way we map tasks on each node for ALCF machines. Each task runs on a different FWorker, and each FWorker is associated with a node. This is available for multilauncher. The optimal approach is to set
num_jobs
to the number of nodes.Additionally, I have added functionality to use PWDFT, including the calculator and related functions.