Update README to use relative nsys command paths#3
Open
lsawade wants to merge 1 commit intoPrincetonUniversity:masterfrom
Open
Update README to use relative nsys command paths#3lsawade wants to merge 1 commit intoPrincetonUniversity:masterfrom
lsawade wants to merge 1 commit intoPrincetonUniversity:masterfrom
Conversation
Removed absolute path for nsys and nsys-ui commands in README.
Collaborator
|
The idea is to use the full path: This allows the latest nsys to be used for users that load an older CUDA toolkit. Doesn't loading the module cause you to use the nsys in that module and not the system version when full path is not applied? We can update the system nsys. Usually do this before the hackathon. |
Author
|
Sorry, only saw the reply now. The problem was when you use a new cudatoolkit to run the profiles. You cannot read them with the older nsys. I tried several different version combinations. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Thanks for making this, Jon!
The
/usr/local/bin/nsyswas using the wrong executable after loading the cudatoolkit. Removing/usr/local/bin/solves the issues.