diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-10-22 17:56:02 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-10-22 17:56:02 +0000 |
commit | af58383779c70d0caa29cbcacf2bd13d4f072333 (patch) | |
tree | 5b6ffc576cf43a861787bc0275127894f02038ef | |
parent | e080ea6566fe60ec235e74f8e577e27e4da2b1a4 (diff) |
mpi flag
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@688 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 51583c81..1a87d323 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AM_CONDITIONAL([MPI], [test "x$mpi" = xyes]) if test "x$mpi" = xyes then BOOST_SERIALIZATION + AC_DEFINE([HAVE_MPI], [1], [flag for MPI]) # TODO BOOST_MPI needs to be implemented LIBS="$LIBS -lboost_mpi $BOOST_SERIALIZATION_LIBS -lmpi++ -lmpi" fi |