aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/make.configuration.defn
blob: 34186ac76888c405d061b5cc9140ac71eec99cbc (plain)
1
2
3
4
5
6
7
# Main make.configuration.defn file for thorn CarpetLib   -*-Makefile-*-
# $Header:$

# 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