Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

OMP PARALLEL directive causes catastrofic error in 32-bit v11 compiler

EM_Engineer
Beginner
626 Views

Hello,

We have installed Intel compilers v11.0.061 and try to recompile our program correctly worked with v10 compilers. Using 64-bit compiler the code is still correctly compiled, while using 32-bit compilation (both Debug and Release) we see the message:

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.
in file Source.f90, line 323, column 7. At this line there is only !$OMP PARALLEL directive.

Could you please suggest us any workaround about this topic?

0 Kudos
3 Replies
Steven_L_Intel1
Employee
626 Views

If you can attach a short but complete sample that shows the problem, do so here. Otherwise, open an issue with Intel Premier Support.

0 Kudos
reinaldogarcia
Beginner
626 Views

If you can attach a short but complete sample that shows the problem, do so here. Otherwise, open an issue with Intel Premier Support.

EM:

This is bug in the new version 11. It is related to the use of the option: /iface:cvf. See my post and Steve's answers.

Reinaldo

0 Kudos
Steven_L_Intel1
Employee
626 Views

It may not be the same error. Please provide a test case.

0 Kudos
Reply