Hi,
I was trying to detect load imbalances but when using collect wait times in the backed section, my solution file only has these informations:
[data]
fields = rho,rhou,rhov,rhow,E
prefix = soln
[backend]
rank-allocation = 0,1,2,3,4
[solver-time-integrator]
tcurr = 0.02
wall-time = 538.5784029960632
plugin-wall-time-nancheck = 0.03372669219970703
plugin-wall-time-writer = 0.018815994262695312
plugin-wall-time-other = 0.1612997055053711
nsteps = 4096
nacptsteps = 4087
nrjctsteps = 9
nfevals = 20480
There is no information regarding MPI ranks, how I can get those info?
Moreover, the key plugin-wall-time-****** refers to the cumulative time spent out of pure computation (matrix multiplications ecc…) by that plugin?
Regards