<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; I am trying to parallelize a 
distributed simulation written in C++ having several classes. After reading 
several books, online manuals, and this mailing list, I still could not figure 
out a way to pass the class data from node 0 to all the processors or 
vice-versa. I came across other possible approaches such as MPI_Pack/Unpack or 
creating a string of the class data. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My question is: Is it possible to pass a classes in 
C++ MPI (MPICH)? Any example, suggestions, or alternative approach will really 
help me.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am using MPICH 1.2.6 under Debian-run beowulf 
cluster.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help is sincerely appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Pankaj</FONT></DIV></BODY></HTML>