Skip to content

Commit 8e0ca63

Browse files
author
Ralph Castain
authored
Merge pull request #4040 from rhc54/topic/instructions
Add a brief ointer to the HACKING file
2 parents d168a1e + 67655db commit 8e0ca63

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Copyright (c) 2007 Myricom, Inc. All rights reserved.
1515
Copyright (c) 2008-2017 IBM Corporation. All rights reserved.
1616
Copyright (c) 2010 Oak Ridge National Labs. All rights reserved.
1717
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.
1919
Copyright (c) 2015 NVIDIA Corporation. All rights reserved.
2020
Copyright (c) 2017 Los Alamos National Security, LLC. All rights
2121
reserved.
@@ -620,11 +620,11 @@ Network Support
620620
- "ucx" interfaces directly with UCX;
621621
- "ikrit" interfaces directly with Mellanox MXM.
622622

623-
- UCX is the Unified Communication X (UCX) communication library
623+
- UCX is the Unified Communication X (UCX) communication library
624624
(http://www.openucx.org/).
625625
This is an open-source project developed in collaboration between
626626
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
628628
high-performance applications.
629629
UCX currently supports:
630630
- OFA Verbs;
@@ -719,6 +719,11 @@ Open MPI Extensions
719719
Building Open MPI
720720
-----------------
721721

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.
722727
Open MPI uses a traditional configure script paired with "make" to
723728
build. Typical installs can be of the pattern:
724729

@@ -1257,7 +1262,7 @@ MPI FUNCTIONALITY
12571262

12581263
--disable-io-ompio
12591264
Disable the ompio MPI-IO component
1260-
1265+
12611266
--enable-sparse-groups
12621267
Enable the usage of sparse groups. This would save memory
12631268
significantly especially if you are creating large

0 commit comments

Comments
 (0)