@@ -412,7 +412,7 @@ Compiler Notes
412
412
example, MPI handles have distinct types (vs. all being integers).
413
413
See the MPI-3 document for more details.
414
414
415
- *** The mpi_f08 module is STRONGLY is recommended for all new MPI
415
+ *** The mpi_f08 module is STRONGLY recommended for all new MPI
416
416
Fortran subroutines and applications. Note that the mpi_f08
417
417
module can be used in conjunction with the other two Fortran
418
418
MPI bindings in the same application (only one binding can be
@@ -758,7 +758,7 @@ Network Support
758
758
- The OpenFabrics Enterprise Distribution (OFED) software package v1.0
759
759
will not work properly with Open MPI v1.2 (and later) due to how its
760
760
Mellanox InfiniBand plugin driver is created. The problem is fixed
761
- OFED v1.1 (and later).
761
+ with OFED v1.1 (and later).
762
762
763
763
- Better memory management support is available for OFED-based
764
764
transports using the "ummunotify" Linux kernel module. OFED memory
@@ -1298,7 +1298,7 @@ MPI FUNCTIONALITY
1298
1298
the value of the MCA parameter mpi_param_check (default:
1299
1299
yes).
1300
1300
yes: Synonym for "always" (same as --with-mpi-param-check).
1301
- no: Synonym for "none " (same as --without-mpi-param-check).
1301
+ no: Synonym for "never " (same as --without-mpi-param-check).
1302
1302
1303
1303
If --with-mpi-param is not specified, "runtime" is the default.
1304
1304
@@ -1409,7 +1409,7 @@ MISCELLANEOUS FUNCTIONALITY
1409
1409
--with-wrapper-fcflags=<fcflags>
1410
1410
--with-wrapper-ldflags=<ldflags>
1411
1411
--with-wrapper-libs=<libs>
1412
- Add the specified flags to the default flags that used are in Open
1412
+ Add the specified flags to the default flags that are used in Open
1413
1413
MPI's "wrapper" compilers (e.g., mpicc -- see below for more
1414
1414
information about Open MPI's wrapper compilers). By default, Open
1415
1415
MPI's wrapper compilers use the same compilers used to build Open
@@ -1903,7 +1903,7 @@ are equivalent.
1903
1903
1904
1904
The rsh launcher (which defaults to using ssh) accepts a --hostfile
1905
1905
parameter (the option "--machinefile" is equivalent); you can specify a
1906
- --hostfile parameter indicating an standard mpirun-style hostfile (one
1906
+ --hostfile parameter indicating a standard mpirun-style hostfile (one
1907
1907
hostname per line):
1908
1908
1909
1909
shell$ mpirun --hostfile my_hostfile -np 2 hello_world_mpi
@@ -1919,7 +1919,7 @@ node3.example.com slots=2
1919
1919
node4.example.com slots=4
1920
1920
---------------------------------------------------------------------------
1921
1921
1922
- shell$ mpirun -hostfile my_hostfile -np 8 hello_world_mpi
1922
+ shell$ mpirun -- hostfile my_hostfile -np 8 hello_world_mpi
1923
1923
1924
1924
will launch MPI_COMM_WORLD rank 0 on node1, rank 1 on node2, ranks 2
1925
1925
and 3 on node3, and ranks 4 through 7 on node4.
0 commit comments