[Numpy-discussion] f2py with allocatable arrays

Pearu Peterson pearu.peterson at gmail.com
Tue Jul 3 13:24:27 EDT 2012


On Tue, Jul 3, 2012 at 5:20 PM, Sturla Molden <sturla at molden.no> wrote:

>
> As for f2py: Allocatable arrays are local variables for internal use,
> and they are not a part of the subroutine's calling interface. f2py only
> needs to know about the interface, not the local variables.
>

One can have allocatable arrays in module data block, for instance, where
they a global. f2py supports wrapping these allocatable arrays to python.
See, for example,


http://cens.ioc.ee/projects/f2py2e/usersguide/index.html#allocatable-arrays

Pearu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120703/61cadde8/attachment.html>


More information about the NumPy-Discussion mailing list