6a5b595
diff -up mpich/configure.ac.atlas mpich/configure.ac
6a5b595
--- mpich/configure.ac.atlas	2015-03-19 12:45:07.946282074 +0100
6a5b595
+++ mpich/configure.ac	2015-03-19 12:45:07.955282120 +0100
6a5b595
@@ -335,7 +335,7 @@ if test x"${have_mkl}" = x"yes" ; then
61aead2
 else
61aead2
 
61aead2
   dnl first check blas
6a5b595
-  AC_SEARCH_LIBS([dgemm],[blas],[have_blas=yes],[have_blas=no])
cbaf4c3
+  AC_SEARCH_LIBS([dgemm],[openblas satlas blas],[have_blas=yes],[have_blas=no])
61aead2
   AC_MSG_CHECKING([whether we can link a program with a blas lib])
6a5b595
   AC_MSG_RESULT([${have_blas}])
61aead2