<div dir="ltr">Hi,<div><br>When running NAS parallel benchmarks using 4 Raspberry Pi nodes each running MPICH-3.1.2 I get the following error when I try to run the integer sort benchmark</div><div><br></div><div><div>~/NPB3.3/NPB3.3-MPI/bin $ mpiexec -n 4 -machinefile /home/pi/mpi_testing/machinefile ./is.S.4</div><div><br></div><div><br></div><div> NAS Parallel Benchmarks 3.3 -- IS Benchmark</div><div><br></div><div> Size:  65536  (class S)</div><div> Iterations:   10</div><div> Number of processes:     1</div><div><br></div><div> ERROR: compiled for 4 processes</div><div> Number of active processes: 1</div><div> Exiting program!</div><div><br></div><div>./is.S.4: error while loading shared libraries: libmpi.so.12: cannot open shared object file: No such file or directory</div><div>./is.S.4: error while loading shared libraries: libmpi.so.12: cannot open shared object file: No such file or directory</div><div>./is.S.4: error while loading shared libraries: libmpi.so.12: cannot open shared object file: No such file or directory</div></div><div><br></div><div><br></div><div><br></div><div>I have tried </div><div>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/rpimpi/mpich3-install/lib </div><div>on each of the nodes, and each node works individually when run with  the file ./is.S.1</div><div><br></div><div>$ldd ./is.S.4 give the following output for the master node</div><div><br></div><div><div>/usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6edf000)</div><div><span class="" style="white-space:pre">      </span>libmpi.so.12 => /home/rpimpi/mpich3-install/lib/libmpi.so.12 (0xb6ca3000)</div><div><span class="" style="white-space:pre">       </span>libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6b68000)</div><div><span class="" style="white-space:pre">    </span>librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0xb6b59000)</div><div><span class="" style="white-space:pre">  </span>libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6b3a000)</div><div><span class="" style="white-space:pre">        </span>libgfortran.so.3 => /usr/lib/arm-linux-gnueabihf/libgfortran.so.3 (0xb6a93000)</div><div><span class="" style="white-space:pre">  </span>libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0xb6a22000)</div><div><span class="" style="white-space:pre">    </span>libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0xb69fa000)</div><div><span class="" style="white-space:pre">    </span>/lib/ld-linux-armhf.so.3 (0xb6eed000)</div></div><div><br></div><div><br></div><div>please help</div><div><br></div><div>Thanks</div><div><br></div><div>Sophie</div></div>