And please do us a favor, Talia, and don't cross post the same problem to 
multiple mailing lists. I've been answering this on the devel posting, and all 
we are doing is duplicating our answers (and wasting people's time).

Thanks
Ralph

On Feb 7, 2014, at 9:55 AM, Özgür Pekçağlıyan <ozgur.pekcagli...@gmail.com> 
wrote:

> Hello,
> 
> Looks like your problem is related with environment parameters. .bashrc is 
> only for non-login shells as Reuti mentioned before. You should look for a 
> file name .bash_profile, .profile or .bash_login.
> 
> You may put your export lines in one of these files.
> 
> Please check this link out;
> http://askubuntu.com/questions/161249/bashrc-not-executed-when-opening-new-terminal
> 
> 
> 
> On Fri, Feb 7, 2014 at 7:15 PM, Reuti <re...@staff.uni-marburg.de> wrote:
> Am 07.02.2014 um 18:10 schrieb Talla:
> 
> > Yes I have access to the command when I source it by hand? do you have any 
> > ready (example) ./bashrc file? I installed openmpi in my home directory 
> > (not root) if that help?
> 
> You can either source ~/.bashrc in any of your profiles for interactive 
> logins or simply define it therein too.
> 
> Please have a look at `man bash` section "INVOCATION".
> 
> -- Reuti
> 
> 
> > On Fri, Feb 7, 2014 at 8:05 PM, Reuti <re...@staff.uni-marburg.de> wrote:
> > Hi,
> >
> > Am 07.02.2014 um 17:42 schrieb Talla:
> >
> > > I downloaded openmpi 1.7 and followed the installation instructions:
> > > cd openmpi
> > > ./configure --prefix="/home/$USER/.openmpi"
> > >
> > > make
> > > make install
> > > export PATH="$PATH:/home/$USER/.openmpi/bin"
> > > export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/$USER/.openmpi/lib/"
> > >
> > > echo export PATH="$PATH:/home/$USER/.openmpi/bin" >> /home/$USER/.bashrc
> > > echo export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/$USER/.openmpi/lib/"
> > > >> /home/$USER/.bashrc
> >
> > The ~/.bashrc is by default only sourced for a non-interactive login. Do 
> > you have access to the command when you source it by hand?
> >
> > -- Reuti
> >
> > NB: To avoid getting any system wide `mpicc`... first, it's safer to 
> > specify your custom installation first in both assignments of the 
> > environment variables.
> >
> >
> > > No error messages appear, accept "nothing to do with all-em". However 
> > > when I run mpicc or mpirun it says no command. So I am not sure if the 
> > > mpi installed correctly in my red hat server or not. I don't know what I 
> > > am missing so I would really appreciate it if you help me as I am 
> > > struggling with this for a while.
> > >
> > > Thank you in advance. Talla
> > >
> > >
> > >
> > > --
> > > ######################
> > > Dr. Jamal A Talla
> > > Assistant professor
> > > Department of Physics, Rm 2139
> > > College of Science,09
> > > King Faisal University
> > > P.O. Box 380, Al-Ahsaa - 31982
> > > City Code: HOF
> > > Kingdom of Saudi Arabia
> > > Cell Phone: +966564542399
> > > _______________________________________________
> > > users mailing list
> > > us...@open-mpi.org
> > > http://www.open-mpi.org/mailman/listinfo.cgi/users
> >
> > _______________________________________________
> > users mailing list
> > us...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/users
> >
> >
> >
> > --
> > ######################
> > Dr. Jamal A Talla
> > Assistant professor
> > Department of Physics, Rm 2139
> > College of Science,09
> > King Faisal University
> > P.O. Box 380, Al-Ahsaa - 31982
> > City Code: HOF
> > Kingdom of Saudi Arabia
> > Cell Phone: +966564542399
> > _______________________________________________
> > users mailing list
> > us...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/users
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
> 
> 
> 
> -- 
> Özgür Pekçağlıyan
> B.Sc. in Computer Engineering
> M.Sc. in Computer Engineering
> Ph.D. Candidate
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to