@@ -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
17271725may be used by applications that use Open MPI's lower layer support
17281726libraries.
17291727
1730- orte: Open MPI Run-Time Environment applicaions
1728+ orte: Open MPI Run-Time Environment applications
17311729opal: Open Portable Access Layer applications
17321730
17331731===========================================================================
@@ -1845,7 +1843,7 @@ Back-end run-time environment (RTE) component frameworks:
18451843
18461844dfs - Distributed file system
18471845errmgr - RTE error manager
1848- ess - RTE environment-specfic services
1846+ ess - RTE environment-specific services
18491847filem - Remote file management
18501848grpcomm - RTE group communications
18511849iof - I/O forwarding
@@ -1874,7 +1872,7 @@ hwloc - Hardware locality (hwloc) versioning support
18741872if - OS IP interface support
18751873installdirs - Installation directory relocation services
18761874memchecker - Run-time memory checking
1877- memcpy - Memopy copy support
1875+ memcpy - Memory copy support
18781876memory - Memory management hooks
18791877mpool - Memory pooling
18801878patcher - Symbol patcher hooks
@@ -1982,7 +1980,7 @@ passed on the mpirun command line will override an environment
19821980variable; an environment variable will override the system-wide
19831981defaults.
19841982
1985- Each component typically activates itself when relavant . For example,
1983+ Each component typically activates itself when relevant . For example,
19861984the MX component will detect that MX devices are present and will
19871985automatically be used for MPI communications. The SLURM component
19881986will automatically detect when running inside a SLURM job and activate
0 commit comments