Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 9761a72

Browse files
authored
Merge pull request #1342 from jsquyres/pr/v2.0.1/README-typo-fixes
README: fix a bunch of typos
2 parents 917d293 + 45c53c6 commit 9761a72

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -410,18 +410,18 @@ General Run-Time Support Notes
410410
is a shared library), unless using the --prefix or
411411
--enable-mpirun-prefix-by-default functionality (see below).
412412

413-
- Open MPI's run-time behavior can be customized via MCA ("MPI
414-
Component Architecture") parameters (see below for more information
415-
on how to get/set MCA parameter values). Some MCA parameters can be
416-
set in a way that renders Open MPI inoperable (see notes about MCA
413+
- Open MPI's run-time behavior can be customized via MPI Component
414+
Architecture (MCA) parameters (see below for more information on how
415+
to get/set MCA parameter values). Some MCA parameters can be set in
416+
a way that renders Open MPI inoperable (see notes about MCA
417417
parameters later in this file). In particular, some parameters have
418418
required options that must be included.
419419

420420
- If specified, the "btl" parameter must include the "self"
421421
component, or Open MPI will not be able to deliver messages to the
422422
same rank as the sender. For example: "mpirun --mca btl tcp,self
423423
..."
424-
- If specified, the "btl_tcp_if_exclude" paramater must include the
424+
- If specified, the "btl_tcp_if_exclude" parameter must include the
425425
loopback device ("lo" on many Linux platforms), or Open MPI will
426426
not be able to route MPI messages using the TCP BTL. For example:
427427
"mpirun --mca btl_tcp_if_exclude lo,eth1 ..."
@@ -488,7 +488,7 @@ MPI Functionality and Features
488488
by default (it can be disabled via the --disable-libompitrace
489489
flag). This library provides a simplistic tracing of select MPI
490490
function calls via the MPI profiling interface. Linking it in to
491-
your appliation via (e.g., via -lompitrace) will automatically
491+
your application via (e.g., via -lompitrace) will automatically
492492
output to stderr when some MPI functions are invoked:
493493

494494
shell$ cd examples/
@@ -603,9 +603,7 @@ Network Support
603603
MXM transport.
604604

605605
- "ob1" supports a variety of networks that can be used in
606-
combination with each other (per OS constraints; e.g., there are
607-
reports that the GM and OpenFabrics kernel drivers do not operate
608-
well together):
606+
combination with each other:
609607

610608
- OpenFabrics: InfiniBand, iWARP, and RoCE
611609
- Loopback (send-to-self)
@@ -704,7 +702,7 @@ Open MPI Extensions
704702
a string that contains what resources a process is bound to. See
705703
its man page for more details.
706704
- cr: Provides routines to access to checkpoint restart routines.
707-
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble
705+
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of available
708706
functions.
709707
- cuda: When the library is compiled with CUDA-aware support, it provides
710708
two things. First, a macro MPIX_CUDA_AWARE_SUPPORT. Secondly, the
@@ -1046,7 +1044,7 @@ MISCELLANEOUS SUPPORT LIBRARIES
10461044
installation to use
10471045

10481046
By default (or if --with-libevent is specified with no VALUE), Open
1049-
MPI will build and use the copy of libeveny that it has in its
1047+
MPI will build and use the copy of libevent that it has in its
10501048
source tree. However, if the VALUE is "external", Open MPI will
10511049
look for the relevant libevent header file and library in default
10521050
compiler / linker locations. Or, VALUE can be a directory tree
@@ -1412,7 +1410,7 @@ format. Each of the three numbers has a specific meaning:
14121410
change in the code base and/or end-user functionality, and also
14131411
indicate a break from backwards compatibility. Specifically: Open
14141412
MPI releases with different major version numbers are not
1415-
backwards compatibile with each other.
1413+
backwards compatibale with each other.
14161414

14171415
CAVEAT: This rule does not extend to versions prior to v1.10.0.
14181416
Specifically: v1.10.x is not guaranteed to be backwards
@@ -1727,7 +1725,7 @@ configure script. They are not necessary for MPI applications, but
17271725
may be used by applications that use Open MPI's lower layer support
17281726
libraries.
17291727

1730-
orte: Open MPI Run-Time Environment applicaions
1728+
orte: Open MPI Run-Time Environment applications
17311729
opal: Open Portable Access Layer applications
17321730

17331731
===========================================================================
@@ -1845,7 +1843,7 @@ Back-end run-time environment (RTE) component frameworks:
18451843

18461844
dfs - Distributed file system
18471845
errmgr - RTE error manager
1848-
ess - RTE environment-specfic services
1846+
ess - RTE environment-specific services
18491847
filem - Remote file management
18501848
grpcomm - RTE group communications
18511849
iof - I/O forwarding
@@ -1874,7 +1872,7 @@ hwloc - Hardware locality (hwloc) versioning support
18741872
if - OS IP interface support
18751873
installdirs - Installation directory relocation services
18761874
memchecker - Run-time memory checking
1877-
memcpy - Memopy copy support
1875+
memcpy - Memory copy support
18781876
memory - Memory management hooks
18791877
mpool - Memory pooling
18801878
patcher - Symbol patcher hooks
@@ -1982,7 +1980,7 @@ passed on the mpirun command line will override an environment
19821980
variable; an environment variable will override the system-wide
19831981
defaults.
19841982

1985-
Each component typically activates itself when relavant. For example,
1983+
Each component typically activates itself when relevant. For example,
19861984
the MX component will detect that MX devices are present and will
19871985
automatically be used for MPI communications. The SLURM component
19881986
will automatically detect when running inside a SLURM job and activate

0 commit comments

Comments
 (0)