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

2010-04-21 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.1a1r1988 Start time: Wed Apr 21 21:01:02 EDT 2010 End time: Wed Apr 21 21:03:00 EDT 2010 Your friendly daemon, Cyrador

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1986

2010-04-21 Thread Samuel Thibault
Jeff Squyres, le Wed 21 Apr 2010 09:04:11 -0400, a écrit : > On Apr 21, 2010, at 8:47 AM, Bert Wesarg wrote: > > > From that page: > > > > If you are writing a header file that must work when included in > > ISO C programs, write __typeof__ instead of typeof. See Alternate > > Keywords. > >

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1988

2010-04-21 Thread Jeff Squyres
Perfect; this is better than my solution. Thanks! On Apr 21, 2010, at 12:22 PM, wrote: > Author: sthibaul > Date: 2010-04-21 12:22:39 EDT (Wed, 21 Apr 2010) > New Revision: 1988 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/1988 > > Log: > __typeof__ is not c99 >

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1986

2010-04-21 Thread Jeff Squyres
On Apr 21, 2010, at 8:47 AM, Bert Wesarg wrote: > From that page: > > If you are writing a header file that must work when included in > ISO C programs, write __typeof__ instead of typeof. See Alternate > Keywords. > > > Modified: trunk/src/topology.c > > That does not look like a header

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1986

2010-04-21 Thread Bert Wesarg
On Wed, Apr 21, 2010 at 14:27, wrote: > Author: jsquyres > Date: 2010-04-21 08:27:33 EDT (Wed, 21 Apr 2010) > New Revision: 1986 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/1986 > > Log: > Refs #18.  Fix some compiler warnings: > >  * Note the change of typeof to

Re: [hwloc-devel] Please review r1986

2010-04-21 Thread Brice Goglin
Jeff Squyres wrote: > I fixed some compiler warnings in r1986 -- I have mixed feelings about > renaming local variables named "index" and "y1". :-\ > > https://svn.open-mpi.org/trac/hwloc/changeset/1986 > > Thanks. > Fine with me. Brice

[hwloc-devel] Please review r1986

2010-04-21 Thread Jeff Squyres
I fixed some compiler warnings in r1986 -- I have mixed feelings about renaming local variables named "index" and "y1". :-\ https://svn.open-mpi.org/trac/hwloc/changeset/1986 Thanks. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to:

[hwloc-devel] hwloc_topology_export_xml()

2010-04-21 Thread Jeff Squyres
Doing some compiler warning validation this morning, it looks like topology-xml.c:hwloc_topology_export_xml() creates a DTD by calling xmlCreateIntSubset() but then never does anything with this DTD. Is the call to xmlCreateIntSubset() necessary? If so, does the resulting dtd need to be used