Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

codecov help

Izaak_Beekman
New Contributor II
588 Views
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
0 Kudos
1 Reply
Martin_C_
Beginner
588 Views
You will need to run
profmerge -a
prior to running codecov.

0 Kudos
Reply