Hi,
I would like to get details of data transferred from all the ranks to one another during the execution of MPI program. I wanted to know the latest supported tool by Intel or an open source tool for doing this. Where can I get the documentation for this?. Simply put, I have an MPI program that I run with varied ranks. I want to know which rank transfers what amount of data to which other rank from the start of the program till the end of execution. I would also like to know the timestamp when this data transfer has occurred. Any additional information such as total data transferred etc would be of help.
thanks,
-Mahesh
链接已复制
@maheshbarve we used to provide such functionality with ITAC which was unfortunately canceled.
You may find some directions which tools to use here:
https://www.intel.com/content/www/us/en/developer/articles/technical/trace-analyzer-deprecation.html
Note, this list is not complete and you may find other tools that better suite your needs.