<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<big><tt>Hi,<br>
<br>
OK the problem was simply that only the master process performed the
"MPI_REDUCE", see the<br>
</tt></big>
<pre wrap=""><big><tt>if(MPI_ID == 0) then
   call MPI_REDUCE(z1,z2,1,MPI_DOUBLE_COMPLEX,MPI_SUM,0,MPI_COMM_WORLD)
   write(*,*) "Sum is", z2
endif
</tt></big></pre>
<big><tt>Now I just put the call before the "if(MPI_ID == 0)" and
everything is fine :)<br>
<br>
Regards,<br>
Antonin<br>
<br>
</tt></big>
</body>
<br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</html>