Re: [OMPI users] error while loading shared libraries: libhdf5.so.7:

2013-02-07 Thread Gus Correa
On 02/07/2013 05:55 AM, Syed Ahsan Ali wrote: I have been running this program successfully before but some copy operation from /usr/ directory has caused this error. The program runs fine on the cores of the same machine. libhdf5.so.7 is also present. [pmdtest@pmd HadGEM]$ mpirun -np 32

Re: [OMPI users] error while loading shared libraries: libhdf5.so.7:

2013-02-07 Thread Syed Ahsan Ali
Dear John Looking into output of ldd for master and compute nodes solved my problem. Thanks for such a simple solution. :) On Thu, Feb 7, 2013 at 9:37 PM, Syed Ahsan Ali wrote: > Dear John > Thanks for the reply. I'll need help of you people to solve this problem. > I am

Re: [OMPI users] error while loading shared libraries: libhdf5.so.7:

2013-02-07 Thread Syed Ahsan Ali
Dear John Thanks for the reply. I'll need help of you people to solve this problem. I am not expert in HPC and this would be my learning as well. Let me add that the cluster is based on Platform Cluster Manager (PCM) by IBM Computing. The compute nodes are NFS mounted with the installer node.

Re: [OMPI users] error while loading shared libraries: libhdf5.so.7:

2013-02-07 Thread John Hearns
ldd rca.x Try logging in to each node and run this command. Even better use pdsh

[OMPI users] error while loading shared libraries: libhdf5.so.7:

2013-02-07 Thread Syed Ahsan Ali
I have been running this program successfully before but some copy operation from /usr/ directory has caused this error. The program runs fine on the cores of the same machine. libhdf5.so.7 is also present. [pmdtest@pmd HadGEM]$ mpirun -np 32 -hostfile hostlist rca.x rca.x: error while loading

Re: [OMPI users] Error while loading shared libraries

2012-04-02 Thread Rohan Deshpande
Thanks guys. Using absolute path of mpirun fixes my problem. Cheers On Mon, Apr 2, 2012 at 6:24 PM, Reuti wrote: > Am 02.04.2012 um 09:56 schrieb Rohan Deshpande: > > > Yes, I am trying to run the program using multiple hosts. > > > > The program executes fine but

Re: [OMPI users] Error while loading shared libraries

2012-04-02 Thread Reuti
Am 02.04.2012 um 09:56 schrieb Rohan Deshpande: > Yes, I am trying to run the program using multiple hosts. > > The program executes fine but does not use any slaves when I run > > mpirun -np 8 hello --hostfile slaves > > The program throws error saying shared libraries not found when I run

Re: [OMPI users] Error while loading shared libraries

2012-04-02 Thread Rohan Deshpande
Yes, I am trying to run the program using multiple hosts. The program executes fine but *does not use any slaves* when I run *mpirun -np 8 hello --hostfile slaves* The program throws error saying *shared libraries not found* when I run * mpirun --hostfile slaves -np 8* On Mon, Apr 2, 2012

Re: [OMPI users] Error while loading shared libraries

2012-04-02 Thread Rayson Ho
On Sun, Apr 1, 2012 at 11:27 PM, Rohan Deshpande wrote: >   error while loading shared libraries: libmpi.so.0: cannot open shared > object file no such object file: No such file or directory. Were you trying to run the MPI program on a remote machine?? If you are, then make

[OMPI users] Error while loading shared libraries

2012-04-02 Thread Rohan Deshpande
Hi , I have installed mpi successfully and I am able to compile the programs using mpicc But when I run using mpirun, I get following error * error while loading shared libraries: libmpi.so.0: cannot open shared object file no such object file: No such file or directory. * When I run using -

Re: [OMPI users] error while loading shared libraries: libopen-pal.so.0

2011-08-21 Thread Jeff Squyres
Set your LD_LIBRARY_PATH to include the directory where your Open MPI installed libraries are located. E.g., if you installed OMPI into /opt/openmpi, then LD_LIBRARY_PATH likely needs to include /opt/openmpi/lib. See http://www.open-mpi.org/faq/?category=running#run-prereqs. On Aug 21, 2011,

