Skip to content

Commit 0d19cc4

Browse files
committed
README: fix a bunch of typos
Thanks to Paul Hargrove for pointing them out. Really. Signed-off-by: Jeff Squyres <[email protected]>
1 parent b563c9e commit 0d19cc4

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 ..."
@@ -480,7 +480,7 @@ MPI Functionality and Features
480480
by default (it can be disabled via the --disable-libompitrace
481481
flag). This library provides a simplistic tracing of select MPI
482482
function calls via the MPI profiling interface. Linking it in to
483-
your appliation via (e.g., via -lompitrace) will automatically
483+
your application via (e.g., via -lompitrace) will automatically
484484
output to stderr when some MPI functions are invoked:
485485

486486
shell$ cd examples/
@@ -595,9 +595,7 @@ Network Support
595595
MXM transport.
596596

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

602600
- OpenFabrics: InfiniBand, iWARP, and RoCE
603601
- Loopback (send-to-self)
@@ -715,7 +713,7 @@ Open MPI Extensions
715713
a string that contains what resources a process is bound to. See
716714
its man page for more details.
717715
- cr: Provides routines to access to checkpoint restart routines.
718-
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble
716+
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of available
719717
functions.
720718
- cuda: When the library is compiled with CUDA-aware support, it provides
721719
two things. First, a macro MPIX_CUDA_AWARE_SUPPORT. Secondly, the
@@ -1087,7 +1085,7 @@ MISCELLANEOUS SUPPORT LIBRARIES
10871085
installation to use
10881086

10891087
By default (or if --with-libevent is specified with no VALUE), Open
1090-
MPI will build and use the copy of libeveny that it has in its
1088+
MPI will build and use the copy of libevent that it has in its
10911089
source tree. However, if the VALUE is "external", Open MPI will
10921090
look for the relevant libevent header file and library in default
10931091
compiler / linker locations. Or, VALUE can be a directory tree
@@ -1452,7 +1450,7 @@ format. Each of the three numbers has a specific meaning:
14521450
change in the code base and/or end-user functionality, and also
14531451
indicate a break from backwards compatibility. Specifically: Open
14541452
MPI releases with different major version numbers are not
1455-
backwards compatibile with each other.
1453+
backwards compatibale with each other.
14561454

14571455
CAVEAT: This rule does not extend to versions prior to v1.10.0.
14581456
Specifically: v1.10.x is not guaranteed to be backwards
@@ -1767,7 +1765,7 @@ configure script. They are not necessary for MPI applications, but
17671765
may be used by applications that use Open MPI's lower layer support
17681766
libraries.
17691767

1770-
orte: Open MPI Run-Time Environment applicaions
1768+
orte: Open MPI Run-Time Environment applications
17711769
opal: Open Portable Access Layer applications
17721770

17731771
===========================================================================
@@ -1886,7 +1884,7 @@ Back-end run-time environment (RTE) component frameworks:
18861884

18871885
dfs - Distributed file system
18881886
errmgr - RTE error manager
1889-
ess - RTE environment-specfic services
1887+
ess - RTE environment-specific services
18901888
filem - Remote file management
18911889
grpcomm - RTE group communications
18921890
iof - I/O forwarding
@@ -1918,7 +1916,7 @@ hwloc - Hardware locality (hwloc) versioning support
19181916
if - OS IP interface support
19191917
installdirs - Installation directory relocation services
19201918
memchecker - Run-time memory checking
1921-
memcpy - Memopy copy support
1919+
memcpy - Memory copy support
19221920
memory - Memory management hooks
19231921
mpool - Memory pooling
19241922
patcher - Symbol patcher hooks
@@ -2027,7 +2025,7 @@ passed on the mpirun command line will override an environment
20272025
variable; an environment variable will override the system-wide
20282026
defaults.
20292027

2030-
Each component typically activates itself when relavant. For example,
2028+
Each component typically activates itself when relevant. For example,
20312029
the MX component will detect that MX devices are present and will
20322030
automatically be used for MPI communications. The SLURM component
20332031
will automatically detect when running inside a SLURM job and activate

0 commit comments

Comments
 (0)