<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">I realize this may be a bit off topic, but since what I am doing seems to be a pretty commonly done thing I am hoping to find someone who has done it before/can help since I’ve been at my wits end for so long they are calling me Mr. Whittaker.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am trying to run HPL on a Raspberry Pi cluster. I used the following guides to get to where I am now:<o:p></o:p></p>
<p class="MsoNormal"><a href="http://www.tinkernut.com/2014/04/make-cluster-computer/">http://www.tinkernut.com/2014/04/make-cluster-computer/</a><o:p></o:p></p>
<p class="MsoNormal"><a href="http://www.tinkernut.com/2014/05/make-cluster-computer-part-2/">http://www.tinkernut.com/2014/05/make-cluster-computer-part-2/</a><o:p></o:p></p>
<p class="MsoNormal"><a href="https://www.howtoforge.com/tutorial/hpl-high-performance-linpack-benchmark-raspberry-pi/#comments">https://www.howtoforge.com/tutorial/hpl-high-performance-linpack-benchmark-raspberry-pi/#comments</a><o:p></o:p></p>
<p class="MsoNormal">and a bit of: <a href="https://www.raspberrypi.org/forums/viewtopic.php?p=301458#p301458">
https://www.raspberrypi.org/forums/viewtopic.php?p=301458#p301458</a> when the above guide wasn’t working<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">basically when I run: “<span style="font-family:"Courier New"">mpiexec -machinefile ~/machinefile -n 1 xhpl</span>” it works just fine<o:p></o:p></p>
<p class="MsoNormal">but when I run “<span style="font-family:"Courier New"">mpiexec -machinefile ~/machinefile -n 4 xhpl</span>” it errors with the attached image. (if I use “<span style="font-family:"Courier New"">mpirun…”</span> I get the exact same behavior)<o:p></o:p></p>
<p class="MsoNormal">[Note: I HAVE changed the HPL.dat to have “<span style="font-family:"Courier New"">2    Ps</span>” and “<span style="font-family:"Courier New"">2    Qs</span>” from 1 and 1 for when I try to run it with 4 processes]<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is for a project of mine which I need done by the end of the week so if you see this after 5/29 thank you but don’t bother responding<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have <span style="font-family:"Courier New";color:#4472C4">
hpl-2.1</span>, <span style="font-family:"Courier New";color:#4472C4">mpi4py-1.3.1</span>,
<span style="font-family:"Courier New";color:#4472C4">mpich-3.1</span>, and <span style="font-family:"Courier New";color:#4472C4">
openmpi-1.8.5</span> at my disposal<o:p></o:p></p>
<p class="MsoNormal">In the machinefile are the 4 IP addresses of my 4 RPi nodes<o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">10.15.106.107<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">10.15.101.29<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">10.15.106.108<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">10.15.101.30<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any other information you need I can easily get to you so please do not hesitate to ask. I have nothing else to do but try and get this to work :P<o:p></o:p></p>
</div>
</body>
</html>