[OMPI users] error while loading shared libraries: libopen-pal.so.0

2011-08-21 Thread Mikhail Artemiev
Dear users and developers! Maybe it is not an error of open-mpi, but when I try to launch such open-mpi command as mpicc, mpic++, ompi_info, I have this error: mpicc/mpic++/ompi_info: error while loading shared libraries: libopen-pal.so.0: cannot open shared object file: No such file or

[OMPI users] error while loading shared libraries: libcr.so.0: cannot open shared object file: No such file or directory.

2009-05-04 Thread Kritiraj Sajadah
Dear All, I have install openmpi and blcr on my laptop and is trying to checkpoint an mpi application. Both openmpi and blcr are installed in /usr/local. When i try to checkpoint and mpi application, i get the following error: error while loading shared libraries: libcr.so.0: cannot

Re: [OMPI users] error while loading shared libraries: libmpi_cxx.so.0

2008-09-19 Thread Shafagh Jafer
yes they are installed on all machines by a technician. I can see the openmpi '/lib/' directory on all machines. --- On Fri, 9/19/08, Jeff Squyres <jsquy...@cisco.com> wrote: From: Jeff Squyres <jsquy...@cisco.com> Subject: Re: [OMPI users] error while loading shared libraries: lib

Re: [OMPI users] error while loading shared libraries: libmpi_cxx.so.0

2008-09-19 Thread Jeff Squyres
You do need to have Open MPI installed on all machines, and have the Open MPI libraries be able to be found on all machines. See these FAQ entries: http://www.open-mpi.org/faq/?category=running#run-prereqs http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path

[OMPI users] error while loading shared libraries: libmpi_cxx.so.0

2008-09-19 Thread Shafagh Jafer
I did the modifications you mentioned and I got it working. Now when I use the mpirun to run an example on one or multiple machines I get the following error: = "error while loading shared libraries: libmpi_cxx.so.0: cannot open shared object

Re: [OMPI users] Error while loading shared libraries

2006-04-13 Thread Ralph Castain
m> To: "Open MPI Users" <us...@open-mpi.org> Sent: Thursday, April 13, 2006 7:42 AM Subject: Re: [OMPI users] Error while loading shared libraries If you are using PBS, the environment of where you ran "qsub" is automatically copied out to the first node i

Re: [OMPI users] Error while loading shared libraries

2006-04-13 Thread Aniruddha Shet
-20040716/lib:$LD_LIBRARY_PATH ./ep.A.4 > results.ep.A.4 - Original Message - From: "Jeff Squyres (jsquyres)" <jsquy...@cisco.com> To: "Open MPI Users" <us...@open-mpi.org> Sent: Thursday, April 13, 2006 7:42 AM Subject: Re: [OMPI users] Error while

Re: [OMPI users] Error while loading shared libraries

2006-04-13 Thread Jeff Squyres (jsquyres)
-mpi.org] On Behalf Of Aniruddha Shet > Sent: Thursday, April 13, 2006 12:13 AM > To: Open MPI Users > Subject: Re: [OMPI users] Error while loading shared libraries > > The error message is coming from all nodes. > > I explicitly add the path of Intel shared library to &g

Re: [OMPI users] Error while loading shared libraries

2006-04-13 Thread Jeff Squyres (jsquyres)
about fixing this. > > Thanks, > Aniruddha > > - Original Message - > From: "Jeff Squyres (jsquyres)" <jsquy...@cisco.com> > To: "Open MPI Users" <us...@open-mpi.org> > Sent: Wednesday, April 12, 2006 8:30 AM > Subject: Re: [OMPI users]

[OMPI users] Error while loading shared libraries

2006-04-10 Thread Aniruddha Shet
Hi, I have built OpenMPI using ifort and icc Intel compilers with --enable-static --disable-shared options. I compile my job using OpenMPI wrapper compilers, additionally with -static option. When I run the job, I get the error 'orted:error while loading shared libraries: libcprts.so.5: