-
Notifications
You must be signed in to change notification settings - Fork 901
sessions: fix hetero builds #9982
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
related to open-mpi#9097 related to open-mpi#9972 Signed-off-by: Howard Pritchard <[email protected]>
@hppritcha I still get a compile failure:
|
@jsquyres what compiler version are you using? i'm using gcc 9.1.0. |
I can try again with gcc 10.something. |
I get the same error with gcc 10.2. Is it perhaps the other configure flags I'm using?
|
I'm not sure why this PR was merged, it may fix a problem, but it doesn't fix all the heterogeneous build problems. As I stated above, I'm still getting compile errors, even after this PR was merged:
This error is occurring squarely in the middle of a |
It did fix the hetero compilation for me. |
Good for you. 😄 But I clearly stated above, multiple times, that this PR did not solve the problem. |
Hey, urg. I know what the problem is just wanted to be able to reproduce what @jsquyres observed. I'll just open another PR then with a fix. |
related to #9097
related to #9972
Signed-off-by: Howard Pritchard [email protected]