From 8e1d8e7c1faba7aa3d88ed554d4e9bab6eb92290 Mon Sep 17 00:00:00 2001 From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:20:25 +0200 Subject: [PATCH] Update Makefile --- P2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P2/Makefile b/P2/Makefile index d4eb10e..0228e8f 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 4 ./$(TARGET) + mpirun -np 2 ./$(TARGET) clean: rm -f $(OBJ) $(TARGET) -- GitLab