Skip to content

Commit 02eb64b

Browse files
author
TJ
committed
set the multiverso lib file when asgd is set to true, otherwise it will
look for a lib that doesn't match any rule when asgd=false
1 parent 55b4606 commit 02eb64b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,10 @@ EVAL_LIB:=$(LIBDIR)/lib$(EVAL).so
694694
ALL_LIBS+=$(EVAL_LIB)
695695
SRC+=$(EVAL_SRC)
696696
697+
# only set lib name when asgd is true
698+
ifeq ("$(CNTK_ENABLE_ASGD)","true")
697699
MULTIVERSO_LIB:=$(LIBDIR)/libmultiverso.so
700+
endif
698701
699702
$(EVAL_LIB): $(EVAL_OBJ) | $(CNTKMATH_LIB) $(MULTIVERSO_LIB)
700703
@echo $(SEPARATOR)

0 commit comments

Comments
 (0)