From a7be7f2de5e94c078e224081d051eef2618644e9 Mon Sep 17 00:00:00 2001
From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com>
Date: Sun, 13 Apr 2025 12:39:41 +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..2d0e03f 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 8 ./$(TARGET)
 
 clean:
 	rm -f $(OBJ) $(TARGET)
-- 
GitLab