- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone !
I put a serial program modifications for parallel programs with Intel TBB.Now the serial program is running one hour,and the parallel program is running just 10 minutes. Analyze the serial program with VTune Amplifier is OK! But analyze the parallel program with VTune Amplifier is hard. After the program is running out,the VTune Amplifier is finalizing results and loading '6684-1264.0.trace'file forever,i look at the 'data.0' folder,there are so many '.cs' and '.th'file,but the serial program's 'data.0' folder is not have so many files. What should i do ?
Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> the VTune Amplifier is finalizing results and loading '6684-1264.0.trace'file forever
You may split normal data collection into two steps:
1. amplxe-cl -collect concurrency -no-auto-finalize -r r000cc-- program ; collection
2. ampxe-cl -finalize -r r000cc ; finalization
Finalization stage may take long time, but your can see the progress number on working modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Frank.F, can you tell how many files do you have in data.0 folder? What is its size?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page