-
Notifications
You must be signed in to change notification settings - Fork 69
Introduce options to disable Variorum and SystemTap #309
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,5 +21,5 @@ find_package(Variorum QUIET) | |
| if(Variorum_FOUND) | ||
| set(KOKKOSTOOLS_HAS_VARIORUM TRUE) | ||
| else() | ||
| message(WARNING "Variorum not found: ${MSG_NOTFOUND}") | ||
| message(FATAL_ERROR "Variorum not found: ${MSG_NOTFOUND}") | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The message is made I think once a new release of variorum is made, shipping llnl/variorum@c3b620a, we could replace this file by
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why don't we instead do
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My intent was to keep the message to help the user to set the expected variables. For example the user could expect that setting
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any strong preference ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Why would it not work?
No. That's fine we can rework the find modules later as necessary.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Variorum used to install the CMake files in a non standard directory, CMake could not find them with |
||
| endif() | ||
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.
I would slightly prefer avoiding the negations
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.
Good point