[hwloc-devel] Create success (hwloc git dev-18-ge37cb23)

2013-11-06 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success.

Snapshot:   hwloc dev-18-ge37cb23
Start time: Wed Nov  6 21:01:02 EST 2013
End time:   Wed Nov  6 21:04:25 EST 2013

Your friendly daemon,
Cyrador


Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.8rc1 released

2013-11-06 Thread Brice Goglin
Sure :)


Le 06/11/2013 19:24, Jiri Hladky a écrit :
> Hi Brice,
>
> no problem, I understand that.
>
> Any plans to include it in 1.9?
>
> Jirka
>
>
> On Wed, Nov 6, 2013 at 3:37 PM, Brice Goglin  > wrote:
>
> Sorry Jirka. We were already late in releasing v1.8 and I didn't
> have time to work at your new distrib feature. It won't be
> included this time.
>
> Brice
>
>
>
>
> Le 06/11/2013 15:33, Jiri Hladky a écrit :
>> Hi Brice,
>>
>> lots of useful features!
>>
>> I would like to check if there is a plan to include in 1.8
>> proposed feature for hwloc-distrib to start distribution from the
>> last object.
>>
>> For the reference please see my e-mail from Wed, Sep 18, 2013
>> with the Subject
>>
>> Patch file to let hwloc-distrib output the PUs starting from the
>> last object
>>
>> I would really appreciate if you can include it into the 1.8 version.
>>
>> Thanks a lot!
>> Jirka
>>
>> On Wed, Nov 6, 2013 at 3:06 PM, Brice Goglin
>> > wrote:
>>
>> The Hardware Locality (hwloc) team is pleased to announce the
>> first
>> release candidate for v1.8:
>>
>>http://www.open-mpi.org/projects/hwloc/
>>
>> v1.8rc1 is the first milestone of a major feature release.
>> It adds PCI discovery on Linux without dependencies on
>> external libs,
>> a new API to manipulate differences between very similar
>> topologies,
>> multiple improvements to command-line tools, and more.
>>
>> * New components
>>   + Add the "linuxpci" component that always works on Linux
>> even when
>> libpciaccess and libpci aren't available (and even with a
>> modified
>> file-system root). By default the old "pci" component
>> runs first
>> because "linuxpci" lacks device names (obj->name is
>> always NULL).
>> * API
>>   + Add the topology difference API in hwloc/diff.h for
>> manipulating
>> many similar topologies.
>>   + Add hwloc_topology_dup() for duplicating an entire topology.
>>   + hwloc.h and hwloc/helper.h have been reorganized to
>> clarify the
>> documentation sections. The actual inline code has moved
>> out of hwloc.h
>> into the new hwloc/inlines.h.
>>   + Deprecated functions are now in hwloc/deprecated.h, and
>> not in the
>> official documentation anymore.
>> * Tools
>>   + Add hwloc-diff and hwloc-patch tools together with the
>> new diff API.
>>   + Add hwloc-compress-dir to (de)compress an entire
>> directory of XML files
>> using hwloc-diff and hwloc-patch.
>>   + Object colors in the graphical output of lstopo may be
>> changed by adding
>> a "lstopoStyle" info attribute. See CUSTOM COLORS in the
>> lstopo(1) manpage
>> for details. Thanks to Jirka Hladky for discussing the idea.
>>   + hwloc-gather-topology may now gather I/O-related files on
>> Linux when
>> --io is given. Only the linuxpci component supports
>> discovering I/O
>> objects from these extended tarballs.
>>   + hwloc-annotate now supports --ri to remove/replace info
>> attributes with
>> a given name.
>>   + hwloc-info supports "root" and "all" special locations
>> for dumping
>> information about the root object.
>>   + lstopo now supports --append-legend to append custom
>> lines of text
>> to the legend in the graphical output. Thanks to Jirka
>> Hladky for
>> discussing the idea.
>>   + hwloc-calc and friends have a more robust parsing of
>> locations given
>> on the command-line and they report useful error messages
>> about it.
>>   + Add --whole-system to hwloc-bind, hwloc-calc,
>> hwloc-distances and
>> hwloc-distrib, and add --restrict to hwloc-bind for
>> uniformity among
>> tools.
>> * Misc
>>   + Calling hwloc_topology_load() or hwloc_topology_set_*()
>> on an already
>> loaded topology now returns an error (deprecated since
>> release 1.6.1).
>>   + Fix the initialisation of cpusets and nodesets in Group
>> objects added
>> when inserting PCI hostbridges.
>>   + Never merge Group objects that were added explicitly by
>> the user with
>> hwloc_custom_insert_group_object_by_parent().
>>   + Add a sanity check during dynamic plugin loading to
>> prevent some
>> crashes when hwloc is dynamically loaded by another
>> 

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.8rc1 released

