- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using version 8.0 of the Intel Fortran Compiler on a PIII PC with a fully updated RedHat 9 operating system installed.
Apparently the compiler is unable to go through
this simple piece of code because of the namelist
reading in the subroutine read_namelist:
!**************************************************
Program test
character (len=60):: title
Namelist /biatch/title
call read_namelist
write(6,*) title
Contains
Subroutine read_namelist
Open(unit=12,file='data.input',status='old')
read(12,biatch)
Close(unit=12)
End Subroutine read_namelist
End Program test
!****************************************************
The compiler crashes with the message:
fortcom: Severe: test.f90, line 13:**Internal compiler error: segmentation violation signal raised**
I had no problems with version 7 and other fortran compilers
(e.g. nag 4.2 and Compaq Fortran V5.5). Any ideas?
Filippo
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
version of the compiler which seems to be the
latest one available for non-commercial use.
I suppose I have to wait a little while for
a new version being released.
Filippo

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page