Commit 55fb26c2 authored by lijian6's avatar lijian6
Browse files

fix rocshmem compile err and update rocshmem_dir.


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent 35735902
...@@ -55,8 +55,8 @@ build_rocshmem() ...@@ -55,8 +55,8 @@ build_rocshmem()
} }
if [ "$USE_ROCSHMEM" == "ON" ]; then if [ "$USE_ROCSHMEM" == "ON" ]; then
if [ ! -d "rocshmem_dir" ]; then if [ ! -d "third-party/rocshmem_dir" ]; then
mkdir -p rocshmem_dir mkdir -p third-party/rocshmem_dir
fi fi
build_rocshmem build_rocshmem
SHMEM_INSTALL_PREFIX=$(pwd)/rocshmem_dir SHMEM_INSTALL_PREFIX=$(pwd)/rocshmem_dir
......
rocshmem @ 56da1232
Subproject commit 8e95de40f7209db648c84aa47bbfdea7a4727386 Subproject commit 56da12324dbc61989ead10f3063c6f6fdbfacaae
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