#
# Autoconf script that works on Andy's mac.
# Using gcc46, openmpi, netcdf, netcdf-fortran from macports
#
export FC=openmpif90
export CC=openmpicc
export CXX=openmpicxx

export FCFLAGS="-O2 -ffree-form -ffree-line-length-none"
export CFLAGS="-O2"
export CXXFLAGS="-O2"

./bootstrap
./configure --enable-mpi="yes" --with-netcdf=/opt/local --with-trilinos="/Users/agsalin/Trilinos/glimmer12/install" -enable-shared="no" 
