mpiCC = mpicxx INCL = -I/usr/include RNC: RNC.cpp makefile ${mpiCC} -g -lm -O3 -o RNC RNC.cpp RNCloadD: RNCloadD.cpp makefile ${mpiCC} -O3 -o RNCloadD RNCloadD.cpp RNCNew: RNCNew.cpp makefile ${mpiCC} -O3 -o RNCNew RNCNew.cpp runnew: makefile RNCNew mpirun -np 28 ./RNCNew run: makefile RNC mpiexec -np 28 ./RNC