diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index b37bec4d7f..b7b0c24a65 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -12,7 +12,7 @@ project(rccl CXX) option(BUILD_ADDRESS_SANITIZER "Enable address sanitizer" OFF) option(BUILD_ALLREDUCE_ONLY "AllReduce(sum,float) kernel only" OFF) option(BUILD_BFD "Enable custom backtrace (if bfd.h exists)" ON) -option(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY "File/folder reorg with backward compatibility" ON) +option(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY "File/folder reorg with backward compatibility" OFF) option(BUILD_LOCAL_GPU_TARGET_ONLY "Build only for GPUs detected on this machine" OFF) option(BUILD_SHARED_LIBS "Build as shared library" ON) option(BUILD_TESTS "Build unit test programs" OFF) diff --git a/projects/rccl/install.sh b/projects/rccl/install.sh index 2d778f1928..6e5af1f216 100755 --- a/projects/rccl/install.sh +++ b/projects/rccl/install.sh @@ -10,7 +10,7 @@ ROCM_PATH=${ROCM_PATH:="/opt/rocm"} build_address_sanitizer=false build_allreduce_only=false build_bfd=true -build_freorg_bkwdcomp=true +build_freorg_bkwdcomp=false build_local_gpu_only=false build_package=false build_release=true