[vtk-developers] vtkMPIController does not have SetSingleMethod in vtkpython

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Apr 14 14:14:43 EDT 2014


You can always use something like mpi4py to pass around MPI messages.

Utkarsh

On Mon, Apr 14, 2014 at 11:37 AM, Ben Boeckel <ben.boeckel at kitware.com> wrote:
> On Fri, Apr 11, 2014 at 00:46:41 -0700, lgriffiths wrote:
>> The attribube SetSingleMethod is not available for a vtkMPIController when
>> using python.
>
> This is because one of the parameters is a (C) function pointer. Python
> wrapping does not support this. The RMI methods and SetMultipleMethod
> have the same issue.
>
>> Doesnt anyone know of a work around?
>
> Not to my knowledge.
>
> --Ben
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>



More information about the vtk-developers mailing list