On Fri, Apr 17, 2015 at 5:57 AM, Jeff Squyres (jsquyres) <jsquy...@cisco.com
> wrote:

>   - OS X (10.6, 10.7, 10.8, 10.9), 32 and 64 bit (x86_64), with gcc and
>     Absoft compilers (*)
>

Since about 10.7 (depending which XCode you installed), cc and c++ have
been Clang and Clang++ on Mac OS X.
The "gcc" is optional, and also since 10.7 has been "llvm-gcc" and thus not
really the "gcc" we all know (and love?).
Not sure how you want to spin that, if at all (or perhaps you all use a gcc
from fink, brew, etc.).

  - ARMv4, ARMv5, ARMv6, ARMv7 (when using non-inline assembly; only
>     ARMv7 is fully supported when -DOMPI_DISABLE_INLINE_ASM is used).
>

Wasn't the inline asm problem fixed?
I ran ARMv5, v6 and v7 tests with 1.8.5rc1 and no special flags, and passed
"make check" w/o problems.


>   - Other 64 bit platforms (e.g., Linux on PPC64)
>

FYI: I've tested 1.8.5rc1 on Linux on ARMv8 (aka AARCH64) exactly once and
it passed (used gcc sync atomics by default).
Not to say that this belongs in the list yet.



>   - Oracle Solaris 10 and 11, 32 and 64 bit (SPARC, i386, x86_64),
>     with Oracle Solaris Studio 12.2 and 12.3


I believe Solaris Studio 12.4 now belongs on that list.


-Paul


-- 
Paul H. Hargrove                          phhargr...@lbl.gov
Computer Languages & Systems Software (CLaSS) Group
Computer Science Department               Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to