From e7d3ddb35846e2e65a79c2e4bd8c494a69433960 Mon Sep 17 00:00:00 2001 From: evahasler Date: Wed, 24 Nov 2010 17:28:08 +0000 Subject: [PATCH] disable mpi finalize (not working) git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/mira-mtm5@3735 1f5c12ca-751b-0410-a591-d2e778427230 --- mira/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mira/Main.cpp b/mira/Main.cpp index e1abe004e..73661fee1 100644 --- a/mira/Main.cpp +++ b/mira/Main.cpp @@ -471,9 +471,9 @@ int main(int argc, char** argv) { } } -#ifdef MPI_ENABLE +/*#ifdef MPI_ENABLE mpi::finalize(); -#endif +#endif*/ cerr << "Average total weights: " << averageTotalWeights << endl;