We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3431040 commit 9e85fadCopy full SHA for 9e85fad
1 file changed
configure.ac
@@ -46,6 +46,7 @@ AS_IF(
46
AC_MSG_NOTICE([MPI use is enabled, checking compilation with MPI is possible])
47
AC_CHECK_HEADER(mpi.h, [], [AC_MSG_FAILURE([["Cannot find MPI header"]])] )
48
AC_DEFINE([USE_MPI],[1],[Use MPI])
49
+ LIBS+="-lpthread"
50
],
51
[test "x$enable_mpi" == "xno"], [
52
AC_MSG_NOTICE([MPI use is disabled])
0 commit comments