Dear Scalapack forum,
Recently I have compiled tests program included into scalapack_installer
distribution. And also in order to run scalapack programs using MPI/LAM
I have used lamboot command: "lamboot -v /usr/local/etc/lam-bhost.def"
with file "lam-bhost.def" containing node definitions.
Then, I have compiled example1.f downloaded from netlib webpage doing:
mpif77 -o example1 example1.f ~/Scalapack/scalapack_installer_0.91/lib/libscalap
ack.a ~/Scalapack/scalapack_installer_0.91/lib/blacsF77.a ~/Scalapack/scalapack_installer_0.91/lib/blacs.a ~/Scalapack/scalapack_installer_0.91/lib/blacsF77.a ~/Scalapack/scalapack_installer_0.91/lib/libreflapack.a /usr/lib64/libblas.a /usr/local/lib/libmpi.a
Up to here all seems OK, But, when I trying to run this example1, the following output I obtain:
mpirun -v -np 6 example1
26200 example1 running on n0 (o)
mpirun: cannot start example1 on n1: No such file or directory
And also doing a copy of executable example1 in all nodes the output
is the same...
Somebody can help me?
Thanks a lot
g.

