Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29298 Discussions

Intel Code Coverage Tool for Fortran

slialgor
Beginner
494 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
494 Views
You will need 10 dpi files, one for each exe.
0 Kudos
Reply