aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.configuration.defn
blob: 5a7bcbf6694b1bdb3f608dc2836d265030da51f9 (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.4 2004/04/10 18:10:22 schnetter 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