Going full speed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user