summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-09-10 19:58:15 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-09-10 19:58:15 +0000
commit8f2acada4247f7b0b0069c68a7924fc62c6fac7f (patch)
treedb5b0946df828f8785138564c7ef17531fab3b01
parentd1285e1b1b7ae7b56d0db3f035ce0a9c7894f778 (diff)
Especially with the widespread use of Carpet this can catch the eye of
an user early and point to the right place to fix git-svn-id: http://svn.cactuscode.org/flesh/trunk@4567 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rwxr-xr-xlib/make/extras/MPI/setup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/extras/MPI/setup.sh b/lib/make/extras/MPI/setup.sh
index 21941ba6..174b535c 100755
--- a/lib/make/extras/MPI/setup.sh
+++ b/lib/make/extras/MPI/setup.sh
@@ -39,4 +39,8 @@ CCTK_WriteLine make.extra.defn 'LIBS += $(MPI_LIBS)'
CCTK_WriteLine make.extra.defn 'LIBDIRS += $(MPI_LIB_DIRS)'
CCTK_WriteLine make.extra.defn 'SYS_INC_DIRS += $(MPI_INC_DIRS)'
+else
+
+echo 'Configuring without MPI'
+
fi