# for the MCS Suns #CC = gcc -g -I/opt/local/mpich-1.2.6/include CC = gcc -O3 -I/opt/local/mpich-1.2.6/include CLINKER = gcc LIBS = -L/opt/local/mpich-1.2.6/lib -lmpich -lsocket -lnsl -lrt # for the SoS Linux boxen #CC = mpicc #CLINKER = $(CC) #LIBS = mpi-greet0: mpi-greet0.o $(CLINKER) -o mpi-greet0 mpi-greet0.o -lm $(LIBS) clean: rm -f *.o *~ *.bak