Re: [OMPI devel] Cuda build break

2017-10-04 Thread r...@open-mpi.org
Fix is here: https://github.com/open-mpi/ompi/pull/4301 


> On Oct 4, 2017, at 11:19 AM, Jeff Squyres (jsquyres)  
> wrote:
> 
> Thanks Ralph.
> 
>> On Oct 4, 2017, at 2:07 PM, r...@open-mpi.org wrote:
>> 
>> I’ll fix
>> 
>>> On Oct 4, 2017, at 10:57 AM, Sylvain Jeaugey  wrote:
>>> 
>>> See my last comment on #4257 :
>>> 
>>> https://github.com/open-mpi/ompi/pull/4257#issuecomment-332900393
>>> 
>>> We should completely disable CUDA in hwloc. It is breaking the build, but 
>>> more importantly, it creates an extra dependency on the CUDA runtime that 
>>> Open MPI doesn't have, even when compiled with --with-cuda (we load symbols 
>>> dynamically).
>>> 
>>> On 10/04/2017 10:42 AM, Barrett, Brian via devel wrote:
 All -
 
 It looks like nVidia’s MTT started failing on 9/26, due to not finding 
 Cuda.  There’s a suspicious commit given the error message in the hwloc 
 cuda changes.  Jeff and Brice, it’s your patch, can you dig into the build 
 failures?
 
 Brian
 ___
 devel mailing list
 devel@lists.open-mpi.org
 https://lists.open-mpi.org/mailman/listinfo/devel
>>> 
>>> ---
>>> This email message is for the sole use of the intended recipient(s) and may 
>>> contain
>>> confidential information.  Any unauthorized review, use, disclosure or 
>>> distribution
>>> is prohibited.  If you are not the intended recipient, please contact the 
>>> sender by
>>> reply email and destroy all copies of the original message.
>>> ---
>>> ___
>>> devel mailing list
>>> devel@lists.open-mpi.org
>>> https://lists.open-mpi.org/mailman/listinfo/devel
>> 
>> ___
>> devel mailing list
>> devel@lists.open-mpi.org
>> https://lists.open-mpi.org/mailman/listinfo/devel
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> 
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Cuda build break

2017-10-04 Thread Jeff Squyres (jsquyres)
Thanks Ralph.

> On Oct 4, 2017, at 2:07 PM, r...@open-mpi.org wrote:
> 
> I’ll fix
> 
>> On Oct 4, 2017, at 10:57 AM, Sylvain Jeaugey  wrote:
>> 
>> See my last comment on #4257 :
>> 
>> https://github.com/open-mpi/ompi/pull/4257#issuecomment-332900393
>> 
>> We should completely disable CUDA in hwloc. It is breaking the build, but 
>> more importantly, it creates an extra dependency on the CUDA runtime that 
>> Open MPI doesn't have, even when compiled with --with-cuda (we load symbols 
>> dynamically).
>> 
>> On 10/04/2017 10:42 AM, Barrett, Brian via devel wrote:
>>> All -
>>> 
>>> It looks like nVidia’s MTT started failing on 9/26, due to not finding 
>>> Cuda.  There’s a suspicious commit given the error message in the hwloc 
>>> cuda changes.  Jeff and Brice, it’s your patch, can you dig into the build 
>>> failures?
>>> 
>>> Brian
>>> ___
>>> devel mailing list
>>> devel@lists.open-mpi.org
>>> https://lists.open-mpi.org/mailman/listinfo/devel
>> 
>> ---
>> This email message is for the sole use of the intended recipient(s) and may 
>> contain
>> confidential information.  Any unauthorized review, use, disclosure or 
>> distribution
>> is prohibited.  If you are not the intended recipient, please contact the 
>> sender by
>> reply email and destroy all copies of the original message.
>> ---
>> ___
>> devel mailing list
>> devel@lists.open-mpi.org
>> https://lists.open-mpi.org/mailman/listinfo/devel
> 
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel


-- 
Jeff Squyres
jsquy...@cisco.com

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Cuda build break

2017-10-04 Thread r...@open-mpi.org
I’ll fix

> On Oct 4, 2017, at 10:57 AM, Sylvain Jeaugey  wrote:
> 
> See my last comment on #4257 :
> 
> https://github.com/open-mpi/ompi/pull/4257#issuecomment-332900393
> 
> We should completely disable CUDA in hwloc. It is breaking the build, but 
> more importantly, it creates an extra dependency on the CUDA runtime that 
> Open MPI doesn't have, even when compiled with --with-cuda (we load symbols 
> dynamically).
> 
> On 10/04/2017 10:42 AM, Barrett, Brian via devel wrote:
>> All -
>> 
>> It looks like nVidia’s MTT started failing on 9/26, due to not finding Cuda. 
>>  There’s a suspicious commit given the error message in the hwloc cuda 
>> changes.  Jeff and Brice, it’s your patch, can you dig into the build 
>> failures?
>> 
>> Brian
>> ___
>> devel mailing list
>> devel@lists.open-mpi.org
>> https://lists.open-mpi.org/mailman/listinfo/devel
> 
> ---
> This email message is for the sole use of the intended recipient(s) and may 
> contain
> confidential information.  Any unauthorized review, use, disclosure or 
> distribution
> is prohibited.  If you are not the intended recipient, please contact the 
> sender by
> reply email and destroy all copies of the original message.
> ---
> ___
> devel mailing list
> devel@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/devel

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] Cuda build break

2017-10-04 Thread Sylvain Jeaugey

See my last comment on #4257 :

https://github.com/open-mpi/ompi/pull/4257#issuecomment-332900393

We should completely disable CUDA in hwloc. It is breaking the build, 
but more importantly, it creates an extra dependency on the CUDA runtime 
that Open MPI doesn't have, even when compiled with --with-cuda (we load 
symbols dynamically).


On 10/04/2017 10:42 AM, Barrett, Brian via devel wrote:

All -

It looks like nVidia’s MTT started failing on 9/26, due to not finding Cuda.  
There’s a suspicious commit given the error message in the hwloc cuda changes.  
Jeff and Brice, it’s your patch, can you dig into the build failures?

Brian
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel


---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

[OMPI devel] Cuda build break

2017-10-04 Thread Barrett, Brian via devel
All -

It looks like nVidia’s MTT started failing on 9/26, due to not finding Cuda.  
There’s a suspicious commit given the error message in the hwloc cuda changes.  
Jeff and Brice, it’s your patch, can you dig into the build failures?

Brian
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel