Re: [OMPI devel] [1.8.2rc4] build failure with --enable-osx-builtin-atomics

2014-08-14 Thread Ralph Castain
Done - thanks!



On Wed, Aug 13, 2014 at 9:06 PM, George Bosilca  wrote:

> The atomic.h file should also be trimmed of the SPARC relique.
>
>   George.
>
>
> Index: opal/include/opal/sys/atomic.h
> ===
> --- opal/include/opal/sys/atomic.h (revision 32531)
> +++ opal/include/opal/sys/atomic.h (working copy)
> @@ -162,8 +162,6 @@
>  #include "opal/sys/powerpc/atomic.h"
>  #elif OPAL_ASSEMBLY_ARCH == OMPI_POWERPC64
>  #include "opal/sys/powerpc/atomic.h"
> -#elif OPAL_ASSEMBLY_ARCH == OMPI_SPARC
> -#include "opal/sys/sparc/atomic.h"
>  #elif OPAL_ASSEMBLY_ARCH == OMPI_SPARCV9_32
>  #include "opal/sys/sparcv9/atomic.h"
>  #elif OPAL_ASSEMBLY_ARCH == OMPI_SPARCV9_64
>
>
> On Thu, Aug 14, 2014 at 12:01 AM, Paul Hargrove 
> wrote:
>
>> Fix confirmed using the nightly tarball (v1.8rc5r32531).
>>
>> -Paul
>>
>>
>> On Wed, Aug 13, 2014 at 6:16 PM, Ralph Castain  wrote:
>>
>>> Thanks Paul - fixed in r32530
>>>
>>>
>>>
>>> On Wed, Aug 13, 2014 at 2:42 PM, Paul Hargrove 
>>> wrote:
>>>
 When configured with --enable-osx-builtin-atomics

 Making all in asm
   CC   asm.lo
 In file included from
 /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/asm/asm.c:21:
 /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/include/opal/sys/atomic.h:145:10:
 fatal error: 'opal/sys/osx/atomic.h' file not found
 #include "opal/sys/osx/atomic.h"
  ^
 1 error generated.

 I reported the same issue to George in the trunk last week.
 So, I am 95% certain one just needs to cmr r32390 (commit msg == 'Dont
 miss the Os X atomics on "make dist"')


 -Paul

 --
 Paul H. Hargrove  phhargr...@lbl.gov
 Future Technologies Group
 Computer and Data Sciences Department Tel: +1-510-495-2352
 Lawrence Berkeley National Laboratory Fax: +1-510-486-6900

 ___
 devel mailing list
 de...@open-mpi.org
 Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
 Link to this post:
 http://www.open-mpi.org/community/lists/devel/2014/08/15642.php

>>>
>>>
>>> ___
>>> devel mailing list
>>> de...@open-mpi.org
>>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>>> Link to this post:
>>> http://www.open-mpi.org/community/lists/devel/2014/08/15644.php
>>>
>>
>>
>>
>> --
>> Paul H. Hargrove  phhargr...@lbl.gov
>> Future Technologies Group
>> Computer and Data Sciences Department Tel: +1-510-495-2352
>> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>>
>> ___
>> devel mailing list
>> de...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> Link to this post:
>> http://www.open-mpi.org/community/lists/devel/2014/08/15645.php
>>
>
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2014/08/15646.php
>


Re: [OMPI devel] [1.8.2rc4] build failure with --enable-osx-builtin-atomics

2014-08-14 Thread George Bosilca
The atomic.h file should also be trimmed of the SPARC relique.

  George.


Index: opal/include/opal/sys/atomic.h
===
--- opal/include/opal/sys/atomic.h (revision 32531)
+++ opal/include/opal/sys/atomic.h (working copy)
@@ -162,8 +162,6 @@
 #include "opal/sys/powerpc/atomic.h"
 #elif OPAL_ASSEMBLY_ARCH == OMPI_POWERPC64
 #include "opal/sys/powerpc/atomic.h"
-#elif OPAL_ASSEMBLY_ARCH == OMPI_SPARC
-#include "opal/sys/sparc/atomic.h"
 #elif OPAL_ASSEMBLY_ARCH == OMPI_SPARCV9_32
 #include "opal/sys/sparcv9/atomic.h"
 #elif OPAL_ASSEMBLY_ARCH == OMPI_SPARCV9_64


On Thu, Aug 14, 2014 at 12:01 AM, Paul Hargrove  wrote:

> Fix confirmed using the nightly tarball (v1.8rc5r32531).
>
> -Paul
>
>
> On Wed, Aug 13, 2014 at 6:16 PM, Ralph Castain  wrote:
>
>> Thanks Paul - fixed in r32530
>>
>>
>>
>> On Wed, Aug 13, 2014 at 2:42 PM, Paul Hargrove 
>> wrote:
>>
>>> When configured with --enable-osx-builtin-atomics
>>>
>>> Making all in asm
>>>   CC   asm.lo
>>> In file included from
>>> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/asm/asm.c:21:
>>> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/include/opal/sys/atomic.h:145:10:
>>> fatal error: 'opal/sys/osx/atomic.h' file not found
>>> #include "opal/sys/osx/atomic.h"
>>>  ^
>>> 1 error generated.
>>>
>>> I reported the same issue to George in the trunk last week.
>>> So, I am 95% certain one just needs to cmr r32390 (commit msg == 'Dont
>>> miss the Os X atomics on "make dist"')
>>>
>>>
>>> -Paul
>>>
>>> --
>>> Paul H. Hargrove  phhargr...@lbl.gov
>>> Future Technologies Group
>>> Computer and Data Sciences Department Tel: +1-510-495-2352
>>> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>>>
>>> ___
>>> devel mailing list
>>> de...@open-mpi.org
>>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>>> Link to this post:
>>> http://www.open-mpi.org/community/lists/devel/2014/08/15642.php
>>>
>>
>>
>> ___
>> devel mailing list
>> de...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> Link to this post:
>> http://www.open-mpi.org/community/lists/devel/2014/08/15644.php
>>
>
>
>
> --
> Paul H. Hargrove  phhargr...@lbl.gov
> Future Technologies Group
> Computer and Data Sciences Department Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2014/08/15645.php
>


Re: [OMPI devel] [1.8.2rc4] build failure with --enable-osx-builtin-atomics

2014-08-14 Thread Paul Hargrove
Fix confirmed using the nightly tarball (v1.8rc5r32531).

-Paul


On Wed, Aug 13, 2014 at 6:16 PM, Ralph Castain  wrote:

> Thanks Paul - fixed in r32530
>
>
>
> On Wed, Aug 13, 2014 at 2:42 PM, Paul Hargrove  wrote:
>
>> When configured with --enable-osx-builtin-atomics
>>
>> Making all in asm
>>   CC   asm.lo
>> In file included from
>> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/asm/asm.c:21:
>> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/include/opal/sys/atomic.h:145:10:
>> fatal error: 'opal/sys/osx/atomic.h' file not found
>> #include "opal/sys/osx/atomic.h"
>>  ^
>> 1 error generated.
>>
>> I reported the same issue to George in the trunk last week.
>> So, I am 95% certain one just needs to cmr r32390 (commit msg == 'Dont
>> miss the Os X atomics on "make dist"')
>>
>>
>> -Paul
>>
>> --
>> Paul H. Hargrove  phhargr...@lbl.gov
>> Future Technologies Group
>> Computer and Data Sciences Department Tel: +1-510-495-2352
>> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>>
>> ___
>> devel mailing list
>> de...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> Link to this post:
>> http://www.open-mpi.org/community/lists/devel/2014/08/15642.php
>>
>
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2014/08/15644.php
>



-- 
Paul H. Hargrove  phhargr...@lbl.gov
Future Technologies Group
Computer and Data Sciences Department Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory Fax: +1-510-486-6900


Re: [OMPI devel] [1.8.2rc4] build failure with --enable-osx-builtin-atomics

2014-08-13 Thread Ralph Castain
Thanks Paul - fixed in r32530



On Wed, Aug 13, 2014 at 2:42 PM, Paul Hargrove  wrote:

> When configured with --enable-osx-builtin-atomics
>
> Making all in asm
>   CC   asm.lo
> In file included from
> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/asm/asm.c:21:
> /Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/include/opal/sys/atomic.h:145:10:
> fatal error: 'opal/sys/osx/atomic.h' file not found
> #include "opal/sys/osx/atomic.h"
>  ^
> 1 error generated.
>
> I reported the same issue to George in the trunk last week.
> So, I am 95% certain one just needs to cmr r32390 (commit msg == 'Dont
> miss the Os X atomics on "make dist"')
>
>
> -Paul
>
> --
> Paul H. Hargrove  phhargr...@lbl.gov
> Future Technologies Group
> Computer and Data Sciences Department Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory Fax: +1-510-486-6900
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2014/08/15642.php
>


[OMPI devel] [1.8.2rc4] build failure with --enable-osx-builtin-atomics

2014-08-13 Thread Paul Hargrove
When configured with --enable-osx-builtin-atomics

Making all in asm
  CC   asm.lo
In file included from
/Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/asm/asm.c:21:
/Users/Paul/OMPI/openmpi-1.8.2rc4-macos10.8-x86-clang-atomics/openmpi-1.8.2rc4/opal/include/opal/sys/atomic.h:145:10:
fatal error: 'opal/sys/osx/atomic.h' file not found
#include "opal/sys/osx/atomic.h"
 ^
1 error generated.

I reported the same issue to George in the trunk last week.
So, I am 95% certain one just needs to cmr r32390 (commit msg == 'Dont miss
the Os X atomics on "make dist"')


-Paul

-- 
Paul H. Hargrove  phhargr...@lbl.gov
Future Technologies Group
Computer and Data Sciences Department Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory Fax: +1-510-486-6900