fix for MPI requirement for mscclpp-tests

This commit is contained in:
Saeed Maleki
2023-04-12 19:50:45 +00:00
parent e8b9308af9
commit 2d68e808e3

View File

@@ -162,7 +162,10 @@ INCLUDE := -Isrc -Isrc/include
all: build
build: lib tests mscclpp-test
build: lib tests
ifeq ($(USE_MPI_FOR_TESTS), 0)
build += mscclpp-test
endif
lib: $(LIBOBJTARGETS) $(INCTARGETS) $(LIBTARGET)