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

internal error -- when use IMSL7.0 in Intel Fortran 12.0

asymptotic
Beginner
1,248 Views

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.

0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,248 Views
IMSL 7? Did you get that from VNI?

Try unpacking the attached ZIP into your IMSL Intel64 Include folder.
0 Kudos
asymptotic
Beginner
1,248 Views
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.
0 Kudos
Steven_L_Intel1
Employee
1,248 Views
Would you please attach your source file?
0 Kudos
asymptotic
Beginner
1,248 Views
I attached my source file in my original post, thanks a lot.
0 Kudos
Steven_L_Intel1
Employee
1,248 Views
Does that actual abbreviated source trigger an error? If it does, the attachment I provided should fix it.
0 Kudos
Reply