<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi all,<BR>
I think there is a small error in Driver_computeDt.F90 line 412 and 419:<BR>
 <BR><SPAN lang=IT>
call MPI_Send (coords(1), 3, MPI_INTEGER, MASTER_PE, & <BR>
0, MPI_COMM_WORLD, error)<BR>
 <BR><SPAN lang=IT>
call MPI_Recv (coords(1), 3, MPI_INTEGER, dtMinLoc(5), 0, & <BR>
MPI_COMM_WORLD, status, error)<BR>
 <BR>
MPI_INTEGER is wrong, because it is associated to coords. Substitute it with FLASH_REAL (of course including <SPAN lang=IT><BR>
#include "Flash_mpi.h"</SPAN>) and print will be ok. This is just in case you are using <SPAN lang=IT>printTStepLoc=.true. (don't know why this parameter is not among runtime params).</SPAN><BR>
<SPAN lang=IT></SPAN> <BR>
<SPAN lang=IT>Max</SPAN><BR>
<SPAN lang=IT></SPAN> <BR>
<SPAN lang=IT>(Massimo Gaspari - </SPAN><SPAN lang=IT>University of Bologna)<BR></SPAN></SPAN></SPAN>                                           <br /><hr />Lo spazio su Hotmail aumente con le tue esigenze... <a href='http://www.windowslive.it/hotmail/SpazioDisponibile.aspx' target='_new'>Vai oltre i 5GB</a></body>
</html>