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

complining error

msaadatpour
Beginner
540 Views
Dear Admin


I am using the trial version of intel visul fortran 11.01.65 in my research
programming. When I am debugging the program, some time there have been
10 error, some times 7 errors, and at the end "Fatal: There has been an
internal compiler error (C0000005)." without changing the programming
code (debug mode). I want to know why this problem would be occure?
Attached please find the whole of my project?


Regards
M. Saadatpour
Ph. D Candidate of Environmental & Water Resources Engineering
Iran University of Science and Technology

0 Kudos
3 Replies
Aubrey_W_
New Contributor I
540 Views
Hello,

I'll move this thread tothe Intel Fortran Compiler forum, so one of our technical consulting engineers can answer it.

Best regards,

==
Aubrey W.
Intel Software Network Support
0 Kudos
Steven_L_Intel1
Employee
540 Views
Dear M. Saadatpour,

An "internal compiler error" is almost always a compiler bug. For some reason I cannot download your attachment. Would you please upload it again and attach it to a new reply? We apologize for the inconvenience.
0 Kudos
Steven_L_Intel1
Employee
540 Views
I was able to locate your attachment.

I can confirm that this fails to compile in all 11.1 versions, but it builds in 12.0 Update 2 (Intel Visual Fortran Composer 2011 Update 2.) However, the compiler also detects some coding errors. In the call to DENSITY at line 30 in hydroinout.f90, the first two arguments passed are of type REAL(8), but the corresponding dummy arguments in DENSITY are REAL(4). This will cause incorrect results and must be fixed.
0 Kudos
Reply