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

Internal Error with ifc11 on Ubuntu 8.10

Zac_Adelman
Beginner
875 Views
Hi I am getting the follownig error compiling some mixed fortran and c codes using the latest release of ifort and ifc.

(0): internal error: 0_1529

These same codes have compiled without incident using previous versions of the intel compilers. Please advise. I am willing to downgrade but in following the instructions for downgrading to an earlier version of the compilers I did not see the option for getting to the version 10 products.

Thanks in advance, Zac
0 Kudos
5 Replies
Steven_L_Intel1
Employee
875 Views
11.1 is now out - try that.
0 Kudos
Zac_Adelman
Beginner
875 Views
11.1 is now out - try that.

Sorry I wasn't more explicit. I am using 11.1, downloaded this morning.
0 Kudos
Ron_Green
Moderator
875 Views
Quoting - Zac Adelman

Sorry I wasn't more explicit. I am using 11.1, downloaded this morning.

Older versions: http://software.intel.com/en-us/articles/older-version-product/


0 Kudos
Ron_Green
Moderator
875 Views
0_1529 is a generic message for any internal compiler error. So unfortunately it tells us nothing other than the obvious 'you hit an internal compiler error'.

If you would like to tar up your example and attach to this thread we could have a look. Or, what compiler options were you using? Perhaps that would give us a clue.

Also, did you uninstall your old compiler? Is this why you need to re-download an older one? On Linux, you can have multiple compilers without any problems. Just source the correct ifortvars.sh( or .csh) from the directory where the version that you want to use resides.

ron
0 Kudos
Zac_Adelman
Beginner
875 Views
Hey thanks for the quick responses. I am working at the National University in Bogota trying to set them up with some open source air quality modeling software. I dont really know the history of this computer and it didnt have the necessary environment to build the modeling programs. So Im trying to download the compilers anew. Like I said Ive used the intel compilers many times on many different systems without any trouble, pre 11.1. I tried to get to 10.1 but the instructions for the license files was not clear. All of my licenses for 10.1 are marked expired, so not sure what to do to activate this version of the compilers. Tried following the instructions on the page about installing past releases, but again Im not clear on how to get to an active license for the older versions. Sorry for the poor punctuation, this keyboard only speaks spanish.
0 Kudos
Reply