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

Intel PFLET (Profile Function and Loop Execution Time)

youn__kihang
Novice
762 Views

Hello,

As of ifort version 19.1.0.166, the option for PFLET seems to have been removed.
Are there any alternative options available or are they gone?
Please ask if you have to use another profiler (vtune).
*I am not sure if it is correct to ask this on the fortran compiler forum.

Regards,
Kihang

0 Kudos
1 Solution
Ron_Green
Moderator
745 Views

Yes we removed it in 19.1

 

https://software.intel.com/content/www/us/en/develop/articles/intel-fortran-compiler-191-for-windows-release-notes-for-intel-parallel-studio-xe-2020.html#support_deprecated

 

It was not used much by the general community.  So yes, Vtune is a very good choice.  OR Advisor - I prefer Advisor as it's easier to use, more intuitive, and it is a tool that focuses on Loops.  Do research Advisor. there is no licensing but you can buy a Support contract if you make it part of your toolchain

View solution in original post

2 Replies
Steve_Lionel
Honored Contributor III
750 Views

I have never heard of this. Can you point to a description?

Ron_Green
Moderator
746 Views

Yes we removed it in 19.1

 

https://software.intel.com/content/www/us/en/develop/articles/intel-fortran-compiler-191-for-windows-release-notes-for-intel-parallel-studio-xe-2020.html#support_deprecated

 

It was not used much by the general community.  So yes, Vtune is a very good choice.  OR Advisor - I prefer Advisor as it's easier to use, more intuitive, and it is a tool that focuses on Loops.  Do research Advisor. there is no licensing but you can buy a Support contract if you make it part of your toolchain

Reply