aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.configuration.defn
blob: a70db23a610fe4a4e0680d9b3118d817838d9a7f (plain)
1
2
3
4
5
6
7
# Main make.configuration.defn file for thorn CarpetLib   -*-Makefile-*-
# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.5 2004/04/29 22:15:06 tradke Exp $

# Ensure that MPI is available
ifeq ($(strip $(HAVE_MPI)), )
    $(error Configuration error: The Carpet thorns require MPI.  Please configure with MPI, or remove the Carpet thorns from the ThornList.)
endif