- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Bil Kelb et al.'s funit unit testing framework, developed at NASA and freely available, to help with quality assurance and to ease debugging. I was hoping to use this in conjunction with Intel's codecov tool. Unfortunately i cannot figure out how to use the codecov tool. I assumed that running the tests having compiled them with the -prof-gen flag would produce the pgopti.dpi file needed for the codecov tool. Unfortunately this is not the case (ifort 11.1.046). If i use the -prof-genx flag I DO get the pgopti.spi and pgopti.spl files (still no pgopti.dpi), but i still can't seem to run codecov. Does any know what i am doing wrong? Is this a compiler bug? Is Vtune required?
Any help much appreciated.
-Zaak
Any help much appreciated.
-Zaak
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to run
profmerge -a
prior to running codecov.
profmerge -a
prior to running codecov.

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