2013-11-06 Thread Jiri Hladky
Hi Brice,

no problem, I understand that.

Any plans to include it in 1.9?

Jirka


On Wed, Nov 6, 2013 at 3:37 PM, Brice Goglin  wrote:

>  Sorry Jirka. We were already late in releasing v1.8 and I didn't have
> time to work at your new distrib feature. It won't be included this time.
>
> Brice
>
>
>
>
> Le 06/11/2013 15:33, Jiri Hladky a écrit :
>
> Hi Brice,
>
>  lots of useful features!
>
>  I would like to check if there is a plan to include in 1.8 proposed
> feature for hwloc-distrib to start distribution from the last object.
>
>  For the reference please see my e-mail from Wed, Sep 18, 2013 with the
> Subject
>
>  Patch file to let hwloc-distrib output the PUs starting from the last
> object
>
>  I would really appreciate if you can include it into the 1.8 version.
>
>  Thanks a lot!
> Jirka
>
> On Wed, Nov 6, 2013 at 3:06 PM, Brice Goglin wrote:
>
>> The Hardware Locality (hwloc) team is pleased to announce the first
>> release candidate for v1.8:
>>
>>http://www.open-mpi.org/projects/hwloc/
>>
>> v1.8rc1 is the first milestone of a major feature release.
>> It adds PCI discovery on Linux without dependencies on external libs,
>> a new API to manipulate differences between very similar topologies,
>> multiple improvements to command-line tools, and more.
>>
>> * New components
>>   + Add the "linuxpci" component that always works on Linux even when
>> libpciaccess and libpci aren't available (and even with a modified
>> file-system root). By default the old "pci" component runs first
>> because "linuxpci" lacks device names (obj->name is always NULL).
>> * API
>>   + Add the topology difference API in hwloc/diff.h for manipulating
>> many similar topologies.
>>   + Add hwloc_topology_dup() for duplicating an entire topology.
>>   + hwloc.h and hwloc/helper.h have been reorganized to clarify the
>> documentation sections. The actual inline code has moved out of
>> hwloc.h
>> into the new hwloc/inlines.h.
>>   + Deprecated functions are now in hwloc/deprecated.h, and not in the
>> official documentation anymore.
>> * Tools
>>   + Add hwloc-diff and hwloc-patch tools together with the new diff API.
>>   + Add hwloc-compress-dir to (de)compress an entire directory of XML
>> files
>> using hwloc-diff and hwloc-patch.
>>   + Object colors in the graphical output of lstopo may be changed by
>> adding
>> a "lstopoStyle" info attribute. See CUSTOM COLORS in the lstopo(1)
>> manpage
>> for details. Thanks to Jirka Hladky for discussing the idea.
>>   + hwloc-gather-topology may now gather I/O-related files on Linux when
>> --io is given. Only the linuxpci component supports discovering I/O
>> objects from these extended tarballs.
>>   + hwloc-annotate now supports --ri to remove/replace info attributes
>> with
>> a given name.
>>   + hwloc-info supports "root" and "all" special locations for dumping
>> information about the root object.
>>   + lstopo now supports --append-legend to append custom lines of text
>> to the legend in the graphical output. Thanks to Jirka Hladky for
>> discussing the idea.
>>   + hwloc-calc and friends have a more robust parsing of locations given
>> on the command-line and they report useful error messages about it.
>>   + Add --whole-system to hwloc-bind, hwloc-calc, hwloc-distances and
>> hwloc-distrib, and add --restrict to hwloc-bind for uniformity among
>> tools.
>> * Misc
>>   + Calling hwloc_topology_load() or hwloc_topology_set_*() on an already
>> loaded topology now returns an error (deprecated since release 1.6.1).
>>   + Fix the initialisation of cpusets and nodesets in Group objects added
>> when inserting PCI hostbridges.
>>   + Never merge Group objects that were added explicitly by the user with
>> hwloc_custom_insert_group_object_by_parent().
>>   + Add a sanity check during dynamic plugin loading to prevent some
>> crashes when hwloc is dynamically loaded by another plugin mechanisms.
>>   + Add --with-hwloc-plugins-path to specify the install/load directories
>> of plugins.
>>   + Add the MICSerialNumber info attribute to the root object when running
>> hwloc inside a Xeon Phi to match the same attribute in the MIC OS
>> device
>> when running in the host.
>>
>> --
>> Brice
>>
>> ___
>> hwloc-announce mailing list
>> hwloc-annou...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-announce
>>
>
>
>
> ___
> hwloc-devel mailing 
> listhwloc-devel@open-mpi.orghttp://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
>
>
>
> ___
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
>


