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

Fortran VTune suggestion

jimdempseyatthecove
Honored Contributor III
1,248 Views

When VTune-ing Fortran code, often it helps o examint the assembly window to assess what is happening with expressions. Due to optimizations in Release build the assembly statements usually get intertwined. Fortunately you can consolidate the assembly statements to line numbers by Sorting on source line as opposed to Address....

.... However, the sort does not use the Address as a secondary sort key. This results (often) the assembly statements (sorted by line number) not showing in execution order (usually address order).

Suggestion is to have assembly source line sorting use address as secondary sort key.

Jim Dempsey

0 Kudos
0 Replies
Reply