- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

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