ex2: benchmark job

This commit is contained in:
2025-09-10 17:23:04 +02:00
parent 500560bf31
commit 81ee3fded6
3 changed files with 29 additions and 0 deletions
+4
View File
@@ -4,6 +4,7 @@ SRC := mandel_mpi.c
TARGET := $(SRC:.c=)
ARGS := 1
OUTDIR := out
NBENCH := 1
.PHONY: all clean run
@@ -18,3 +19,6 @@ run: $(TARGET)
clean:
rm -rf $(OUTDIR)
time: $(TARGET)
python3 bench.py '$(OUTDIR)/$(TARGET) 0' $(NBENCH)