1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00

Update README.md

This commit is contained in:
Peter Boyle 2017-07-01 09:55:36 +01:00 committed by GitHub
parent e18929eaa0
commit 251a97fe1b

View File

@ -301,7 +301,7 @@ If you are working on a Cray machine that does not use the `mpiicpc` wrapper, pl
``` ```
Since Dual socket nodes are commonplace, we recommend MPI-3 as the default with the use of Since Dual socket nodes are commonplace, we recommend MPI-3 as the default with the use of
one rank per socket. If using the Intel MPI library, threads should be pinned to NUMA domains using one rank per socket. If using the Intel MPI library, threads should be pinned to NUMA domains using
``` bash ```
export I_MPI_PIN=1 export I_MPI_PIN=1
``` ```
This is the default. This is the default.