Hi,

Am 30.05.2017 um 21:51 schrieb may abdelghani:

> Hi,
> 1) it is /home/may/openmpi/lib 
> 2) do you source .bashrc also for interactive logins? I do not know 
> (interactive logins ????)

~/.bashrc is only sourced for non-interactive sessions.


> do I do ?
> echo 'export PATH=/home/may/openmpi/bin/:$PATH' >> ~/.bash_profile
> echo 'export INCLUDE=/home/may/openmpi/include/:$INCLUDE ' >> ~/.bash_profile
> echo 'export LD_LIBRARY_PATH=/home/may/openmpi/lib/:$LD_LIBRARY_PATH' >> 
> ~/.bash_profile

But don't do this that often. Your files will get longer and longer. IMO it's 
better to edit the files by hand. And maybe source .bashrc in .bash_profile so 
that only one place needs to be adjusted all the time.

The INCLUDE is not used AFAIK.


> NB: I installed openmpi on queuing system

This is an additional point: which one?

It might be, that you have to put the two exports of PATHS and LD_LIBRARY_PATH 
in your jobscript instead, in you never want to run the application from the 
command line in parallel.

-- Reuti


> --------------------------------------------
> En date de : Mar 30.5.17, Reuti <re...@staff.uni-marburg.de> a écrit :
> 
> Objet: Re: [OMPI users] No components were able to be opened in the pml 
> framework
> À: "may abdelghani" <may0...@yahoo.fr>
> Cc: users@lists.open-mpi.org
> Date: Mardi 30 mai 2017, 20h35
> 
> 
>> Am
> 30.05.2017 um 21:21 schrieb may abdelghani <may0...@yahoo.fr>:
>> 
>> Hello, sir
>> 
>> 1. Did you compile
> Open MPI on your own? yes
>> 2.Did you
> move it after the installation? no
>> 
>> I compolled it as follows:
>> 
>> [may@xyz ~]$  mkdir
> ~/openmpi
>> [may@xyz ~]$  tar xzvf
> openmpi-2.0.2.tar.gz
>> [may@xyz ~]$  cd
> openmpi-2.0.2
>> [may@xyz 
> openmpi-2.0.2]$  ./configure --prefix=/home/may/openmpi 
> 
>> [may@xyz 
> openmpi-2.0.2]$   make
>> [may@xyz 
> openmpi-2.0.2]$  make install
>> 
>> mpirun envirenemnt variable:
>> 
>> echo 'export
> PATH=/home/may/openmpi/bin/:$PATH' >> ~/.bashrc
>> echo 'export
> INCLUDE=/home/may/openmpi/include/:$INCLUDE ' >>
> ~/.bashrc
>> echo 'export
> LD_LIBRARY_PATH=/home/may/openmpi/lib/:$LD_LIBRARY_PATH'
>>> ~/.bashrc
> 
> 1) is it
> /home/may/openmpi/lib or /home/may/openmpi/lib64?
> 2) do you source .bashrc also for interactive
> logins? Otherwise it should go to ~/.bash_profile or
> ~/.profile
> 
>> 
>> 
> --------------------------------------------
>> En date de : Mar 30.5.17, Reuti <re...@staff.uni-marburg.de>
> a écrit :
>> 
>> Objet:
> Re: [OMPI users] No components were able to be opened in the
> pml framework
>> À: "may
> abdelghani" <may0...@yahoo.fr>,
> "Open MPI Users" <users@lists.open-mpi.org>
>> Date: Mardi 30 mai 2017, 11h23
>> 
>> Hi,
>> 
>>> 
>> Am 30.05.2017 um 10:29 schrieb may
> abdelghani via users
>> <users@lists.open-mpi.org>:
>>> 
>>> Hello,
>>> 
>>> What it mean
> by the
>> following error message:
>>> 
>>> No
> components were able to be opened in
>> 
> the pml framework.
>>> 
>>> I have opempi-2.0.2 and I used it
> with
>> ORCA 4.0.0.2 computational
> chemistry program.
>> 
>> Did you compile Open MPI on
>> your own? Did you move it after the
> installation?
>> 
>> --
> Reuti
>> 
>> 
> 
> 

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to