-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix static culibos issue #567 #568
Conversation
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.
@pelesh I do not see Veselin's output where |
@pelesh @cnpetra I have tried to reproduce the problem #567 on Lassen, and this PR can fix it. See the same problem reporting from [1] |
I can confirm that this PR resolved the issue I reported in #567. The problem there was that even though |
Very annoying that ordering of libraries on link line matters, but I agree that this was in the end a harmless change. I retroactively approve :) |
CMAKE cannot find/add culibos when static cuda library is used.
This PR adds the static culibos library manually into our cmake file.
CLOSE #567