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

Intel Code Coverage Tool for Fortran

slialgor
Beginner
451 Views

Supposedly,

I have 10 exe files and all of them are from Intel Fortran Compiler with the right compiler options.

These exe files have their own testing models, and cannot be mixed.

I run 100 testing models with these 10 exe files, such as 10 models for each exe.

Then I have 100 *.dyn files.

Can I merge these 100 dyn files into one dpi file, since dyn files could be for different exe files?

If YES,

After merging these 100 dyn files into one dpi file, I want to generate the html reports for these 10 exe file separately.

Is this doable? Or I must have 10 dpi files?

thanks a lot.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
451 Views
You will need 10 dpi files, one for each exe.
0 Kudos
Reply