@@ -15,7 +15,7 @@ Copyright (c) 2007 Myricom, Inc. All rights reserved.
15
15
Copyright (c) 2008-2017 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-2015 Intel, Inc. All rights reserved
18
+ Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
19
19
Copyright (c) 2015 NVIDIA Corporation. All rights reserved.
20
20
Copyright (c) 2017 Los Alamos National Security, LLC. All rights
21
21
reserved.
@@ -620,11 +620,11 @@ Network Support
620
620
- "ucx" interfaces directly with UCX;
621
621
- "ikrit" interfaces directly with Mellanox MXM.
622
622
623
- - UCX is the Unified Communication X (UCX) communication library
623
+ - UCX is the Unified Communication X (UCX) communication library
624
624
(http://www.openucx.org/).
625
625
This is an open-source project developed in collaboration between
626
626
industry, laboratories, and academia to create an open-source
627
- production grade communication framework for data centric and
627
+ production grade communication framework for data centric and
628
628
high-performance applications.
629
629
UCX currently supports:
630
630
- OFA Verbs;
@@ -719,6 +719,11 @@ Open MPI Extensions
719
719
Building Open MPI
720
720
-----------------
721
721
722
+ If you have checked out a DEVELOPER'S COPY of Open MPI (i.e., you
723
+ cloned from Git), you really need to read the HACKING file before
724
+ attempting to build Open MPI. Really.
725
+
726
+ If you have downloaded a tarball, then things are much simpler.
722
727
Open MPI uses a traditional configure script paired with "make" to
723
728
build. Typical installs can be of the pattern:
724
729
@@ -1257,7 +1262,7 @@ MPI FUNCTIONALITY
1257
1262
1258
1263
--disable-io-ompio
1259
1264
Disable the ompio MPI-IO component
1260
-
1265
+
1261
1266
--enable-sparse-groups
1262
1267
Enable the usage of sparse groups. This would save memory
1263
1268
significantly especially if you are creating large
0 commit comments