Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Does this tool work with MPI-OpenMP programs?

Raghu_Reddy
Beginner
489 Views
Seems to have helped some users with OpenMP programs. I would like to use this to troubleshoot some hybrid MPI OpenMP programs, is this possible?

In particular I'm interested in using it on a linux system in command line mode.

Thanks.
0 Kudos
1 Reply
Peter_W_Intel
Employee
489 Views

I tested a OMP program with Intel MPI, on Inspector XE 2011 & VTune Amplifier XE 2011: ( on Single node)

# mpirun -n 4 inspxe-cl -collect mi2 -- ./openmp-test.icc
# mpirun -n 4 amplxe-cl -collect hotspots -- ./openmp-test.icc

It seemed they work.

Regards, Peter

0 Kudos
Reply