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

Compiler Internal Error

cas214
Beginner
592 Views

When I try to compile:

ifort -nologo -debug full -O -stand f03 -warn declarations -warn unused -warn interfaces -align rec16byte -align sequence -names as_is -traceback -checkpointer -chec bounds -check uninit -threads -c Grid.f90

and I get:

FATAL ERROR : Compiler Internal Error

ifort: error #10273: Fatal Error in /opt/intel/composer_xe_2011_sp1.8.273/bin/intel64/fortcom, terminated by 0x2

make: *** [Grid] Error 2

Thanks in advance

0 Kudos
2 Replies
mecej4
Honored Contributor III
592 Views
Please attach the source code (Grid.f90) that causes the error.
0 Kudos
Anonymous66
Valued Contributor I
592 Views
An Internal Compiler Errormeans the compiler does not know how to handle your code because of a bug in the compiler. Sinceit is ageneric error message,Ihave to see your code in order to understand what is causing the problem.

Could youpost the code for Grid.f90,so thatI canunderstand what is causingthe error? If Grid.f90 contains proprietary information, all I need is the code necessary to reproduce this bug.

Regards,
Annalee
0 Kudos
Reply