Skip to content

Commit

Permalink
Update RunningMSMPI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpourreza authored Sep 23, 2019
1 parent 1fc25d2 commit 12706bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RunningMSMPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on multiple nodes:
1. Using MS-MPI Launch Service:
* Start MS-MPI Launch Service on all the compute nodes
* Specify your compute nodes in the `mpiexec` command line (either using `hosts` or `hostfile`), for example:<br>
`mpiexec -hosts 2 node1 1 node2 1 -wdir c:\Tests MPIHelloWorld.exe`<br>
The above command will run the `MPIHelloWorld.exe` program on two hosts (`node1` and `node2`) using one core from each node
`mpiexec -c 1 -hosts 2 node1 node2 -wdir c:\Tests MPIHelloWorld.exe`<br>
The above command runs the `MPIHelloWorld.exe` program on two hosts (`node1` and `node2`) using one core from each node
2. Using `spmd`:
* Run `spmd -d` on all compute nodes
* The `spmd.exe` program is availble after installation of MSMPI (in the folder pointed by the `MSMPI_BIN` variable)
Expand Down

0 comments on commit 12706bf

Please sign in to comment.