CXX=mpicxx
LD=mpicxx
CXXFLAGS=-std=c++11

mpi_simple:

run9:
	qsub -q mamba -l procs=9 -d $(PWD) ./run_simple.sh

