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

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

asymptotic
초급자
1,249 조회수

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 포인트
5 응답
Steven_L_Intel1
1,249 조회수
IMSL 7? Did you get that from VNI?

Try unpacking the attached ZIP into your IMSL Intel64 Include folder.
0 포인트
asymptotic
초급자
1,249 조회수
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 포인트
Steven_L_Intel1
1,249 조회수
Would you please attach your source file?
0 포인트
asymptotic
초급자
1,249 조회수
I attached my source file in my original post, thanks a lot.
0 포인트
Steven_L_Intel1
1,249 조회수
Does that actual abbreviated source trigger an error? If it does, the attachment I provided should fix it.
0 포인트
응답