[hwloc-devel] Create success (hwloc r1.1a1r2344)

2010-07-19 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.1a1r2344 Start time: Mon Jul 19 21:01:02 EDT 2010 End time: Mon Jul 19 21:03:03 EDT 2010 Your friendly daemon, Cyrador

Re: [hwloc-devel] C++-compliant headers

2010-07-19 Thread Jeff Squyres
On Jul 19, 2010, at 8:58 AM, Brice Goglin wrote: > Somebody just complained to me about our headers not being C++ > compliant. Is there anything against adding the usual extern "C" stuff? "Not being C++ complaint" meaning that the linkage is wrong when they compile their app with a C++ compiler

Re: [hwloc-devel] C++-compliant headers

2010-07-19 Thread Samuel Thibault
Brice Goglin, le Mon 19 Jul 2010 14:58:19 +0200, a écrit : > Somebody just complained to me about our headers not being C++ > compliant. Is there anything against adding the usual extern "C" stuff? I don't see any issue. Samuel

[hwloc-devel] C++-compliant headers

2010-07-19 Thread Brice Goglin
Hello, Somebody just complained to me about our headers not being C++ compliant. Is there anything against adding the usual extern "C" stuff? Brice