Skip to content
Snippets Groups Projects
Commit 9f2ab0c2 authored by Paul Heinzlreiter's avatar Paul Heinzlreiter
Browse files

* cleanup

parent e1c74ac5
No related merge requests found
......@@ -14,7 +14,7 @@ int main(int argc, char* argv[]) {
simulation.distributeBodies();
simulation.distributeDomains();
//simulation.buildTree();
simulation.buildTree();
/*
for (int i = 0; i < 1; i++) {
......
......@@ -168,12 +168,11 @@ namespace nbody {
for (int i = 0; i < this->parallelSize; i++) {
extend(this->overallDomain, this->domains[i]);
}
printBB(this->parallelRank, this->overallDomain);
}
void MpiSimulation::distributeLETs() {
/*
//send out locally essential trees (local bodies needed by remote simulations)
/*
for (int i = 0; i < this->parallelSize; i++) {
if (i != this->parallelRank) {
printBB(this->parallelRank, this->domains[i]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment