Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4619 - trunk/doc

2012-07-17 Thread Brice Goglin
FYI, I may revert this before the final v1.5. Doxygen >= 1.8 does not put code fragments inside tags anymore. They use the CSS to make sure indentation is preserved (we should update out own CSS), but that doesn't seem to work with w3m and lynx. That's why hello.c is not indented anymore in the

[hwloc-devel] Create success (hwloc r1.5rc2r4621)

2012-07-17 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.5rc2r4621 Start time: Tue Jul 17 08:35:10 EDT 2012 End time: Tue Jul 17 08:38:34 EDT 2012 Your friendly daemon, Cyrador

[hwloc-devel] Compile warning

2012-07-17 Thread Pavan Balaji
Folks, Here's a minor compiler warning nit-pick in 1.5rc1: https://trac.mcs.anl.gov/projects/mpich2/changeset/10012 Thanks, -- Pavan -- Pavan Balaji http://www.mcs.anl.gov/~balaji

Re: [hwloc-devel] Compile warning

2012-07-17 Thread Pavan Balaji
On 07/17/2012 08:35 AM, Brice Goglin wrote: https://trac.mcs.anl.gov/projects/mpich2/changeset/10012 What kind of warning is this? Does your pci_lookup_name() in pci/pci.h return a const char * instead of a char * ? You are assigning it to "??" on line 468. You could alternatively just