csci5451/assignments/03/Makefile

7 lines
117 B
Makefile
Raw Normal View History

2023-11-22 07:58:05 +00:00
.PHONY: run
lpa: lpa.c
mpicc -o $@ -g $<
run:
watchexec -c clear 'make lpa && mpirun -n 4 ./lpa dataset/1000.txt'