Lisandro Dalcin wrote:
> 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
>
>
>
>   
Just wanted to note that gsoc-kurt isn't merged yet so that isn't it.

Dag Sverre
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to