Skip to content

Commit 583ac28

Browse files
committed
README: qualify ARM support (lightly) for v2.0.x
Per discussions at the OMPI devel f2f 7/17, update support for ARM (aarch64). Note that --enable-builtin-atomics is a required configure option for aarch64. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 25919a1 commit 583ac28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ General notes
135135

136136
- Other systems have been lightly (but not fully tested):
137137
- Cygwin 32 & 64 bit with gcc
138-
- ARMv4, ARMv5, ARMv6, ARMv7, ARMv8
138+
- ARMv6, ARMv7, ARMv8 (aarch64). aarch64 requires configure option
139+
--enable-builtin-atomics with this release.
139140
- Other 64 bit platforms (e.g., Linux on PPC64)
140141
- Oracle Solaris 10 and 11, 32 and 64 bit (SPARC, i386, x86_64),
141142
with Oracle Solaris Studio 12.5

0 commit comments

Comments
 (0)