#---------------------------------------------------------------------!
#                                PHAML                                !
#                                                                     !
# The Parallel Hierarchical Adaptive MultiLevel code for solving      !
# linear elliptic partial differential equations of the form          !
# (PUx)x + (QUy)y + RU = F on 2D polygonal domains with mixed         !
# boundary conditions, and eigenvalue problems where F is lambda*U.   !
#                                                                     !
# PHAML is public domain software.  It was produced as part of work   !
# done by the U.S. Government, and is not subject to copyright in     !
# the United States.                                                  !
#                                                                     !
#     William F. Mitchell                                             !
#     Applied and Computational Mathematics Division                  !
#     National Institute of Standards and Technology                  !
#     william.mitchell@nist.gov                                       !
#     http://math.nist.gov/phaml                                      !
#                                                                     !
#---------------------------------------------------------------------!

# Makefile created for system configuration:
#   Architecture:      x86
#   OS:                linux
#   F90 compiler:      gfortran
#   C compiler:        cc
#   Hash size:         1
#   Parallel form:     messpass_spawn
#   Parallel library:  openmpi
#   Element:           triangle
#   Graphics:          mesa
#   BLAS:              goto
#   LAPACK:            vendor
#   PETSc:             yes
#   SLEPc:             no
#   ARPACK:            yes
#   BLOPEX:            yes
#   hypre:             yes
#   ML:                no
#   MUMPS:             yes
#   SuperLU:           yes
#   Zoltan:            yes
#   ParMETIS:          yes
#   DRUM:              no
#   Specific system:   none

F90=mpif90 -fPIC -DPIC
FFLAGS=-pipe -Wall -g -fPIC -DPIC -O -fno-second-underscore -DPETSC_HAVE_HYPRE
