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 base/crs_base_cl

[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 '/tmpnfs/jluitjens/libs/src/openmpi