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-10 14:18:26


> -----Original Message-----
> From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]]On Behalf
> Executing hboot on n0 (matrx.engr.ucdavis.edu - 2 CPUs)...
> Executing hboot on n1 (192.168.0.1 - 2 CPUs)...
> bash: hboot: command not found
This means the command hboot was not found in $PATH. You should set the path
variable to include the path to the location of this executable.
For e.g. if hboot is in: /usr/local/mpi/LINUX/lam/bin/
Then put the following in your .bashrc (depending on your shell):
export PATH=/usr/local/mpi/LINUX/lam/bin:$PATH

Pushkar