MPICC=mpicc -mpicc {CC}
MPICXX=mpiCC -mpicxx {CXX}
MPIF77=mpif77 -mpif77 {F77}
MPIFC=mpif90 -mpif90 {FC}

#MPI_CPPFLAGS=
MPI_CFLAGS=-g -O2
MPI_CXXFLAGS=-g -O2
MPI_FFLAGS=-g -O2
MPI_FCFLAGS=-g -O2
#MPI_LDFLAGS=
#MPI_LIBS=

# # Scalasca1 settings
# MPILIB    = -lhpmpi
# PMPILIB   = -lpmpi
# FMPILIB   = -lepk.ad.fmpi
# FMPIOBJ   = libepk.ad.fmpi.a
# MPIEXTRA  = -DHAS_MPI2_1SIDED

