- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
5 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I attached my source file in my original post, thanks a lot.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Does that actual abbreviated source trigger an error? If it does, the attachment I provided should fix it.
