- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
./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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use same syntax of program in amplxe-cl. See this example:
amplxe-cl -collect concurrency -r c:\temp\r0001cc -- ./prog_name 0 4
amplxe-cl -collect concurrency -r c:\temp\r0001cc -- ./prog_name 0 4

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page