ResearchComputing / Documentation

Repository holding a wiki for Research Computing tutorials
49 stars 51 forks source link

Incorrect Commands for Running MPI with Intel on Blanca General Nodes #326

Open SchneiderCode opened 1 month ago

SchneiderCode commented 1 month ago

The MPI Best Practices page needs to be updated to use the most recent commands for turning off high-speed internode communication. Specifically, the Intel command is not correct for the most recent version of Intel MPI installed on the Blanca nodes.

TODO: Update the Intel command to be :

Intel - Single Node Jobs: mpirun -genv I_MPI_FABRICS=shm

Intel - Multi-Node Jobs (Constain jobs to EDR IB (InfiniBand)): mpirun -genv --contraint=edr

Documentation Page: https://curc.readthedocs.io/en/latest/programming/MPIBestpractices.html#running-mpi-on-blanca

Relevant Notes can be found in the ServiceNow Ticket: INC1149445

b-reyes commented 17 hours ago

Being addressed in PR #336