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

problem while using code coverage tool

Gerald_Duff
Beginner
764 Views

Hi

I am trying to use the codecov tool for a fortran executable. To do that, I have run an instrumented executable using /Qprof-gen=srcpos . Then merge the dyn file. I do get dpi and spi file but when running codecov I get the following message :

ERROR: corrupt SPI file PGOPTI.SPI

When opening the PGOPTI file in a text editor, as far as I can say, it seems ok (displays files and routine names... and a bunch of number).

Does anyone experience the same problem ?

Regards,

Gerald

0 Kudos
2 Replies
Steven_L_Intel1
Employee
764 Views
Can you attach a ZIP of a test project that shows this problem? Which specific compiler version are you using?
0 Kudos
Gerald_Duff
Beginner
764 Views

My mistake, I have just found out that I was using compiler verison v11.1 074 while the environment variable for codecov path was linked to an older version (v11.0). It works now

0 Kudos
Reply