Hello, I just started using f2py and I found a big problem ... using the
very simple subroutine:
subroutine roms_slicez(s,N)
integer N
real A(200,200,N), s(200,200)
Cf2py intent(out) s
print*, N
end
compiled as : f2py -c prog.f -m prog
works file with N=50 but for N=60 a segmentation fault occurs !!!
Can someone help
Thank you
mma