Skip to content

Commit f8e42aa

Browse files
authored
remove mpi_cxx from multi-gpu build for now (#705)
1 parent 7777ff1 commit f8e42aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastertransformer/utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ add_library(mpi_utils STATIC mpi_utils.cc)
5757
set_property(TARGET mpi_utils PROPERTY POSITION_INDEPENDENT_CODE ON)
5858
set_property(TARGET mpi_utils PROPERTY CUDA_RESOLVE_DEVICE_SYMBOLS ON)
5959
if (BUILD_MULTI_GPU)
60-
target_link_libraries(mpi_utils PUBLIC -lmpi -lmpi_cxx logger)
60+
target_link_libraries(mpi_utils PUBLIC -lmpi logger)
6161
endif()
6262

6363
add_library(nccl_utils STATIC nccl_utils.cc)

0 commit comments

Comments
 (0)