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

Compiled under CVF 6.6 but not with IVF 9.0 !!

adil_sbai
Beginner
480 Views
Hi all,

I have trouble to compile a project using a trial version of IVF 9.0 (standard edition), since my team is planning to move from CVF 6.6 in the near feature. So, I'm afraid to make a purchase, for a compiler which seems not being able to do better than CVF 6.6.

My project has 47 Fortran modules, all 46 compiled well (0 errors, and 0 Warnings), except the lastest. The compiler prints the following message:

------ Build started: Project: win32, Configuration: Debug|Win32 ------

Compiling with Intel Fortran 9.0...
ifort /nologo /Zi /Od /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /c D:TravailTaff20srcstdfem.f90
D:TravailTaff20srcstdfem.f90(1) : Severe: **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 D:TravailTaff20srcstdfem.f90 (code 3)


win32 build failed.


Is this a compiler bug? Does Intel willing to support us if we purchase a valid licence ?

Thanks for any help or advise you can provide.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
480 Views
An "Internal Compiler Error" is always a compiler bug. The current version of the compiler is 9.0.021. If you can reproduce the problem under that version, then please do report the problem at http://premier.intel.com/ Of course we provide support if you buy a license (as long as the license support term is valid, which is a year from purchase.)
0 Kudos
Reply