Hallo everyone,
is there a way to identify what the time limiting step in the simulation is? What consumes most of the time (e.g creation neigbour list, etc )?
Cheers
Johannes
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
mschramm | Mon, 01/08/2018 - 14:52
End of run step
Hello,
At the end of a run command (run 1000 for example)
A histogram is listed and the program stats how much time was spent in certain areas.
If you run the chute wear example, you would see this at the end of the simulation. (Note: You do see this at the end of each run step)
Pair time (%) = 0.437112 (0.57769)
Neigh time (%) = 28.7481 (37.9936)
Comm time (%) = 0.501757 (0.663126)
Outpt time (%) = 4.66142 (6.16056)
Other time (%) = 41.3171 (54.605)
If you are looking for something for detailed, I believe you would have to implement it yourself...