I used uProf (version 4.0.341) to profile an application running on 720 MPI ranks. The raw profile data is 210GB. I used "AMDuProfCLI translate" to get it down to a 27GB datbase file (cpu.db) which is still too large to transfer to my local machine. The machine I'm working on does not support GUIs so I need to investigate the database using the CLI. Is there a way to generate a text report from the cpu.db using the CLI?
Dan