# The Makevars file is generated by the configuration script
# from Makevars.in.

# * ********************************************************************** *
# *  Sets the MPI compiler to the correct value and also any libraries     *
# *  that are related and needed by MPI.                                   *
# * ********************************************************************** *
MPICC    = mpicc -std=gnu99 
MPICXX   = mpicxx
MPILIBS  =  

