Commit 66d90172 authored by zhangwenbo's avatar zhangwenbo 🎨
Browse files

Update README.md

parent 652c6426
...@@ -53,9 +53,11 @@ pip install scipy -i https://mirrors.aliyun.com/pypi/simple/ ...@@ -53,9 +53,11 @@ pip install scipy -i https://mirrors.aliyun.com/pypi/simple/
``` ```
### 3. 获取优化包 ### 3. 获取优化包
curl -f -C - -o rocblas-install-1126-5bug.tar.gz https://ksefile.hpccube.com:65241/efile/s/d/emhhbmd3YjM=/7420623cbac23efd curl -f -C - -o rocblas-install-1126-5bug.tar.gz https://ksefile.hpccube.com:65241/efile/s/d/emhhbmd3YjM=/7420623cbac23efd
#设置环境变量 #设置环境变量
CURRENT_DIR=$(pwd) CURRENT_DIR=$(pwd)
export LD_LIBRARY_PATH=$CURRENT_DIR/rocblas-install/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$CURRENT_DIR/rocblas-install/lib:$LD_LIBRARY_PATH
#验证环境变量设置 #验证环境变量设置
echo $LD_LIBRARY_PATH | tr ':' '\n' | head -3 echo $LD_LIBRARY_PATH | tr ':' '\n' | head -3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment