diff options
author | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-20 16:18:41 +0000 |
---|---|---|
committer | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-20 16:18:41 +0000 |
commit | c7a05c1900eeb1553f5c8f753527cf6c9eb89701 (patch) | |
tree | 817296fc23c7fd392b6a28f2869742c9c9f5aa47 /gi/pyp-topics/src/mpi-pyp-topics.cc | |
parent | 5571fbb90be0921738afeb382a6c1b5059228520 (diff) |
Fixed bug in mpi output.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@335 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics/src/mpi-pyp-topics.cc')
-rw-r--r-- | gi/pyp-topics/src/mpi-pyp-topics.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/mpi-pyp-topics.cc b/gi/pyp-topics/src/mpi-pyp-topics.cc index 3a3c4d67..fa951156 100644 --- a/gi/pyp-topics/src/mpi-pyp-topics.cc +++ b/gi/pyp-topics/src/mpi-pyp-topics.cc @@ -9,7 +9,6 @@ void MPIPYPTopics::sample_corpus(const Corpus& corpus, int samples, int freq_cutoff_interval, int max_contexts_per_document) { Timer timer; - std::cout << m_am_root << std::endl; int documents = corpus.num_documents(); m_mpi_start = 0; |