-
Notifications
You must be signed in to change notification settings - Fork 69
Updates to README.md and Build.md #287
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
base: develop
Are you sure you want to change the base?
Conversation
* Perfetto remove redundant std::move * Drop const instead
| 4. Type `make` | ||
|
|
||
| 5. Specify the generated .dylib file in the environment variable KOKKOS_TOOLS_LIBRARY when running your Kokkos-based application. | ||
| 2. Type `cmake .. -DCMAKE_INSTALL_PREFIX=${YOUR_KOKKOS_TOOLS_INSTALL_DIR}` and change any options, including tools you want turned on (some are by default off). (Optional) |
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.
This sounds fine to me.
Build.md
Outdated
| 3. This generates the shared library within that subdirectory. | ||
|
|
||
|
|
||
| ### Run |
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.
Run instructions do not belong to that file
Build.md
Outdated
|
|
||
| 3. Type `make` | ||
|
|
||
| # With Makefile (recommended) |
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.
This needs to be updated (not as part of this PR)
We do not recommend using makefiles, we will eventually get rid of them.
The docs for building are currently in two places, I have merged them into one file and attempted to make it read better