Hi,
I want to profile the my MPI application executing on HOST+MIC using symmetric mode execution. I used the following command but it says cannot execute binary. I source the amplxe-vars.sh then used the following
mpirun -host test -n 2 amplxe-cl -collect hotspots -r result-dir1 ./hello : -host test-mic0 -n 4 amplxe-cl -collect hotspots -r result-dir1 ./hello.mic
Can someone help me to profile my MPI application in symmetric mode execution.
As a second option I tried
amplxe-cl -collect hotspots -r result-dir1 -- mpirun -host test -n 2 ./hello : -host test-mic0 -n 4 ./hello.mic
Please correct If I am doing it wrong.