+1

On Dec 13, 2011, at 12:19 PM, Brice Goglin wrote:

> You should also error out if --enable-cuda is given and cuda isn't
> found. We got some complains about this for XML and PCI. Just duplicate
> the xml_happy stuff for cuda.
> 
> Brice
> 
> 
> 
> Le 13/12/2011 18:15, sthib...@osl.iu.edu a écrit :
>> Author: sthibaul
>> Date: 2011-12-13 12:15:09 EST (Tue, 13 Dec 2011)
>> New Revision: 4041
>> URL: https://svn.open-mpi.org/trac/hwloc/changeset/4041
>> 
>> Log:
>> add --disable-cuda
>> Text files modified: 
>>   branches/cuda/config/hwloc_internal.m4 |     5 +++++                       
>>             
>>   1 files changed, 5 insertions(+), 0 deletions(-)
>> 
>> Modified: branches/cuda/config/hwloc_internal.m4
>> ==============================================================================
>> --- branches/cuda/config/hwloc_internal.m4   (original)
>> +++ branches/cuda/config/hwloc_internal.m4   2011-12-13 12:15:09 EST (Tue, 
>> 13 Dec 2011)
>> @@ -65,6 +65,11 @@
>>                   AS_HELP_STRING([--disable-pci],
>>                                  [Disable the PCI device discovery using 
>> libpci]))
>> 
>> +    # CUDA?
>> +    AC_ARG_ENABLE([cuda],
>> +                  AS_HELP_STRING([--disable-cuda],
>> +                                 [Disable the CUDA device discovery using 
>> libcudart]))
>> +
>>     # Linux libnuma
>>     AC_ARG_ENABLE([libnuma],
>>                   AS_HELP_STRING([--disable-libnuma],
>> _______________________________________________
>> hwloc-svn mailing list
>> hwloc-...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
> 
> _______________________________________________
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to