[hwloc-devel] Git branch emails

2013-11-06 Thread Jeff Squyres (jsquyres)
Ok, sorry for the bazillion emails you just got, but the email script should 
now send out notices for all commits on all branches now.

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



Re: [hwloc-devel] late git commit email

2013-11-06 Thread Jeff Squyres (jsquyres)
Oy; I see what's happening.  I think I can go manually generate those mails 
now; I'll need to think about how to solve this properly (i.e., consult with 
Dave G).

On Nov 6, 2013, at 9:29 AM, Brice Goglin  wrote:

> The v1.8 branch commit emails are missing? Do you have to explicit
> enable them on github?
> 
> Brice
> 
> 
> 
> Le 06/11/2013 15:30, Jeff Squyres (jsquyres) a écrit :
>> There was a disk problem on the IU server where the git commit message came 
>> from.
>> 
>> It was just fixed, which is why we got the commit email so late.
>> 
> 
> ___
> 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/



Re: [hwloc-devel] late git commit email

2013-11-06 Thread Brice Goglin
The v1.8 branch commit emails are missing? Do you have to explicit
enable them on github?

Brice



Le 06/11/2013 15:30, Jeff Squyres (jsquyres) a écrit :
> There was a disk problem on the IU server where the git commit message came 
> from.
>
> It was just fixed, which is why we got the commit email so late.
>



Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.8rc1 released

2013-11-06 Thread Brice Goglin
Sorry Jirka. We were already late in releasing v1.8 and I didn't have
time to work at your new distrib feature. It won't be included this time.

Brice




