EXE=testmpi

include ../make.inc

$(EXE): testmpi.c
	${MPICC} ${LD_FLAGS} -o testmpi testmpi.c

