Hello, I am using Vtune to profile my MPI progam which involves two ranks (one on Xeon and the other on Xeon-phi)
I have set up a NFS mount for shared libraries and the path for vtune is visible from MIC root
below is the command i use to run hotspots report on xeon and on mic,
mpirun -host localhost -n 1 /opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl -quiet -collect hotspots -result-dir exon ./hello.xeon : -host mic0 -n 1 /opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl -result-dir /root/mic_vtune -collect -quiet knc-hotspots ~/hello.mic
i get this error when i run the above command
amplxe-cl: line 3: syntax error: unexpected ")"
I am able to get successful result when i run the above command without the vtune options for mic,
can anyone suggest a way to run the vtune ampilfer report on mic from the host using mpirun and when multiple ranks are involved