Re: [OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-24 Thread Gilles Gouaillardet
ens Sent: Tuesday, October 18, 2016 9:53 AM To: users@lists.open-mpi.org Subject: [OMPI users] Problem building OpenMPI with CUDA 8.0 I have the release version of CUDA 8.0 installed and am trying to build OpenMPI. Here is my configure and build line: ./configure --prefix=$PREFIXPATH --w

Re: [OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-24 Thread Brice Goglin
: >>> ${CUDA_HOME}/lib64/stubs >>> For 8.0 I’d suggest updating the configure/make scripts to look >>> for nvml there and link in the stubs. This way the build is not >>> dependent on the driver being installed and only the toolkit. >>> Thanks, >>> Jus

Re: [OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-23 Thread Gilles Gouaillardet
e driver being installed and only the toolkit. Thanks, Justin From: users [mailto:users-boun...@lists.open-mpi.org] On Behalf Of Justin Luitjens Sent: Tuesday, October 18, 2016 9:53 AM To: users@lists.open-mpi.org Subject: [OMPI users] Problem building OpenMPI with CUDA 8.0 I have the

Re: [OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-19 Thread Jeff Squyres (jsquyres)
t; To: users@lists.open-mpi.org > Subject: [OMPI users] Problem building OpenMPI with CUDA 8.0 > > I have the release version of CUDA 8.0 installed and am trying to build > OpenMPI. > > Here is my configure and build line: > > ./configure --prefix=$PREFIXPATH --

Re: [OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-18 Thread Justin Luitjens
esday, October 18, 2016 9:53 AM To: users@lists.open-mpi.org Subject: [OMPI users] Problem building OpenMPI with CUDA 8.0 I have the release version of CUDA 8.0 installed and am trying to build OpenMPI. Here is my configure and build line: ./configure --prefix=$PREFIXPATH --with-cuda=$CUDA_HOME --wi

[OMPI users] Problem building OpenMPI with CUDA 8.0

2016-10-18 Thread Justin Luitjens
I have the release version of CUDA 8.0 installed and am trying to build OpenMPI. Here is my configure and build line: ./configure --prefix=$PREFIXPATH --with-cuda=$CUDA_HOME --with-tm= --with-openib= && make && sudo make install Where CUDA_HOME points to the cuda install path. When I run the a