Re: [OMPI users] Open MPI 1.4: [connect/btl_openib_connect_oob.c:463:qp_create_one] error creating qp errno says Cannot allocate memory

2011-08-21 Thread 吕慧伟
Thanks, YK and Pavel! It works. On Tue, Aug 2, 2011 at 4:52 PM, Yevgeny Kliteynik < klit...@dev.mellanox.co.il> wrote: > See this FAQ entry: > http://www.open-mpi.org/faq/?category=openfabrics#ib-xrc > > -- YK > > On 02-Aug-11 12:27 AM, Shamis, Pavel wrote: > > You may find some initial XRC tunin

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

2011-08-21 Thread Mikhail Artemiev
You are right! Thank you very much! Mikhail Artemiev - Original Message - From: "Jeff Squyres" To: "Open MPI Users" Sent: Sunday, August 21, 2011 3:34 PM Subject: Re: [OMPI users] error while loading shared libraries:libopen-pal.so.0 Set your LD_LIBRARY_PATH to include the direct

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 director