[f2py] problem with maximum allowed size

Martinho MA mma at ua.pt
Fri Nov 30 14:14:58 EET 2007


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



More information about the f2py-users mailing list