From c96b859f8828b31f83a03d70939ae9a9bfd34b96 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 7 Dec 2006 16:48:40 +0000 Subject: [PATCH] configure.ac - forgot to check MPIPATH --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index e0051ad..fc0a71d 100644 --- a/configure.ac +++ b/configure.ac @@ -292,6 +292,8 @@ if test "X$USE_PARALLEL" = "Xyes"; then P=${MPIROOT} elif test -n "$MPIHOME"; then P=${MPIHOME} + elif test -n "$MPIPATH"; then + P=${MPIPATH} else P='' P="$P /usr"