Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Input Program Parameters

newport_j
Beginner
185 Views
To run my program on the command line, I use the syntax

./prog_name

this is for 1 core.

./prog_name 0 4

this is for 4 cores.

If I want to run VTUNE AMP and anlayze this program on 4 cores how do I get the 0 4 into the project properties window?

Do I use the Application Parameters window?The exampleshown does that for dat/balls.dat,

but that was data.

Any helpappreciated. Thanks in advance.

Newport_j

0 Kudos
1 Reply
Peter_W_Intel
Employee
185 Views
Use same syntax of program in amplxe-cl. See this example:
amplxe-cl -collect concurrency -r c:\temp\r0001cc -- ./prog_name 0 4
Reply