disable mpi finalize (not working)

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/branches/mira-mtm5@3735 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
evahasler 2010-11-24 17:28:08 +00:00
parent 1de7aa4f81
commit e7d3ddb358

View File

@ -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;