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
:
>>> ${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
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
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 --
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
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