File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1972,16 +1972,14 @@ equivalent) to launch MPI applications. For example:
1972
1972
or
1973
1973
shell$ mpiexec -np 1 hello_world_mpi : -np 1 hello_world_mpi
1974
1974
1975
- are equivalent. Some of mpiexec's switches (such as -host and -arch)
1976
- are not yet functional, although they will not error if you try to use
1977
- them.
1975
+ are equivalent.
1978
1976
1979
- The rsh launcher (which defaults to using ssh) accepts a -hostfile
1980
- parameter (the option "-machinefile" is equivalent); you can specify a
1981
- -hostfile parameter indicating an standard mpirun-style hostfile (one
1977
+ The rsh launcher (which defaults to using ssh) accepts a -- hostfile
1978
+ parameter (the option "-- machinefile" is equivalent); you can specify a
1979
+ -- hostfile parameter indicating an standard mpirun-style hostfile (one
1982
1980
hostname per line):
1983
1981
1984
- shell$ mpirun -hostfile my_hostfile -np 2 hello_world_mpi
1982
+ shell$ mpirun -- hostfile my_hostfile -np 2 hello_world_mpi
1985
1983
1986
1984
If you intend to run more than one process on a node, the hostfile can
1987
1985
use the "slots" attribute. If "slots" is not specified, a count of 1
You can’t perform that action at this time.
0 commit comments