summaryrefslogtreecommitdiff
path: root/lib/make/extras
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-02-19 09:49:14 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2007-02-19 09:49:14 +0000
commite523068316f7962ed5eb44144884e8f2edfde1e3 (patch)
tree0a1d4c52dceff1e91609f749beacda33fe4d6511 /lib/make/extras
parent0dec0e4302e3efd9e6d330f546adbca594250ecf (diff)
move liblammpi++ in front of all other LAM libs
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4410 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/extras')
-rw-r--r--lib/make/extras/MPI/LAM4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/extras/MPI/LAM b/lib/make/extras/MPI/LAM
index 2c28c315..3a5da1d6 100644
--- a/lib/make/extras/MPI/LAM
+++ b/lib/make/extras/MPI/LAM
@@ -6,7 +6,7 @@
# @desc
# Configure Cactus to compile with the LAM version of MPI.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/LAM,v 1.14 2006-08-28 15:23:48 tradke Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/LAM,v 1.15 2007-02-19 09:49:14 tradke Exp $
# @@*/
echo ' LAM selected'
@@ -85,7 +85,7 @@ else
MPI_LIBS='mpi lam dl pthread'
if test -r "$LAM_LIB_DIR/liblammpi++.a" ; then
- MPI_LIBS="$MPI_LIBS lammpi++"
+ MPI_LIBS="lammpi++ $MPI_LIBS"
fi
# if a LAM config header file exists, extract possible device libs and libdirs