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

need to know what changes took place in IFC 2015 Update 5

Brian_A_
Novice
294 Views

Our code has been compiling fine for years and now when we try to use anything newer than IFC 2015 Update 3 we are running into problems.  If we compile with IFC 2015 Update 5, a certain part of our program, when executed, produces zeros, when we should be getting a long list of data.  I cannot even get update 4 to install.  As soon as the loader for update 4 runs and I click next it closes.

I need to know what changes took place from IFC 2015 Update 3 to Update 5.

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
294 Views

There is a "readme" file for those updates (not in some newer ones) that lists bug fixes, but I very much doubt they will help you.

Rather than asking "what changed", you should run your program in the debugger and see where it goes wrong. But given your other thread about installation issues, I have to wonder if there is some other issue on your computer that is interfering with executables.

0 Kudos
mecej4
Honored Contributor III
294 Views

Brian, can you provide a code sample (or the actual code, if it is not huge), data files if needed, and instructions to build and run the sample code?

0 Kudos
Reply