Update README.md

This commit is contained in:
Ruobing Han 2023-03-14 20:39:51 -04:00 committed by GitHub
parent 622835aa5e
commit eb140b3fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ For building CUDA toolkit, please refer to <https://developer.nvidia.com/cuda-do
1. Clone from github 1. Clone from github
```bash ```bash
git clone --recursive https://github.com/drcut/CuPBoP git clone --recursive https://github.com/cupbop/CuPBoP
cd CuPBoP cd CuPBoP
export CuPBoP_PATH=`pwd` export CuPBoP_PATH=`pwd`
export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH