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

How to compile with previous version?

mr_sceptical
Beginner
1,069 Views
I am trying to compile some code, written by someone else, using Ifort on Ubuntu. The code does not compile using Ifort 12.0, but does with 9, 10 etc. I have tested with on a 64-bit system using Ifort 11, but wish to build the code for my 32 bit system.

Whilst I appreciate fixing the code so it will compile with 12.0 would be ideal, compiling with an older compiler would be a convenient work around.

Is it possible to either download previous versions, or run the current version in a 'Ifort 10' type mode?

Many Thanks

Tom
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,069 Views
You can download and install a previous version - see this article. What are the errors?
0 Kudos
mr_sceptical
Beginner
1,069 Views
Steve. That's perfect. Thanks.
0 Kudos
Reply