Hello I am running a MPI application which is a hybrid i.e having 2 ranks on mic0 and mic1 each and 3 ranks on xeon
I am trying to run vtune analyzes for the ranks on mic. I do this by using VTUNE GUI from the host and select launch application and run a script which has a mpirun for all the 5 ransks in it
I am facing some problems:-
In the type of analysis i go in Knights Corner Platform and ..
problem 1: When i write 2 in "List of Intel Xeon Phi coprocessor cards:" option i get an error that one of my mic card is offline ( i performed miccrtl --status it shows both online)
problem 2: If i write 1 in the "List of Intel Xeon Phi coprocessor cards:" option the collection runs and collects the analysis result but i do not get any function names, i get no "No call stack information"
(during compilation i put -mmic -g options)
thank you for the help in advance
Did you "Specify a comma-separated list of Intel Xeon Phi coprocessor cards?"
Zero (0) is the first one, one (1) is the second.
連結已複製
Hi VIKRANT:
Call stacks are not supported on MIC at this time. For example, see this note in the documentation:
NOTE
The Collect stacks option is not available for Advanced Hotspots analysis on Intel® Xeon Phi™ coprocessor (code name: Knights Corner).
okay, yes. you won't see any call stack information - it's not supported on MIC today.
Also, you aren't seeing any symbols for any system modules (e.g., vmlinux). That's what the square brackets mean about the module name, which is expected since all system modules are usually stripped of symbols.
So, what happens if you change the Grouping to Module / Function / Call stack and expand your module?
