]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix SCALAPACK symbol check 7837/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 19 Mar 2019 20:57:40 +0000 (21:57 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 19 Mar 2019 20:57:40 +0000 (21:57 +0100)
cmake/configure/configure_scalapack.cmake

index 919a311c4fc1d37c557decca891079efae560409..a91457f379c255e470d197aa5cfe876d7adbcb64 100644 (file)
@@ -28,7 +28,7 @@ MACRO(FEATURE_SCALAPACK_FIND_EXTERNAL var)
     CHECK_MPI_INTERFACE(SCALAPACK ${var})
 
     IF (${var})
-      SET(CMAKE_REQUIRED_LIBRARIES ${SCALAPACK_LIBRARY})
+      SET(CMAKE_REQUIRED_LIBRARIES ${SCALAPACK_LIBRARIES})
       CHECK_C_SOURCE_COMPILES("
         void pdsyevr_();
         void pssyevr_();
@@ -47,7 +47,7 @@ MACRO(FEATURE_SCALAPACK_FIND_EXTERNAL var)
         SET(SCALAPACK_ADDITIONAL_ERROR_STRING
           ${SCALAPACK_ADDITIONAL_ERROR_STRING}
           "Could not find a sufficient SCALAPACK installation: \n"
-          "SCALAPACK symbol check for pdsyevr_ and pssyevr failed! "
+          "SCALAPACK symbol check for pdsyevr_ and pssyevr_ failed! "
           "This usually means that your SCALAPACK installation is incomplete "
           "or the link line is broken. Consult\n"
           "  CMakeFiles/CMakeError.log\n"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.