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

# 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