On Mar 30, 2006, at 2:06 PM, Paul Van Allsburg wrote:
> mpiexec -boot: \
> -boot-args -c /usr/local/lam-7.1.2_intel/etc/lam-conf.lamd \
> -ssi boot tm :
> -prefix /usr/local/lam-7.1.2_intel: \
> C /home/vanallp/hello
> <eof>
> I get:
> Lamnodes Failed!
> Check if you had booted lam before calling mpiexec else use -
> machinefile
> to pass host file to mpiexec
>
>
> It appears to not want to use the PBS node list (-ssi boot tm)
> Is my syntax out of line or is using the tm boot module not
> available in
> mpiexec?
Our arguments parsing in mpiexec could be better, and I think that's
what is causing problems. I think that what you want is:
mpiexec -boot -prefix $PREFIX -boot-args "-c ..../lam-conf.lamd -
ssi boot tm" : C /home/vanallp/hello
Could you give that a try and let me know if it works (it seemed to
in my testing).
Thanks,
Brian
--
Brian Barrett
LAM/MPI developer and all around nice guy
Have a LAM/MPI day: http://www.lam-mpi.org/
|