Le 06/11/2013 15:33, Jiri Hladky a écrit :
> Hi Brice,
>
> lots of useful features!
>
> I would like to check if there is a plan to include in 1.8 proposed
> feature for hwloc-distrib to start distribution from the last object.
>
> For the reference please see my e-mail from Wed, Sep 18, 2013 with the
> Subject
>
> Patch file to let hwloc-distrib output the PUs starting from the last
> object
>
> I would really appreciate if you can include it into the 1.8 version.
>
> Thanks a lot!
> Jirka
>
> On Wed, Nov 6, 2013 at 3:06 PM, Brice Goglin  > wrote:
>
> The Hardware Locality (hwloc) team is pleased to announce the first
> release candidate for v1.8:
>
>http://www.open-mpi.org/projects/hwloc/
>
> v1.8rc1 is the first milestone of a major feature release.
> It adds PCI discovery on Linux without dependencies on external libs,
> a new API to manipulate differences between very similar topologies,
> multiple improvements to command-line tools, and more.
>
> * New components
>   + Add the "linuxpci" component that always works on Linux even when
> libpciaccess and libpci aren't available (and even with a modified
> file-system root). By default the old "pci" component runs first
> because "linuxpci" lacks device names (obj->name is always NULL).
> * API
>   + Add the topology difference API in hwloc/diff.h for manipulating
> many similar topologies.
>   + Add hwloc_topology_dup() for duplicating an entire topology.
>   + hwloc.h and hwloc/helper.h have been reorganized to clarify the
> documentation sections. The actual inline code has moved out
> of hwloc.h
> into the new hwloc/inlines.h.
>   + Deprecated functions are now in hwloc/deprecated.h, and not in the
> official documentation anymore.
> * Tools
>   + Add hwloc-diff and hwloc-patch tools together with the new
> diff API.
>   + Add hwloc-compress-dir to (de)compress an entire directory of
> XML files
> using hwloc-diff and hwloc-patch.
>   + Object colors in the graphical output of lstopo may be changed
> by adding
> a "lstopoStyle" info attribute. See CUSTOM COLORS in the
> lstopo(1) manpage
> for details. Thanks to Jirka Hladky for discussing the idea.
>   + hwloc-gather-topology may now gather I/O-related files on
> Linux when
> --io is given. Only the linuxpci component supports
> discovering I/O
> objects from these extended tarballs.
>   + hwloc-annotate now supports --ri to remove/replace info
> attributes with
> a given name.
>   + hwloc-info supports "root" and "all" special locations for dumping
> information about the root object.
>   + lstopo now supports --append-legend to append custom lines of text
> to the legend in the graphical output. Thanks to Jirka Hladky for
> discussing the idea.
>   + hwloc-calc and friends have a more robust parsing of locations
> given
> on the command-line and they report useful error messages
> about it.
>   + Add --whole-system to hwloc-bind, hwloc-calc, hwloc-distances and
> hwloc-distrib, and add --restrict to hwloc-bind for uniformity
> among
> tools.
> * Misc
>   + Calling hwloc_topology_load() or hwloc_topology_set_*() on an
> already
> loaded topology now returns an error (deprecated since release
> 1.6.1).
>   + Fix the initialisation of cpusets and nodesets in Group
> objects added
> when inserting PCI hostbridges.
>   + Never merge Group objects that were added explicitly by the
> user with
> hwloc_custom_insert_group_object_by_parent().
>   + Add a sanity check during dynamic plugin loading to prevent some
> crashes when hwloc is dynamically loaded by another plugin
> mechanisms.
>   + Add --with-hwloc-plugins-path to specify the install/load
> directories
> of plugins.
>   + Add the MICSerialNumber info attribute to the root object when
> running
> hwloc inside a Xeon Phi to match the same attribute in the MIC
> OS device
> when running in the host.
>
> --
> Brice
>
> ___
> hwloc-announce mailing list
> hwloc-annou...@open-mpi.org 
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-announce
>
>
>
>
> ___
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel



Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.8rc1 released

2013-11-06 Thread Jiri Hladky
Hi Brice,

lots of useful features!

I would like to check if there is a plan to include in 1.8 proposed feature
for hwloc-distrib to start distribution from the last object.

For the reference please see my e-mail from Wed, Sep 18, 2013 with the
Subject

Patch file to let hwloc-distrib output the PUs starting from the last object

I would really appreciate if you can include it into the 1.8 version.

Thanks a lot!
Jirka

On Wed, Nov 6, 2013 at 3:06 PM, Brice Goglin  wrote:

