An example of my command line input is:
amplxe-cl -collect hotspots -r <results name> mpirun -n 8 <application> <parameters>
When executing this I see messages printed by both amplxe-cl and mpirun, but nothing from the application. Processes for the application are never launched. The application works fine with mpirun when not using amplxe-cl. Also, we were able to run profiles with vtune before when using a Platform MPI version of mpirun, but now we are using Intel mpirun as well as a version of our application compiled for it. Thanks for any input.