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.
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