- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I compile / Link the follow source code
subroutine Test_DET
include 'link_fnl_shared.h'
use linear_operators
implicit none
! ...
return
end subroutine
Intel Fortran 12.0 will message the error -- internal error.
Why? Thanks a lot.
Link Copied
5 Replies
- 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
Thanks a lot.
I download IMSL-Fortran 7.0 from
http://www.vni.com/downloads/
and I use other function normally,for example
call CBJS(XNU, z, N, CBS)
so I install IMSL correctly, but when
use linear_operators
the Intel Fortran 12.0 compiler message -- internal error.
I unzip the package you provided, and replace the file in
...\VNI\imsl\fnl700\winin111e64\include\dll
...\VNI\imsl\fnl700\winin111e64\include\static
and the compiler message the same error.
I download IMSL-Fortran 7.0 from
http://www.vni.com/downloads/
and I use other function normally,for example
call CBJS(XNU, z, N, CBS)
so I install IMSL correctly, but when
use linear_operators
the Intel Fortran 12.0 compiler message -- internal error.
I unzip the package you provided, and replace the file in
...\VNI\imsl\fnl700\winin111e64\include\dll
...\VNI\imsl\fnl700\winin111e64\include\static
and the compiler message the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would you please attach your source file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I attached my source file in my original post, thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does that actual abbreviated source trigger an error? If it does, the attachment I provided should fix it.

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