configure.ac

- forgot to check MPIPATH
This commit is contained in:
2006-12-07 16:48:40 +00:00
parent d580292235
commit c96b859f88
+2
View File
@@ -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"