Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Input Program Parameters

newport_j
Beginner
328 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
328 Views
Use same syntax of program in amplxe-cl. See this example:
amplxe-cl -collect concurrency -r c:\temp\r0001cc -- ./prog_name 0 4
0 Kudos
Reply