13 lines
547 B
Diff
13 lines
547 B
Diff
diff -up mpich/configure.ac.r mpich/configure.ac
|
|
--- mpich/configure.ac.r 2014-05-19 22:31:26.000000000 +0200
|
|
+++ mpich/configure.ac 2014-06-07 16:30:09.806374359 +0200
|
|
@@ -300,7 +300,7 @@ else
|
|
fi
|
|
|
|
dnl now scalapack
|
|
- AC_SEARCH_LIBS([pdtran],[mpiscalapack],[can_link_with_scalapack=yes],[can_link_with_scalapack=no])
|
|
+ AC_SEARCH_LIBS([pdtran],[scalapack],[can_link_with_scalapack=yes],[can_link_with_scalapack=no])
|
|
AC_MSG_CHECKING([whether we can link a program with a scalapack lib])
|
|
AC_MSG_RESULT([${can_link_with_scalapack}])
|
|
|