<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
use mpirun -np number of processes ./exefile instead Marcia<br><br><hr id="stopSpelling">Date: Mon, 25 Apr 2011 08:26:49 -0300<br>From: marcianasare@gmail.com<br>To: mpich-discuss@mcs.anl.gov<br>Subject: [mpich-discuss] Help<br><br>Hi, I'm newbie in MPI applications and I have a lot of questions. But my first problem is with the execution. <br>I try execute the code using mpiexec, but never find the library mpi.h. I start with a simple code:<br><br>

#include &lt;stdio.h&gt;<br>#include &lt;mpi.h&gt;<br><br>int main(int argc, char **argv){<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; int t;<br>&nbsp;&nbsp;&nbsp; t = MPI_Init(&amp;argc,&amp;argv);<br>&nbsp;&nbsp;&nbsp; if(t == MPI_SUCCESS){<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf("test ok");<br>

&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; MPI_Finalize();<br>&nbsp;&nbsp;&nbsp; return 0;<br>}<br><br><br><br><br>So, I compiled with mpicc test.c -o test. The result was the executable, but it isn't work. The mensage no such file or directory.<br>I need some help.<br>
<br>thank you<br>
<br>_______________________________________________
mpich-discuss mailing list
mpich-discuss@mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss                                               </body>
</html>