Closed simomartini closed 6 years ago
I think you are seeing the error because you have a "terse" log file. Please re-run your application with the environment setting export IPM_LOG=full
to save detailed message count and size data in the IPM XML file. I think the plotting error is happening because there is no message size data in the file. I am able to run ipm_parse
on your data file and successfully generate the plots which don't depend on the detailed message data, e.g. time_stack_byrank.png and mpi_pie.png.
Thanks, Chris
Thanks for the query replay. The problem where exactly this, with IPM_LOG=full I will get everything.
Kind Regards Simone Martini
On 09 Sep 2017, at 00:28, cdaley notifications@github.com<mailto:notifications@github.com> wrote:
I think you are seeing the error because you have a "terse" log file. Please re-run your application with the environment setting export IPM_LOG=full to save detailed message count and size data in the IPM XML file. I think the plotting error is happening because there is no message size data in the file. I am able to run ipm_parse on your data file and successfully generate the plots which don't depend on the detailed message data, e.g. time_stack_byrank.png and mpi_pie.png.
Thanks, Chris
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/nerscadmin/IPM/issues/28#issuecomment-328228568, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APxrVS3Db7aoMHRVnVC_J0LkZ_iFM3oqks5sgb-YgaJpZM4PHP1F.
I'm trying to make OpenFoam profiling with IPM. But I found a mistake when I use ploticus.
This is what I get
I attached here my xml file
smartini.1504091236.699412.ipm.xml.zip
I tried to do the tests I found in ipm and they did not give me this problem.
Kind Regard Simone