<!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.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The attached program ran literally thousands of 
times on our old cluster, which has MPICH1 libraries, without any 
problems.</FONT></DIV>
<DIV><FONT face=Arial size=2>It is simple in terms of MPI (just the minimum MPI 
setup + a few Send and Recv commands), although it is fairly long because it 
implements a complicated model of cardiac tissue.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>On our new cluster (with MPICH2) the program 
crashes with segmentation faults either on the first MPI_Send/Recv or at the end 
(MPI_Finalize).&nbsp; If you run it several times in a row, it seems to be 
random which of the two occurs.&nbsp; I have checked carefully that the space 
for the passed data has been allocated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would greatly appreciate if someone with more MPI 
experience could have a look at the source code and give me his/her 
opinion.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Christian</FONT></DIV></BODY></HTML>