Going full speed.

This commit is contained in:
Dongryeol Lee
2010-11-07 01:47:12 +00:00
parent f2c71fb2ab
commit d52a005451
2 changed files with 1 additions and 4 deletions
@@ -65,7 +65,7 @@ class DistributedTable: public boost::noncopyable {
// Put a barrier so that all processes owning a part of a
// distributed table are ready to destroy.
global_comm_->barrier();
table_outbox_group_comm_->barrier();
// Delete the list of number of entries for each table in the
// distributed table.
@@ -222,8 +222,5 @@ int main(int argc, char *argv[]) {
// Test the distributed tree building.
//TestDistributedTree(world);
// Delete the memory allocator.
delete core::table::global_m_file_;
return 0;
}