Skip to content
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

plugin: set hwloc.xmlfile shell option #95

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

garlick
Copy link
Member

@garlick garlick commented Feb 5, 2024

Problem: flux-pmix does not yet share hwloc with MPI, which forces MPI to go looking for it, sometimes at great cost to performance.

For the time being, tell flux-core to share a hwloc xml file by setting the -o hwloc.xmlfile shell option.

Later we will want to fix #31 properly and drop this.

Problem: flux-pmix does not yet share hwloc with MPI, which
forces MPI to go looking for it, sometimes at great cost
to performance.

For the time being, tell flux-core to share a hwloc xml
file by setting the -o hwloc.xmlfile shell option.

Later we will want to fix flux-framework#31 properly and drop this.
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (eff13f6) 78.13% compared to head (c2b2293) 78.09%.

Files Patch % Lines
src/shell/plugins/main.c 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   78.13%   78.09%   -0.04%     
==========================================
  Files          12       12              
  Lines        1413     1415       +2     
==========================================
+ Hits         1104     1105       +1     
- Misses        309      310       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Might want to rerun checks now that flux-framework/flux-core#5721 is merged just in case.

@grondo
Copy link
Contributor

grondo commented Feb 6, 2024

Went ahead and restarted all the tests

@garlick
Copy link
Member Author

garlick commented Feb 6, 2024

Thanks! I tested this manually with the flux-core -o hwloc.xmlfile feature and it works splendidly. Setting MWP.

@garlick garlick added the merge-when-passing Let mergify auto-rebase and merge when CI passes label Feb 6, 2024
@mergify mergify bot merged commit 444db8f into flux-framework:main Feb 6, 2024
13 of 15 checks passed
@garlick garlick deleted the issue#31 branch February 6, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-passing Let mergify auto-rebase and merge when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set pmix.locstr and pmix.cpuset
2 participants