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

2016-10-24 Thread Gilles Gouaillardet
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 release version of CUDA 8.0 installed and am trying to build OpenMPI. Here is my configure and build line: ./conf

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

2016-10-24 Thread Brice Goglin
;> 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 O

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

2016-10-23 Thread Gilles Gouaillardet
way the build is not dependent on the 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

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

2016-10-19 Thread Jeff Squyres (jsquyres)
, 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: > > ./config

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

2016-10-18 Thread Justin Luitjens
, 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 --with-tm

[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