-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Update PrgEnv-pgi definitions on Kesch #348
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
Conversation
|
Please tag accordingly and put this PR in the right project and milestone. |
vkarak
left a comment
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, just fix the conflicts with the master.
teojgo
left a comment
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.
If the PrgEnv-pgi failure is expected, lgtm after the conflicts are resolved.
|
@teojgo Can you fix the conflicts? This is ready to be merged otherwise. |
Codecov Report
@@ Coverage Diff @@
## master #348 +/- ##
=======================================
Coverage 91.09% 91.09%
=======================================
Files 68 68
Lines 8244 8244
=======================================
Hits 7510 7510
Misses 734 734Continue to review full report at Codecov.
|
cscs-checks/prgenv/gpu_direct_acc.py
Outdated
| 'MPICH_RDMA_ENABLED_CUDA': '1', | ||
| 'MV2_USE_CUDA': '1', | ||
| 'G2G': '1' | ||
| 'G2G': '1', |
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.
@teojgo This does not fix the conflict; it breaks the code... I am fixing it now. You should not rely entirely on the CI to catch errors in user tests, especially after merges.
Also remove workaround in
gpu_direct_acc.py.