From 9ea4b5083accefb2c56429fce777d9fb67171ee5 Mon Sep 17 00:00:00 2001 From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:35:35 +0200 Subject: [PATCH] Update Makefile --- P2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P2/Makefile b/P2/Makefile index 2d0e03f..d4eb10e 100644 --- a/P2/Makefile +++ b/P2/Makefile @@ -26,7 +26,7 @@ globals.o: globals.cpp globals.hpp mlp_sgd_distributed.cpp $(CXX) $(CXXFLAGS) -c globals.cpp run: $(TARGET) - mpirun -np 8 ./$(TARGET) + mpirun -np 4 ./$(TARGET) clean: rm -f $(OBJ) $(TARGET) -- GitLab