that means that either you dont have mpicc on your system
or it is not in your path
try for example in your .bashrc
(if you have mpicc in /opt/lam/bin)
PATH=/opt/lam/bin:$PATH
export PATH
then
source ~/.bashrc
and if you enter mpicc should find it
R.
Dear all
I am a newbie in LAM-MPI. I am trying to build cluster of five computers using lam. I have installed RHEL 5 Linux on all 5 machines. I have selected all packages(rpms) in Linux while installation. In RHEL 5, Lam version is 7.1.2.
I type all ip addresses of all five machines in one text file. and give the command lamboot -v filename(text file)
I get all nodes booted and cluster is build. When I want to compile any sample parallel program available on lam-mpi.org site I give command mpicc filename(which is to be compiled).
I get error as this " bash :mpicc:command not found." what is the solution on this to successfully compile and mpirun the program on all machines?
Pls. help me.
-Gauri.
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|