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

Intel Tools do not work well with Fortran Submodules.

mehdi__chinoune
Beginner
205 Views

The Intel tools ( Vtune Amplifier, Intel Advisor ) do not work well with submodules:

Before with Modules these tools give exactly the name of the function or the subroutine but if i use submodules it give only the name of submodules.

for example:

if I have a module with 3 functions fun1, fun2 and fun3 .  Vtune Amplifier give me

fun1 : 78%

fun2 : 12%

fun3 : 8%

with submodules it gives this

submodule1 : 78%

submodule1: 12%

submodule1: 8%

0 Kudos
0 Replies
Reply