On Feb 18, 2010, at 8:23 AM, Lisandro Dalcin wrote: > 2010/2/18 Lisandro Dalcin <[email protected]>: >> Error converting Pyrex file to C: >> ------------------------------------------------------------ >> ... >> int MPI_Group_union(MPI_Group, MPI_Group, MPI_Group*) >> int MPI_Group_intersection(MPI_Group, MPI_Group, MPI_Group*) >> int MPI_Group_difference(MPI_Group, MPI_Group, MPI_Group*) >> int MPI_Group_incl(MPI_Group, int, int[], MPI_Group*) >> int MPI_Group_excl(MPI_Group, int, int[], MPI_Group*) >> int MPI_Group_range_incl(MPI_Group, int, int[][3], MPI_Group*) >> ^ >> ------------------------------------------------------------ >> >> include/mpi4py/mpi.pxi:325:50: Array element type 'int []' is >> incomplete >> > > OK, here seems to be the problem... Robert? > > changeset: 2948:fa6c25298b0d > user: Robert Bradshaw <[email protected]> > date: Wed Feb 10 01:27:24 2010 -0800 > summary: More buffer type analysis deferment.
That's probably the one. I thought I had tested all the corner cases, guess not. Fixed at http://hg.cython.org/cython-devel/rev/9363c2b0d737 (with tests at http://hg.cython.org/cython-devel/rev/5ff8e256271f ). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