> The Hardware Locality (hwloc) team is pleased to announce the first
> release candidate for v1.8:
>
>http://www.open-mpi.org/projects/hwloc/
>
> v1.8rc1 is the first milestone of a major feature release.
> It adds PCI discovery on Linux without dependencies on external libs,
> a new API to manipulate differences between very similar topologies,
> multiple improvements to command-line tools, and more.
>
> * New components
>   + Add the "linuxpci" component that always works on Linux even when
> libpciaccess and libpci aren't available (and even with a modified
> file-system root). By default the old "pci" component runs first
> because "linuxpci" lacks device names (obj->name is always NULL).
> * API
>   + Add the topology difference API in hwloc/diff.h for manipulating
> many similar topologies.
>   + Add hwloc_topology_dup() for duplicating an entire topology.
>   + hwloc.h and hwloc/helper.h have been reorganized to clarify the
> documentation sections. The actual inline code has moved out of hwloc.h
> into the new hwloc/inlines.h.
>   + Deprecated functions are now in hwloc/deprecated.h, and not in the
> official documentation anymore.
> * Tools
>   + Add hwloc-diff and hwloc-patch tools together with the new diff API.
>   + Add hwloc-compress-dir to (de)compress an entire directory of XML files
> using hwloc-diff and hwloc-patch.
>   + Object colors in the graphical output of lstopo may be changed by
> adding
> a "lstopoStyle" info attribute. See CUSTOM COLORS in the lstopo(1)
> manpage
> for details. Thanks to Jirka Hladky for discussing the idea.
>   + hwloc-gather-topology may now gather I/O-related files on Linux when
> --io is given. Only the linuxpci component supports discovering I/O
> objects from these extended tarballs.
>   + hwloc-annotate now supports --ri to remove/replace info attributes with
> a given name.
>   + hwloc-info supports "root" and "all" special locations for dumping
> information about the root object.
>   + lstopo now supports --append-legend to append custom lines of text
> to the legend in the graphical output. Thanks to Jirka Hladky for
> discussing the idea.
>   + hwloc-calc and friends have a more robust parsing of locations given
> on the command-line and they report useful error messages about it.
>   + Add --whole-system to hwloc-bind, hwloc-calc, hwloc-distances and
> hwloc-distrib, and add --restrict to hwloc-bind for uniformity among
> tools.
> * Misc
>   + Calling hwloc_topology_load() or hwloc_topology_set_*() on an already
> loaded topology now returns an error (deprecated since release 1.6.1).
>   + Fix the initialisation of cpusets and nodesets in Group objects added
> when inserting PCI hostbridges.
>   + Never merge Group objects that were added explicitly by the user with
> hwloc_custom_insert_group_object_by_parent().
>   + Add a sanity check during dynamic plugin loading to prevent some
> crashes when hwloc is dynamically loaded by another plugin mechanisms.
>   + Add --with-hwloc-plugins-path to specify the install/load directories
> of plugins.
>   + Add the MICSerialNumber info attribute to the root object when running
> hwloc inside a Xeon Phi to match the same attribute in the MIC OS
> device
> when running in the host.
>
> --
> Brice
>
> ___
> hwloc-announce mailing list
> hwloc-annou...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-announce
>


[hwloc-devel] late git commit email

2013-11-06 Thread Jeff Squyres (jsquyres)
There was a disk problem on the IU server where the git commit message came 
from.

It was just fixed, which is why we got the commit email so late.

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



[hwloc-devel] Create success (hwloc git 1.7.2-10-g981e492)

2013-11-06 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success.

Snapshot:   hwloc 1.7.2-10-g981e492
Start time: Wed Nov  6 09:16:42 EST 2013
End time:   Wed Nov  6 09:18:52 EST 2013

Your friendly daemon,
Cyrador


[hwloc-devel] Create success (hwloc git dev-14-g0cb801a)

2013-11-06 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success.

Snapshot:   hwloc dev-14-g0cb801a
Start time: Wed Nov  6 09:14:02 EST 2013
End time:   Wed Nov  6 09:16:41 EST 2013

Your friendly daemon,
Cyrador