I successfully profiled MPI application (on two nodes 4 MPIs per node) with AMDuProf_Linux_x64_3.3.462
> srun -n 8 AMDuProfCLI collect --config assess --mpi --output-dir amdprof_out bt-mz.C.8
But summarization crashed
> AMDuProfCLI-bin report --detail --verbose 2 -i amdprof_out/*
> Translation started ...
> [TRANSLATION PROGRESS] 100% Translation done...
> Translation done...
> Report generation started ...
> Generating report file...
> terminate called after throwing an instance of 'std::system_error'
> what(): Resource deadlock avoided
> Aborted
Do you know how to solve this issue?