<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello all,
<div><br>
</div>
<div>I am trying to use two raspberry-pi to sample and then process some data. The first process samples while the second processes and vice versa. To do this I use gpio and also mpich-3.0.4 with the process manager smpd. I have successfully run cpi on both
 machines (from the master machine). I have also managed to run a similar program but without the MPI, this involved compiling with gcc and when running putting sudo in front of the binary file.</div>
<div><br>
</div>
<div>When I combine these two processes I get various error messages. </div>
<div>For input:</div>
<div><span style="font-size: 10pt;">mpiexec -phrase cat -machinefile machinefile -n 2 </span><span style="font-size: 10pt;">~/main </span></div>
<div><span style="font-size: 10pt;">the error is:</span></div>
<div><span style="font-size: 10pt;">Can't open /dev/mem</span></div>
<div><span style="font-size: 10pt;">Did you forget to use 'sudo .. ?'</span></div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div>
<div>For input:</div>
<div><span style="font-size: 10pt;">sudo mpiexec -phrase cat -machinefile machinefile -n 2 </span><span style="font-size: 10pt;">~/main </span></div>
<div><span style="font-size: 10pt;">the error is:</span></div>
<div>sudo: mpiexec: Command not found</div>
</div>
<div><br>
</div>
<div>I therefore put mpiexec into /usr/bin</div>
<div><br>
</div>
<div>now f<span style="font-size: 10pt;">or input:</span></div>
<div>
<div><span style="font-size: 10pt;">sudo mpiexec -phrase cat -machinefile machinefile -n 2 </span><span style="font-size: 10pt;">~/main </span></div>
<div><span style="font-size: 10pt;">the error is:</span></div>
<div><span style="font-size: 10pt;">Can't open /dev/mem</span></div>
<div><span style="font-size: 10pt;">Did you forget to use 'sudo .. ?'</span></div>
</div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div><span style="font-size: 10pt;">Does anyone know how I can work around this?</span></div>
<div><span style="font-size: 10pt;">Thanks,</span></div>
<div><span style="font-size: 10pt;">Eibhlin </span></div>
<div><span style="font-size: 10pt;"><br>
</span></div>
</div>
</body>
</html>