-
Notifications
You must be signed in to change notification settings - Fork 903
mca/base update #449
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
mca/base update #449
Conversation
@jsquyres This is what I was talking about to enable differentiating frameworks/components from different projects in the MCA variable system. This PR will probably need a little work before it is really ready to be merged with master. |
|
Refer to this link for build results (access rights to CI server needed): |
This is related to #475. |
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
This commit adds support for project_framework_component_* parameter matching. This is the first step in allowing the same framework name in multiple projects. This change also bumps the MCA component version to 2.1.0. All master frameworks have been updated to use the new component versioning macro. An mca.h has been added to each project to add a project specific versioning macro of the form PROJECT_MCA_VERSION_2_1_0. Signed-off-by: Nathan Hjelm <[email protected]>
Signed-off-by: Nathan Hjelm <[email protected]>
Signed-off-by: Nathan Hjelm <[email protected]>
|
Refer to this link for build results (access rights to CI server needed): |
is this PR ready for merging? |
Not quite. I need to make a few changes to make sure MCA variable groups use the project name. Should be ready later today. |
|
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
bot:retest |
|
Refer to this link for build results (access rights to CI server needed): Build Log
Test FAILed. |
|
Refer to this link for build results (access rights to CI server needed): |
bot:retest: |
|
Refer to this link for build results (access rights to CI server needed): |
bot:retest |
|
Refer to this link for build results (access rights to CI server needed): |
@hjelmn I have a bunch of new failures from last nights run that I assume are from these changes. You can take a look at the MTT runs from last night to see more details. But, here is what a failure looks like. Note that I compiled Open MPI with --enable-debug if that makes any difference.
|
Ok, looks like basic needs to be updated to use C99 style initialization. Fixing now. |
Bring over the hwloc assembly changes
No description provided.