Re: [OMPI users] [WARNING: UNSCANNABLE EXTRACTION FAILED]Re: Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread William T Jones
Jeff, Thanks so much for the help and the phone call. We have built 1.10.7 on CentOS 7 without the need to explicitly turn off either the usnic or verbs-usnic. Everything configured and built correctly out of the box with rdma-core-devel-13-7.el7.x86_64. We will now hopefully be able to

Re: [OMPI users] [WARNING: UNSCANNABLE EXTRACTION FAILED]Re: Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread Jeff Squyres (jsquyres)
I took advantage of the fact that Bill's phone number is in his signature and gave him a call (gasp! Talk to someone from the interwebs -- what craziness is that?!). The real issue here is that Open MPI's use of verbs in v1.10.2 pre-dates the use of the rdma-core packaging. Various header

Re: [OMPI users] [WARNING: UNSCANNABLE EXTRACTION FAILED]Re: Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread William T Jones
Thanks for the suggestions. On 02/28/2018 12:10 PM, Jeff Squyres (jsquyres) wrote: Oops; it looks like there's 2 chunks of usNIC code in the 1.10.x code base, and --without-usnic only disables one of them. I do believe we fixed that in a later 1.10.x release -- I am guessing you don't want

Re: [OMPI users] OpenMPI 3.0.0 Failing To Compile

2018-02-28 Thread Jeff Squyres (jsquyres)
On Feb 28, 2018, at 1:31 PM, Justin Luitjens wrote: > Here is the error I see: > > make[2]: Entering directory > '/tmpnfs/jluitjens/libs/src/openmpi-3.0.0/opal/mca/crs' > CC base/crs_base_open.lo > GENERATE opal_crs.7 > CC base/crs_base_select.lo > CC

[OMPI users] OpenMPI 3.0.0 Failing To Compile

2018-02-28 Thread Justin Luitjens
I'm trying to build OpenMPI on Ubuntu 16.04.3 and I'm getting an error. Here is how I configure and build: ./configure --with-cuda=$CUDA_HOME --prefix=$MPI_HOME && make clean && make -j && make install Here is the error I see: make[2]: Entering directory

Re: [OMPI users] [WARNING: UNSCANNABLE EXTRACTION FAILED]Re: Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread Jeff Squyres (jsquyres)
Oops; it looks like there's 2 chunks of usNIC code in the 1.10.x code base, and --without-usnic only disables one of them. I do believe we fixed that in a later 1.10.x release -- I am guessing you don't want to upgrade to v3.0.x for compatibility/testing reasons, but do you think you could

Re: [OMPI users] Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread r...@open-mpi.org
Not unless you have a USNIC card in your machine! > On Feb 28, 2018, at 8:08 AM, William T Jones wrote: > > Thank you! > > Will that have any adverse side effects? > Performance penalties? > > On 02/28/2018 10:57 AM, r...@open-mpi.org wrote: >> Add --without-usnic >>> On

Re: [OMPI users] Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread William T Jones
Thank you! Will that have any adverse side effects? Performance penalties? On 02/28/2018 10:57 AM, r...@open-mpi.org wrote: Add --without-usnic On Feb 28, 2018, at 7:50 AM, William T Jones wrote: I realize that OpenMPI 1.10.2 is quite old, however, for compatibility I

Re: [OMPI users] Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread r...@open-mpi.org
Add --without-usnic > On Feb 28, 2018, at 7:50 AM, William T Jones wrote: > > I realize that OpenMPI 1.10.2 is quite old, however, for compatibility I > am attempting to compile it after a system upgrade to CentOS 7. > > This system does include infiniband and I have

[OMPI users] Cannot compile 1.10.2 under CentOS 7 rdma-core-devel-13-7.el7.x86_64

2018-02-28 Thread William T Jones
I realize that OpenMPI 1.10.2 is quite old, however, for compatibility I am attempting to compile it after a system upgrade to CentOS 7. This system does include infiniband and I have configured as follows using Intel 2017.2.174 compilers: % ./configure --enable-static \