#! /bin/sh
# /*@@
#   @file    NATIVE
#   @date    Wed Jul 21 13:27:07 1999
#   @author  Tom Goodale
#   @desc
#            Configuration options for MPI=NATIVE
#   @enddesc
#   @version $Header: /CCT/Projects/XiRel/SPEC2006/CactusBSSN/lib/make/extras/MPI/NATIVE,v 1.1.1.1 2009/02/03 01:02:30 jtao Exp $
# @@*/

echo '  Native MPI selected'

# This should be filled out by the know-architecture stuff.

if test -z "$NATIVE_MPI_LIBS" ; then
  echo '  ERROR: NATIVE MPI selected, but this architecture has no native MPI'
  exit 2
fi

MPI_LIBS="$NATIVE_MPI_LIBS"
MPI_LIB_DIRS=${NATIVE_MPI_LIB_DIRS:-""}
MPI_INC_DIRS=${NATIVE_MPI_INC_DIRS:-""}
