Skip to content

Commit e650b42

Browse files
async_thread_trainer & libmct & pslib.cmake
1 parent a77fa67 commit e650b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ include(cupti)
217217
include(external/gzstream)
218218
endif (NOT WIN32)
219219
include(external/libmct)
220-
include(external/pslib_brpc)
220+
#include(external/pslib_brpc)
221221
include(external/pslib)
222222

223223
if(WITH_DISTRIBUTE)
@@ -280,6 +280,8 @@ set(EXTERNAL_LIBS
280280
zlib
281281
${PYTHON_LIBRARIES}
282282
pslib
283+
#pslib_brpc
284+
libmct
283285
)
284286

285287
if(WITH_AMD_GPU)

0 commit comments

Comments
 (0)