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

Code Coverage tool in Intel Compose XE

slialgor
Beginner
416 Views

Im current working on a project for Fortran code coverage analysis by using tools in Intel Composer XE.

Basically, this is a great tool.

But I have some questions.

In CC analysis, there are bunch of .dyn file generated.

Right now, the .dyn file is automatically named by a random number, such as 4e68b709_02636.dyn.

My question is how can I customize the .dyn file name to include more information, such as application name, testing model name etc (application1_model1_0001.dyn).

Oris there anyimplicit naming rule in Intel CC tools.

Thanks in advance.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
416 Views
There is no control available for the filename, but you can specify the directory where the .dyn files should go (and be looked for) by defining the PROF_DIR environment variable. You could name this directory whatever you wanted.

I will submit a feature request for the suggestion that a way to specify a name prefix for the .dyn files be added.
0 Kudos
Steven_L_Intel1
Employee
416 Views

The developers tell me that they have added the ability to specify a filename prefix in a future release (most likely in 2014).

0 Kudos
Reply