Skip to content

Commit 0f2d00b

Browse files
dwyatteazahed98
authored andcommitted
remove mpi_cxx from multi-gpu build for now (NVIDIA#705)
1 parent 81b1284 commit 0f2d00b

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)