Dear All, 

I need to transfer some pointers from one process to another process on Open MPI cluster. 

These pointers are members of a class. 

They are like: 

class myClass
{
double *;
int *;
double**; 
}

When I use serialize in boost , I got errors: 

/boost/serialization/access.hpp:118: error: request for member āserializeā in ātā, which is of non-class type ādoubleā

Any help is appreciated. 

JACK 

Aug. 29 2010