Getting there.

This commit is contained in:
Dongryeol Lee
2010-11-29 22:28:35 +00:00
parent cbe9a2b3be
commit 02a0a2239f
@@ -399,7 +399,7 @@ class DistributedTable: public boost::noncopyable {
printf(
"Process %d sampled %d points.\n",
static_cast<int>(table_outbox_group_comm.rank()),
sampled_indices.size());
static_cast<int>(sampled_indices.size()));
// Send the number of points chosen in this process to the
// master so that the master can allocate the appropriate amount
@@ -467,7 +467,7 @@ class DistributedTable: public boost::noncopyable {
printf(
"Checking the nodes: %d %d\n",
static_cast<int>(table_outbox_group_comm.rank()),
top_leaf_nodes.size());
static_cast<int>(top_leaf_nodes.size()));
for(unsigned int i = 0; i < top_leaf_nodes.size(); i++) {
printf("%d %d %d\n", top_leaf_nodes[i]->begin(),