-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add CUDA build instructions #1335
Conversation
esseivaju
commented
Jul 25, 2024
- Add a note on how to install Celeritas with GPU support
- Link to the github.io documentation, browsing RST on GitHub isn't great, it doesn't show included files, broken ref, no TOC, ...
- Remove broken readthedocs.io link
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.
Installation and link changes look good, but the "interactive console session" syntax shouldn't need changing...
README.md
Outdated
@@ -49,25 +56,25 @@ As an example, if you have the [Spack][spack] package manager | |||
installed and want to do development on a CUDA system with Volta-class graphics | |||
cards, execute the following steps from within the cloned Celeritas source | |||
directory: | |||
```console | |||
```shell |
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 should work as is, formatting as an interactive console session.
Git (linguist, see the languages spec) supports it, and Sphinx (pygments, see their lexers) should support it too, either as console
or shell-session
.
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.
Thanks for the updates! Good to propagate this knowledge along.
Oops, I forgot we don't have the CI do any checking for pure documentation update... I'll force merge this. |