summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-08-03 16:41:16 +0000
committerhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-08-03 16:41:16 +0000
commitdd6b522c34075727980fede073ae923172c4463c (patch)
treeee20b749db6b1477f15753d48ce1c597f5cd4edf /lib
parentf5bf477091ae0a0fea896cdcb08b04f18f721a01 (diff)
Improve flesh MPI configuration messages
Avoid confusion now that the flesh MPI support is deprecated. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4856 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rwxr-xr-xlib/make/extras/MPI/setup.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/make/extras/MPI/setup.sh b/lib/make/extras/MPI/setup.sh
index 174b535c..43df42b2 100755
--- a/lib/make/extras/MPI/setup.sh
+++ b/lib/make/extras/MPI/setup.sh
@@ -11,7 +11,8 @@
if test -n "$MPI" -a "$MPI" != 'none' ; then
-echo 'Configuring with MPI'
+echo 'Configuring with flesh MPI'
+echo ' Warning: use of flesh MPI via MPI option is deprecated and should be replaced with the thorn ExternalLibraries/MPI and its MPI_DIR option'
# Work out which variation of MPI is installed
@@ -39,8 +40,4 @@ 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