subroutine fcn(X,F,N)
integer, intent(in) :: n
real(kind(1d0)), intent(in) :: x(n)
real(kind(1d0)), intent(out) :: f(n)
subroutine lsjac(n,X,fjac)
integer::i1,j1
integer, intent(in) :: n
real(kind(1d0)), intent(in) :: x(n)
real(kind(1d0)), intent(out) :: fjac(n,n)
vvt 发表于 2018-6-15 07:49 ![]()
[mw_shl_code=fortran,true] subroutine fcn(X,F,N)
integer, intent(in) :: n
real(kind(1d0 ...
vvt 发表于 2018-6-15 10:41
这个问题需要精细的单步调试才能找到原因。
vvt 发表于 2018-6-15 15:54
跟操作系统没关系呀,主要是编译器的默认参数不一样。
ivf 用VS编译,会默认检查数组越界,而命令行则不会
...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |