-
Notifications
You must be signed in to change notification settings - Fork 58
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
Variorium Connector: kernel granularity and JSON #265
Merged
Merged
Changes from 21 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2fb4b91
first commit number 3
554b7f9
variorum updates
c4e7b0a
variorum updates
4e88454
clang update
1abd450
updated based on concerns
0c5d95f
Merge branch 'kokkos:develop' into varconnect
twilk10 e9971f8
remove build directory
69c8a4c
varconnect deleted
6c8a4c7
remove unneeded files
1932e24
addressing comments on pull request
090eda4
addressing comments on pull request
803f61f
Update profiling/variorum-connector/variorum-connector.cpp
twilk10 eebc9f4
update based on comments on pull request 10:48 8/8
4aefd92
updates based off of pull requests 15:37 8/8
56ac9cd
updates based off of pull request comments 14:04 8/9
7e33048
updates based off of pull request comments 14:20 8/9
f4a765d
Clean up the variorum connector some more
masterleinad 357b8a2
Remove another unused variable
masterleinad 94c8817
Replace fprintf
masterleinad 083d345
Don;t call std:string constructor unnecessarily
masterleinad 45c1620
Build variorum
masterleinad 75e4bfd
Simplify
masterleinad 281914c
Fix formatting
masterleinad b915c2f
Install and set Fortran compiler
masterleinad eff8334
Install Jansson
masterleinad c765e50
Simplify installation
masterleinad b117cf8
Variorum_ROOT -> VARIORUM_ROOT
masterleinad 40dae3d
Don't set CMAKE_PREFIX_PATH
masterleinad d0807bc
Fix typo
masterleinad 5f80c3d
Skip Variorum test
masterleinad e8468da
Don't use GTEST_FILTER
masterleinad 37aab14
Improve comment
masterleinad d0e4f6c
Improve comment again
masterleinad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 expect the environment variable already adds it to the search path
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.
kokkos-tools/cmake/configure_variorum.cmake
Line 19 in dd08b98
Apparently it is spelled with an uppercase
V
.Please adjust your env variable accordingly and remove the line I highlighted.
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.
The previous commit had
Variorum_ROOT
as environemnt variable and didn't findvariorum
.kokkos-tools/cmake/configure_variorum.cmake
Lines 8 to 10 in dd08b98
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.
That configure cmake file logic is absurd and need fixing.
(On my cell can't navigate easily but in short it should not write to Variorum_ROOT that is nonsensical)