This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:start [2026/02/20 09:48] ccrosby |
howto:start [2026/02/24 10:42] (current) ccrosby [Using the Intel compilers] |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| export MPIF77=mpiifx | export MPIF77=mpiifx | ||
| export MPIF90=mpiifx | export MPIF90=mpiifx | ||
| + | export I_MPI_HYDRA_BOOTSTRAP=ssh | ||
| </ | </ | ||
| - | It is not necessary to use a machinefile for multi-node MPI runs. However, the default bootstrap method using pbsdsh does not work. It is necessary | + | It is not necessary to use a machinefile for multi-node MPI runs. However, the default bootstrap method using pbsdsh does not work, hence the need to set '' |
| < | < | ||
| - | mpirun -np 96 -bootstrap ssh myMPIprogram.exe | + | mpirun -np 96 myMPIprogram.exe |
| </ | </ | ||