Skip to content

Commit

Permalink
Merge pull request #81 from trustimaging/NVHPC_CUDA_HOME
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ccuetom authored May 10, 2024
2 parents a88ed64 + aa37c58 commit ed0db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Once the installation is done, add the following lines to your ``~/.bashrc``:

```sh
export HPCSDK_HOME=/opt/nvidia/hpc_sdk/Linux_x86_64/22.11
export CUDA_HOME=$HPCSDK_HOME/cuda
export NVHPC_CUDA_HOME=$HPCSDK_HOME/cuda
export CUDA_ROOT=$HPCSDK_HOME/cuda/bin
export PATH=$HPCSDK_HOME/compilers/bin/:$PATH
export LD_LIBRARY_PATH=$HPCSDK_HOME/compilers/lib/:$LD_LIBRARY_PATH
Expand Down

0 comments on commit ed0db01

Please sign in to comment.