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

catastrophic error with composerxe_2011.2.137

swang
Beginner
1,015 Views
Hi, everyone:

While building USEPA air quality model: CMAQ version 4.7.1., I got errors like:

cd /home/zoom/apps/Linux2_x86_64ifort; ifort -auto -warn notruncated_source -Bdynamic -I/home/zoom/apps/ioapi -O3 -no-fp-port -unroll -stack_temps -mcmodel=medium -safe_cray_ptr -traceback -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DAVOID_FLUSH=1 -DBIT32=1 -c /home/zoom/apps/m3tools/m3combo.f
0_13171

/home/zoom/apps/m3tools/m3combo.f(2): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for /home/zoom/apps/m3tools/m3combo.f (code 1)
make: *** [m3combo.o] Error 1

The linux I used is 2.6.18-194.32.1.el5 #1 SMP. It is a 64bit version.
The machine I used is HPZ200, which has Xeon X3480 @ 3.07 GHz installed.

This seems to be a BIG trouble.
Can anyone help me on this?

Thank you for your help.

Regards,
Shizoom Wang
0 Kudos
2 Replies
TimP
Honored Contributor III
1,015 Views
It would be helpful if you would specify exactly how to find that specific source file. If you would attach it to a private response, or file a problem report with your account on premier.intel.com, it would be treated as confidential, in case you don't want to ask cmas for permission to post it publicly.
If you want to work on it yourself, I would suggest removing ifort options one at a time to get a preliminary indication if the failure is associated with one of those options (I hope, an option which isn't necessary). Some of those options haven't seen much use for several years. Undocumented options, in particular, might best be removed. The only options likely to be functionally necessary would be -auto -mcmodel=medium.
0 Kudos
mecej4
Honored Contributor III
1,015 Views
On Suse 11.3 X64, the 12.0.2.137 compiler compiled the file m3combo.f (from the CMAQ 4.7.1 package, downloaded today) with your compiler options (except for the paths, which were modified) and gave no error messages.

$ size m3combo.o
text data bss dec hex filename
14232 384 0 14616 3918 m3combo.o


0 Kudos
Reply