csci5451/assignments/03/Makefile
2023-11-22 07:58:05 +00:00

7 lines
No EOL
117 B
Makefile

.PHONY: run
lpa: lpa.c
mpicc -o $@ -g $<
run:
watchexec -c clear 'make lpa && mpirun -n 4 ./lpa dataset/1000.txt'