Re: [OMPI users] configure fails to detect missing libcrypto

2014-07-24 Thread Gus Correa
Hi In case this matters, ldd on my Torque 4.2.5 libtorque.so shows: libcrypto.so.10 => /usr/lib64/libcrypto.so.10 plus a few kerberos crypto libraries, etc. May be because I built Torque with PAM module support? Anyway, I have built OMPI up to 1.6.5 with that Torque support with no problem.

Re: [OMPI users] configure fails to detect missing libcrypto

2014-07-24 Thread Jeff Hammond
That could be the case. I've reported the missing libcrypto issue to NERSC already. But neither Intel MPI nor MVAPICH care about libcrypto and they are both supporting PBS, so I'm not entirely convinced that PBS depends upon it. Thanks, Jeff Subject: Re: [OMPI users] configure fails to detect

Re: [OMPI users] configure fails to detect missing libcrypto

2014-07-24 Thread Ralph Castain
I'm not aware of our tm module requiring libcrypto - is this something specific to your PBS install, so it wants to pull libcrypto in when we link against the Torque lib? On Jul 24, 2014, at 1:49 PM, Jeff Hammond wrote: > I am trying to build Open MPI SVN trunk on

[OMPI users] configure fails to detect missing libcrypto

2014-07-24 Thread Jeff Hammond
I am trying to build Open MPI SVN trunk on NERSC Babbage with PBS support. configure completes without error but the build fails because libcrypto.so is missing. I consider it a desirable property that configure detect all the necessary dependencies for a build to complete, rather than defer

Re: [OMPI users] openib component not available

2014-07-24 Thread Mike Dubman
Hi, The openib btl is not compatible with "thread multiple" paradigm. You need to use mxm (lib on top of verbs) for ompi and threads. mxm is part of MOFED or you can download HPCX package (tarball of ompi + mxm) from http://mellanox.com/products/hpcx M On Thu, Jul 24, 2014 at 1:06 PM,

[OMPI users] problem with openmpi-1.8.2rc2 on Solaris 10 Sparc

2014-07-24 Thread Siegmar Gross
Hi, today I installed openmpi-1.8.2rc2 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with Sun C 5.12 and gcc-4.9.0. I still have the same problems which I reported yesterday for openmpi-1.8.2rc2r32288. tyr hello_1 111 ompi_info | grep MPI:

[OMPI users] openib component not available

2014-07-24 Thread madhurima madhunapanthula
Hi, I am trying to setup openmpi 1.8.1 on a system with infiniband. The configure option I am using is ./configure --enable-mpi-thread-multiple After installation, it is not showing any openib BTL component when I use the command: 'ompi_info --param btl openib' On the same machine, I