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

Horrible performance

Thomas_P_
Beginner
341 Views

I have a program that I compile with the Fortran Intel Compiler 10. This program takes a long time to complete (it is measured in days). We decided to upgrade to Fortran Intel Compiler 17 - and now it takes 20% LONGER! Newer compiler, worse performance ???!?!?!  There is absolutely no change to the code between the two compilers. When I open the solution with the new VS it converts the properties from 11 to 17 (I assume). Is there a known issue with this conversion that slows things down? The only properties that seem different are the Intel Processor Optimization selections (which used to be under Compilers but are now under Code - if my memory serves me right).

Any direction would be appreciated!

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
341 Views

The newer compiler optimizes more. But try version 18 - I read that it is faster, If you still feel there is a problem, use the Intel Online Service Portal to report the problem and attach all sources necessary to reproduce the issue.

View solution in original post

0 Kudos
3 Replies
Steve_Lionel
Honored Contributor III
342 Views

The newer compiler optimizes more. But try version 18 - I read that it is faster, If you still feel there is a problem, use the Intel Online Service Portal to report the problem and attach all sources necessary to reproduce the issue.

0 Kudos
andrew_4619
Honored Contributor II
341 Views

What compiler options are you using? 

0 Kudos
jimdempseyatthecove
Honored Contributor III
341 Views

Are you comparing the Debug build runtimes or the Release build runtimes?

The default diagnostics for Debug build between V10 and V17 have included more runtime checks.

>>What compiler options are you using?

List command line options for both versions please.

And are the target platforms the same (both Win32 or x64)?

Jim Dempsey

0 Kudos
Reply