FLOG(FLog::Controller<<"\t GetSortedParticlesFromArray is over ("<<timer.tacAndElapsed()<<"s)\n");
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t GetSortedParticlesFromArray is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"\t MergeSplitedLeaves is over ("<<timer.tacAndElapsed()<<"s)\n");
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t MergeSplitedLeaves is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(timer.tic());
// Equalize and balance
...
...
@@ -498,9 +498,9 @@ public:
delete[]particlesArrayInLeafOrder;
delete[]leavesOffsetInParticles;
FLOG(FLog::Controller<<"\t EqualizeAndFillContainer is over ("<<timer.tacAndElapsed()<<"s)\n");
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t EqualizeAndFillContainer is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"\t DistributeArrayToContainer is over ("<<timer.cumulated()<<"s)\n");
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t DistributeArrayToContainer is over ("<<timer.cumulated()<<"s)\n";FLog::Controller.flush(););
#ifdef SCALFMM_USE_LOG
/** To produce stats after the Equalize phase */
...
...
@@ -529,7 +529,7 @@ public:
}
averageNbParticles/=float(nbProcs);
printf("End of Equalize Phase : \n\t Min number of parts : %lld \n\t Max number of parts : %lld \n\t Average number of parts : %e \n",
printf("Particles Distribution: End of Equalize Phase : \n\t Min number of parts : %lld \n\t Max number of parts : %lld \n\t Average number of parts : %e \n",
FLOG(FLog::Controller<<currentComm.processId()<<"] Recv from "<<pack.idProc<<" from "<<pack.fromElement<<" to "<<pack.toElement<<"\n";);
FLOG(FLog::Controller<<"SCALFMM-DEBUG ["<<currentComm.processId()<<"] Recv from "<<pack.idProc<<" from "<<pack.fromElement<<" to "<<pack.toElement<<"\n";);
FLOG(FLog::Controller<<currentComm.processId()<<"] Send to "<<pack.idProc<<" from "<<pack.fromElement<<" to "<<pack.toElement<<"\n";);
FLOG(FLog::Controller<<"SCALFMM-DEBUG ["<<currentComm.processId()<<"] Send to "<<pack.idProc<<" from "<<pack.fromElement<<" to "<<pack.toElement<<"\n";);