-
Notifications
You must be signed in to change notification settings - Fork 902
Compile fail with --enable-heterogeneous #9697
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
Comments
An internal header file was missing, leading to an incomplete type. Fixes open-mpi#9697. Signed-off-by: George Bosilca <[email protected]>
An internal header file was missing, leading to an incomplete type. Fixes open-mpi#9697. Signed-off-by: George Bosilca <[email protected]> (cherry picked from commit 927e9aa)
Could the fix for this be backported to 4.1.x? We hit it in Gentoo with 4.1.2. |
The heterogeneous functionality is broken; you should not be using it. Specifically: you should not include That being said, it looks like there was a mistake made in the v4.1.x README (perhaps an errant merge conflict resolution?).
Yoinks. I will file PRs to fix the README's on v4.0.x and v4.1.x. Thanks for brining this to our attention! |
Somehow the "do not use the heterogeneous!" warning ended up in the wrong section (as evidenced by open-mpi#9697 (comment)). Move it to the correct section, and also make it crystal clear that the warning is about the heterogeneous functionality. Signed-off-by: Jeff Squyres <[email protected]>
Somehow the "do not use the heterogeneous!" warning ended up in the wrong section (as evidenced by open-mpi#9697 (comment)). Move it to the correct section, and also make it crystal clear that the warning is about the heterogeneous functionality. Signed-off-by: Jeff Squyres <[email protected]>
An internal header file was missing, leading to an incomplete type. Fixes open-mpi#9697. Signed-off-by: George Bosilca <[email protected]> (cherry picked from commit 927e9aa)
Somehow the "do not use the heterogeneous!" warning ended up in the wrong section (as evidenced by open-mpi#9697 (comment)). Move it to the correct section, and also make it crystal clear that the warning is about the heterogeneous functionality. Signed-off-by: Jeff Squyres <[email protected]>
An internal header file was missing, leading to an incomplete type. Fixes open-mpi#9697. Signed-off-by: George Bosilca <[email protected]> (cherry picked from commit 927e9aa) (cherry picked from commit 74bd935)
On master, we're getting a compile fail when
--enable-heterogeneous
is specified:I'm not sure what commit introduced the error.
The text was updated successfully, but these errors were encountered: