suresh alapati wrote:
> I could see LAM/MPI bin and man directories in prefix path, which
> i specified during configuration. But i can not execute LAM/MPI coomand in
> my shell (ex: laminfo,lamboot, etc). When i am trying to execute these
> commands then i am getting message:* bash: no such command found*. But if i
> copy the lam/mpi commands from lam executable directory (/usr/local/lam) to
> /bin directory they are working.
add /usr/local/lam/bin to your PATH, similarly /lib i.e. (bash example)
export PATH=/usr/local/lam/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/lam/lib:$LD_LIBRARY_PATH
|