Thanks Nick. I finally solved all this by installing openmpi. The
command is now:
mpirun.openmpi -np 8 /usr/local/bin/poy -e
4.1_Combining_Search_Strategies.txt
(just testing with the supplied example scripts in POY). It requires
the openmpi specifier in the mpirun command - apparently because this
is a single node system.
To get there, I used the following command (Debian; Ubuntu)
sudo apt-get install openmpi-common openmpi-dev openmpi-doc
libmpich2-1.2 libmpich2-dev
The libmpich libararies are needed at runtime, as I got a mpiexec
error without them.
Cheers
Buz
On Nov 24, 8:19 am, Nicholas Lucaroni <
nicholas.r.lucar...@gmail.com>
wrote: