You will have to use the MPI_Type_create_struct 
(http://www.open-mpi.org/doc/v1.5/man3/MPI_Type_create_struct.3.php).

  george.

On Dec 8, 2010, at 16:04 , Santosh Ansumali wrote:

> Dear all,
>   I am confused with the use of MPI derived datatype for classes with
> static member. How to create derived datatype for something like
> class test{
> static const int i=5;
> double data[5];
> }
> 
> Thanks for your help!
> Best,
> Santosh
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


Reply via email to