summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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