CC = cc CXX = CC -h new_for_init CFLAGS = -g -O3 -h pipeline3 -h restrict=f -h aggress -h scalar3 MPIHOME = /usr/local MPIINC = -I${MPIHOME} MPILIB = -L${MPIHOME} -lmpi FLEXIO = ../FlexIO FLEXINC = -I$(FLEXIO) FLEXLIB = -L$(FLEXIO) -lieeeio # SerialTest : Test the WaveToy stuff # ParTest : Just test the domain decomp machinery # MPItest : test simplest MPI comm # PthreadTest : test cube domain decomposition with pthreads # PthreadSlice : test slice domain decomp with pthreads #MAIN = PthreadSlice # MAIN = PthreadTest MAIN = MPIperf LD = -lpthread include Makefile.rules