[hwloc-devel] Create success (hwloc git dev-20-g713add8)

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

Snapshot:   hwloc dev-20-g713add8
Start time: Thu Nov  7 09:14:01 EST 2013
End time:   Thu Nov  7 09:17:09 EST 2013

Your friendly daemon,
Cyrador


Re: [hwloc-devel] GIT: hwloc branch master updated. c05fc46fa58d792b13b6b4aec30d7a81877185f4

2013-11-07 Thread Jeff Squyres (jsquyres)
I'll investigate.

On Nov 7, 2013, at 12:37 AM, Brice Goglin  wrote:

> Jeff,
> This mail looks strange. The actual diff and commit message is missing.
> Also we got a commit mail for HEAD for some reason.
> Brice
> 
> 
> 
> Le 07/11/2013 09:35, MPI Team a écrit :
>> The branch, master has been updated
>>   via  c05fc46fa58d792b13b6b4aec30d7a81877185f4 (commit)
>>  from  e37cb23f5aa93ae4123ce5dfad37ac0cf56ce4f1 (commit)
>> 
>> Those revisions listed above that are new to this repository have
>> not appeared on any other notification email; so we list those
>> revisions in full, below.
>> 
>> - Log -
>> ---
>> 
>> Summary of changes:
>> utils/test-hwloc-diffpatch.sh.in | 2 ++
>> 1 file changed, 2 insertions(+)
>> 
>> 
>> hooks/post-receive
> 
> ___
> 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] [hwloc-announce] Hardware locality (hwloc) v1.8rc1 released

2013-11-07 Thread Jiri Hladky
Great!

Merci beaucoup
Jirka



On Wed, Nov 6, 2013 at 7:50 PM, Brice Goglin  wrote:

>  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 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 
>> 

Re: [hwloc-devel] GIT: hwloc branch master updated. c05fc46fa58d792b13b6b4aec30d7a81877185f4

2013-11-07 Thread Brice Goglin
Jeff,
This mail looks strange. The actual diff and commit message is missing.
Also we got a commit mail for HEAD for some reason.
Brice



Le 07/11/2013 09:35, MPI Team a écrit :
> The branch, master has been updated
>via  c05fc46fa58d792b13b6b4aec30d7a81877185f4 (commit)
>   from  e37cb23f5aa93ae4123ce5dfad37ac0cf56ce4f1 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -
> ---
>
> Summary of changes:
>  utils/test-hwloc-diffpatch.sh.in | 2 ++
>  1 file changed, 2 insertions(+)
>
>
> hooks/post-receive