-
Notifications
You must be signed in to change notification settings - Fork 113
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
parallel snstop #417
parallel snstop #417
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #417 +/- ##
==========================================
- Coverage 74.98% 73.79% -1.20%
==========================================
Files 22 22
Lines 3338 3358 +20
==========================================
- Hits 2503 2478 -25
- Misses 835 880 +45 ☔ View full report in Codecov by Sentry. |
@awccopp about the tests (that won't run here because the PR originates from a fork and not The tricky issue is that we are not calling MPI or setup comms anywhere in the test file right now. Maybe we could have a new test file only for parallel tests? @eirikurj do you have any suggestions? |
@marcomangano Yeah, without having thought too much about this, for now I think a second parallel test file would be the best. We can think about restructuring tests later to be more general. |
Merging this to an |
Purpose
Expected time until merged
Type of change
Testing
Any script that runs in parallel check pass snSTOP handle and check if all mpi ranks call the function and have the same input arguments.
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable