Update from version 1.0.0 to 1.0.1 in environment configurations docs#235
Update from version 1.0.0 to 1.0.1 in environment configurations docs#235alexrosen45 wants to merge 2 commits intoROCm:amd-stagingfrom
Conversation
|
Thank you. Though, I'd say we use 1.1.0, since that is the version in the staging branch. |
1 similar comment
|
Thank you. Though, I'd say we use 1.1.0, since that is the version in the staging branch. |
|
Updated to align with docs from other ROCm components (see) |
| module use /opt/rocprofiler-systems/share/modulefiles | ||
| module load rocprofiler-systems |
There was a problem hiding this comment.
I think this code block is no longer showing what the paragraph above is describing: an example of how "load" and "unload" are used.
We can break it up, if you think that this is clearer. Something like this:
Here is an example of loading and unloading the default version:
module load rocprofiler-systems
module unload rocprofiler-systems
And here is an example of loading a specific version, in this case v1.0.0
module load rocprofiler-systems/1.0.0
module unload rocprofiler-systems/1.0.0
|
Imported to ROCm/rocm-systems |
rocprofiler-systems version in the "Configuring the environment" section of docs (here) should be 1.0.1 now instead of 1.0.0