aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: b67845e51f4ed0f37cdff1986657806a5ab0b3b3 (plain)
1
2
3
4
5
6
# Main make.code.defn file for thorn CactusElliptic/EllPETSc
# $Header$

ifeq ($(strip $(HAVE_PETSC)), )
    $(error This configuration was not configured to use PETSc.  Please reconfigure with 'PETSC=yes' or remove EllPETSc from your ThornList)
endif