- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attach the source code (Grid.f90) that causes the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page