Home:ALL Converter>MPI/python application trace

MPI/python application trace

Ask Time:2022-09-21T18:59:44         Author:Mariem

Json Formatter

I have an MPI python application and I tried to trace it using intel trace analyzer and collector. I am running my application on a HPC, I tried to get the .stf trace files to be used as input to intel trace analyzer using this link: https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-itac/top/trace-your-mpi-application.html and this command on linux; mpiexec -trace -n 2 python3 ./run.py, but I am getting the following error:

Error: mpiexec: Error: unknown option "-trace"

When I run only mpiexec -n 2 python3 ./run.py, it works, but when I added the trace option, it doesn't work, .. Thank you in advance.

Author:Mariem,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/73799625/mpi-python-application-trace
yy