summaryrefslogtreecommitdiff
path: root/lib/make/extras/MPI/CUSTOM
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-29 15:59:38 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-29 15:59:38 +0000
commit98cc482f6cd5209f0de8ff99a6c067c72948df6b (patch)
tree5a0b0389599ab97b27f45852835bbf04b86def00 /lib/make/extras/MPI/CUSTOM
parenta77b9bd69e9d8d32d7895aa9f7344a33ac41b792 (diff)
Indent configure messages of individual external packages for somewhat better
readability. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3389 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/extras/MPI/CUSTOM')
-rw-r--r--lib/make/extras/MPI/CUSTOM11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/make/extras/MPI/CUSTOM b/lib/make/extras/MPI/CUSTOM
index d77b6329..d20e03a1 100644
--- a/lib/make/extras/MPI/CUSTOM
+++ b/lib/make/extras/MPI/CUSTOM
@@ -3,17 +3,16 @@
# @file CUSTOM
# @date Wed Jul 21 13:27:07 1999
# @author Tom Goodale
-# @desc
-#
+# @desc
+# Configuration options for MPI=CUSTOM
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/CUSTOM,v 1.1 1999-07-21 12:25:01 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/CUSTOM,v 1.2 2003-08-29 15:59:38 tradke Exp $
# @@*/
# Allow the user to completely specify at the command line,
-echo "Custom MPI selected"
+echo ' Custom MPI selected'
-MPI_LIBS="$MPI_LIBS"
+MPI_LIBS="$MPI_LIBS"
MPI_LIB_DIRS="$MPI_LIB_DIRS"
MPI_INC_DIRS="$MPI_INC_DIRS"
-