Hi everybody.<br><br>I am a trying to run that C code at Visual Studio 2005, under Windows 2003 server. <br><br>double&nbsp; x2;<br>int status;<br><br>At myid = 1<br>&nbsp;&nbsp; MPI_Send(x2, 1, MPI_DOUBLE, 0, 1, MPI_COMM_WORLD);&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // MPI_Send(x2 em 1 -&gt; 0.).
<br>&nbsp;<br>At myid = 0<br clear="all">&nbsp;&nbsp; MPI_Recv(x2, 1, MPI_DOUBLE, 1, 1, MPI_COMM_WORLD, status); // MPI_Receive(x2 em 1 -&gt; 0).<br><br>Well, when I try to debug de process, an exit code = 13 is generated.<br><br>What's wrong with code? I'm using the environment variables, and instances of visual studio debbuger to debbug the program. So, when I execute MPI_Recv under one of process, it crashes, with an error message about buffer. I didn't understand, so, i'm sending that.
<br><br>Help!<br><br>thanks!<br><br>-- <br>Bruno Simioni<br>Bacharelado em Ciências da Computação<br>Universidade Estadual Paulista - Unesp&nbsp;&nbsp;- Rio Claro / São Paulo<br><a href="mailto:brunosimioni@gmail.com">brunosimioni@gmail.com
</a><br>14 - 9753-4380