From 12706bf77c6e616cd3f21534d2388319f1c686d9 Mon Sep 17 00:00:00 2001 From: Hossein Pourreza Date: Mon, 23 Sep 2019 10:36:41 -0700 Subject: [PATCH] Update RunningMSMPI.md --- RunningMSMPI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RunningMSMPI.md b/RunningMSMPI.md index 6418c8e..db3d159 100644 --- a/RunningMSMPI.md +++ b/RunningMSMPI.md @@ -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:
- `mpiexec -hosts 2 node1 1 node2 1 -wdir c:\Tests MPIHelloWorld.exe`
- 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`
+ 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)