Re: [hwloc-users] [hwloc-announce] Hardware Locality (hwloc) v1.11.2 released

2015-12-19 Thread Brice Goglin
Applied, thanks !


Le 19/12/2015 06:52, Marco Atzeri a écrit :
> On 19/12/2015 00:38, Brice Goglin wrote:
>>
>>
>> Le 18/12/2015 12:14, Marco Atzeri a écrit :
>>> attached minor patch to solve a false "make check" failure
>>> on platform where EXEEXT in not empty.
>>>
>>> Tested on CYGWIN platforms.
>>>
>>> Regards
>>> Marco
>>> --- origsrc/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in   
>>> 2015-06-14 21:53:04.0 +0200
>>> +++ src/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in   
>>> 2015-12-18 07:47:38.743536900 +0100
>>> @@ -12,6 +12,7 @@ HWLOC_top_builddir="@HWLOC_top_builddir@
>>>   assembler="$HWLOC_top_builddir/utils/hwloc/hwloc-assembler"
>>>   HWLOC_top_srcdir="@HWLOC_top_srcdir@"
>>>   SED="@SED@"
>>> +EXEEXT="@EXEEXT@"
>>>
>>>   HWLOC_PLUGINS_PATH=${HWLOC_top_builddir}/src
>>>   export HWLOC_PLUGINS_PATH
>>> @@ -46,7 +47,7 @@ $assembler $file \
>>>   # filter ProcessName since it may be hwloc-info or lt-hwloc-info
>>>   cat $file \
>>>| $SED -e '/>> value=\"'$HWLOC_VERSION'\"\/>/d' \
>>> - | $SED -e '/>> value=\"hwloc-assembler\"\/>/d' -e '/>> value=\"lt-hwloc-assembler\"\/>/d' \
>>> + | $SED -e '/>> value=\"hwloc-assembler'$EXEEXT'\"\/>/d' -e '/>> name=\"ProcessName\" value=\"lt-hwloc-assembleri'$EXEEXT'\"\/>/d' \
>>>> ${file}.tmp
>>>   mv -f ${file}.tmp $file
>>> 
>>> 
>>> ^ here
>>
>> Hello
>> The 'i' at the end of 'lt-hwloc-assembleri' at the end of the last added
>> line above causes a failure here. Typo in your patch?
>> Thanks
>> Brice
>>
>
> sure. VI typo
>
>
> ___
> hwloc-users mailing list
> hwloc-us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-users
> Link to this post:
> http://www.open-mpi.org/community/lists/hwloc-users/2015/12/1234.php



Re: [hwloc-users] [hwloc-announce] Hardware Locality (hwloc) v1.11.2 released

2015-12-19 Thread Marco Atzeri

On 19/12/2015 00:38, Brice Goglin wrote:



Le 18/12/2015 12:14, Marco Atzeri a écrit :

attached minor patch to solve a false "make check" failure
on platform where EXEEXT in not empty.

Tested on CYGWIN platforms.

Regards
Marco
--- origsrc/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in 2015-06-14 
21:53:04.0 +0200
+++ src/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in 2015-12-18 
07:47:38.743536900 +0100
@@ -12,6 +12,7 @@ HWLOC_top_builddir="@HWLOC_top_builddir@
  assembler="$HWLOC_top_builddir/utils/hwloc/hwloc-assembler"
  HWLOC_top_srcdir="@HWLOC_top_srcdir@"
  SED="@SED@"
+EXEEXT="@EXEEXT@"

  HWLOC_PLUGINS_PATH=${HWLOC_top_builddir}/src
  export HWLOC_PLUGINS_PATH
@@ -46,7 +47,7 @@ $assembler $file \
  # filter ProcessName since it may be hwloc-info or lt-hwloc-info
  cat $file \
   | $SED -e '//d' \
- | $SED -e '//d' -e '//d' \
+ | $SED -e '//d' -e '//d' \
   > ${file}.tmp
  mv -f ${file}.tmp $file

 ^ here


Hello
The 'i' at the end of 'lt-hwloc-assembleri' at the end of the last added
line above causes a failure here. Typo in your patch?
Thanks
Brice



sure. VI typo




Re: [hwloc-users] [hwloc-announce] Hardware Locality (hwloc) v1.11.2 released

2015-12-18 Thread Brice Goglin


Le 18/12/2015 12:14, Marco Atzeri a écrit :
> attached minor patch to solve a false "make check" failure
> on platform where EXEEXT in not empty.
>
> Tested on CYGWIN platforms.
>
> Regards
> Marco
> --- origsrc/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in   
> 2015-06-14 21:53:04.0 +0200
> +++ src/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in   2015-12-18 
> 07:47:38.743536900 +0100
> @@ -12,6 +12,7 @@ HWLOC_top_builddir="@HWLOC_top_builddir@
>  assembler="$HWLOC_top_builddir/utils/hwloc/hwloc-assembler"
>  HWLOC_top_srcdir="@HWLOC_top_srcdir@"
>  SED="@SED@"
> +EXEEXT="@EXEEXT@"
>  
>  HWLOC_PLUGINS_PATH=${HWLOC_top_builddir}/src
>  export HWLOC_PLUGINS_PATH
> @@ -46,7 +47,7 @@ $assembler $file \
>  # filter ProcessName since it may be hwloc-info or lt-hwloc-info
>  cat $file \
>   | $SED -e '//d' \
> - | $SED -e '//d' -e 
> '//d' \
> + | $SED -e '/ value=\"hwloc-assembler'$EXEEXT'\"\/>/d' -e '/ value=\"lt-hwloc-assembleri'$EXEEXT'\"\/>/d' \
>   > ${file}.tmp
>  mv -f ${file}.tmp $file
>   
>   ^ here

Hello
The 'i' at the end of 'lt-hwloc-assembleri' at the end of the last added
line above causes a failure here. Typo in your patch?
Thanks
Brice



Re: [hwloc-users] [hwloc-announce] Hardware Locality (hwloc) v1.11.2 released

2015-12-18 Thread Brice Goglin
Hello
Release announces are sent to the hwloc-annonce mailing list only.
Yes your AMD bug is covered. You should pass HWLOC_COMPONENTS=x86 in the
environment to work around your Linux kernel bug.
Regards
Brice


Le 18/12/2015 12:26, Fabian Wein a écrit :
> Somehow I missed the announcement?!
>>> The Hardware Locality (hwloc) team is pleased to announce the release
>>> of v1.11.2:
>
> Does this cover the issue of certain Opteron systems?
>
> Thanks!
> ___
> hwloc-users mailing list
> hwloc-us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-users
> Link to this post:
> http://www.open-mpi.org/community/lists/hwloc-users/2015/12/1228.php



Re: [hwloc-users] [hwloc-announce] Hardware Locality (hwloc) v1.11.2 released

2015-12-18 Thread Marco Atzeri

On 18/12/2015 12:26, Fabian Wein wrote:

Somehow I missed the announcement?!

The Hardware Locality (hwloc) team is pleased to announce the release
of v1.11.2:


Does this cover the issue of certain Opteron systems?

Thanks!


http://www.open-mpi.org/community/lists/hwloc-announce/2015/12/0082.php

two Opteron bug fixes are mentioned.