# MPI-based Makefile using mpic++ and mpicc.

CC =		mpic++ 
CCFLAGS =	-g -O 
DEPFLAGS =	-M
ARCHIVE =	ar
ARFLAGS =	-rc

include Makefile.common

