LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Pushkar Pradhan (pushkar_at_[hidden])
Date: 2004-06-01 15:25:53


I keep on getting these errors when trying to run lamboot (I've pasted the
errors at the end).
recon has completed successfully.
This is how I boot them (from my pbs script):
   # Tell the PBS system to cd to this directory
   cd $PBS_O_WORKDIR
   ps -aux
   lamboot -vd
   # Now you are done with PBS commands. Start your MPI program.
   matlab -nosplash -nojvm < cluster_test.m
   lamhalt

The ps -aux command doesn't show lamd, how do I make sure lamd starts or did
I miss it somehow?

ERRORS:
Redstone[63] pushkar$ m matlab-test.e67443
Synopsis: lamboot [-b] [-d] [-h] [-H] [-l] [-s] [-v] [-V] [-x] [-nn] [-np]
                    [-c <conf file>] [-prefix </lam/install/path/>]
[<bhost>]

Description: Start up a LAM universe
....
----------------------------------------------------------------------------
-

It seems that there is no lamd running on the host
Empire-05-25.ERC.MsState.Edu.

This indicates that the LAM/MPI runtime environment is not operating.
The LAM/MPI runtime environment is necessary for MPI programs to run
(the MPI program tired to invoke the "MPI_Init" function).

Please run the "lamboot" command the start the LAM/MPI runtime
environment. See the LAM/MPI documentation for how to invoke
"lamboot" across multiple machines.
----------------------------------------------------------------------------
-
----------------------------------------------------------------------------
-
It seems that there is no lamd running on the host
Empire-05-25.ERC.MsState.Edu.

This indicates that the LAM/MPI runtime environment is not operating.
The LAM/MPI runtime environment is necessary for the "lamhalt" command.

Please run the "lamboot" command the start the LAM/MPI runtime
environment. See the LAM/MPI documentation for how to invoke
"lamboot" across multiple machines.
----------------------------------------------------------------------------
-
Pushkar