FLOG(FLog::Controller<<"SCALFMM-DEBUG ["<<communicator.processId()<<"] pre-send to "<<pack.idProc<<" nb "<<nbPartsPerPackToSend[idxPack]<<" \n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t GetSortedParticlesFromArray is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"["<<communicator.processId()<<"] Particles Distribution: "<<"\t GetSortedParticlesFromArray is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t MergeSplitedLeaves is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"["<<communicator.processId()<<"] Particles Distribution: "<<"\t MergeSplitedLeaves is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(timer.tic());
// Equalize and balance
...
...
@@ -498,9 +556,9 @@ public:
delete[]particlesArrayInLeafOrder;
delete[]leavesOffsetInParticles;
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t EqualizeAndFillContainer is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"["<<communicator.processId()<<"] Particles Distribution: "<<"\t EqualizeAndFillContainer is over ("<<timer.tacAndElapsed()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"Particles Distribution: "<<"\t DistributeArrayToContainer is over ("<<timer.cumulated()<<"s)\n";FLog::Controller.flush(););
FLOG(FLog::Controller<<"["<<communicator.processId()<<"] Particles Distribution: "<<"\t DistributeArrayToContainer is over ("<<timer.cumulated()<<"s)\n";FLog::Controller.flush(););