mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
Merge pull request #646 from Ricardicus/makefile-fix
Makefile: Respect the NO_MULTI_GPU
This commit is contained in:
commit
c1ac121c77
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -215,7 +215,6 @@ else ifeq ($(shell [ -d /usr/lib/x86_64-linux-gnu/openmpi/lib/ ] && [ -d /usr/li
|
|||
NVCC_LDFLAGS += -L/usr/lib/x86_64-linux-gnu/openmpi/lib/
|
||||
NVCC_LDLIBS += -lmpi
|
||||
NVCC_FLAGS += -DUSE_MPI
|
||||
NVCC_FLAGS += -DMULTI_GPU
|
||||
else
|
||||
$(info ✗ MPI not found)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue