This commit is contained in:
Hossein Pourreza 2019-09-19 15:28:30 -07:00 коммит произвёл GitHub
Родитель 9c5682377c
Коммит 6240bdb844
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 0 удалений

9
RunningMSMPI.md Normal file
Просмотреть файл

@ -0,0 +1,9 @@
The `mpiexec` code from MSMPI can be used to launch applications on multiple nodes. There are two ways to launch applications
on multiple nodes:
1. Using `MSMPILaunchSVC`:
* Start MS-MPI Launch Service on all the compute nodes
* Specify your compute nodes in the `mpiexec` command line (either using `hosts` or `hostfile`)
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)
* Specify your compute nodes in the `mpiexec` command line (either using `hosts` or `hostfile`)