Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Application does not start when using amplxe-cl

Greg_S_1
Beginner
698 Views

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.
 

0 Kudos
1 Reply
David_A_Intel1
Employee
698 Views

Please check the documentation.  You need to switch amplxe-cl and mpirun around.

0 Kudos
Reply