@@ -15,7 +15,7 @@ Copyright (c) 2007 Myricom, Inc. All rights reserved.
15
15
Copyright (c) 2008-2018 IBM Corporation. All rights reserved.
16
16
Copyright (c) 2010 Oak Ridge National Labs. All rights reserved.
17
17
Copyright (c) 2011 University of Houston. All rights reserved.
18
- Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
18
+ Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
19
19
Copyright (c) 2015 NVIDIA Corporation. All rights reserved.
20
20
Copyright (c) 2017-2018 Los Alamos National Security, LLC. All rights
21
21
reserved.
@@ -186,8 +186,6 @@ General notes
186
186
- Cygwin 32 & 64 bit with gcc
187
187
- ARMv6, ARMv7
188
188
- Other 64 bit platforms.
189
- - Oracle Solaris 10 and 11, 32 and 64 bit (SPARC, i386, x86_64),
190
- with Oracle Solaris Studio 12.5
191
189
- OpenBSD. Requires configure options --enable-mca-no-build=patcher
192
190
and --disable-dlopen with this release.
193
191
- Problems have been reported when building Open MPI on FreeBSD 11.1
@@ -213,6 +211,10 @@ Compiler Notes
213
211
214
212
- Open MPI requires a C99-capable compiler to build.
215
213
214
+ - On platforms other than x86-64, ARM, and PPC, Open MPI requires a
215
+ compiler that either supports C11 atomics or the GCC "__atomic"
216
+ atomics (i.e., GCC >= v4.7.2).
217
+
216
218
- Mixing compilers from different vendors when building Open MPI
217
219
(e.g., using the C/C++ compiler from one vendor and the Fortran
218
220
compiler from a different vendor) has been successfully employed by
@@ -1910,7 +1912,7 @@ equivalent) to launch MPI applications. For example:
1910
1912
or
1911
1913
shell$ mpiexec -np 1 hello_world_mpi : -np 1 hello_world_mpi
1912
1914
1913
- are equivalent.
1915
+ are equivalent.
1914
1916
1915
1917
The rsh launcher (which defaults to using ssh) accepts a --hostfile
1916
1918
parameter (the option "--machinefile" is equivalent); you can specify a
0 commit comments