Changes between Version 5 and Version 6 of libNuma
- Timestamp:
- 04/01/08 15:16:56 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libNuma
v5 v6 1 1 = NUMA Information = 2 Research Computing hosts two machines that are designed for fine-grained parallel applications. Each machine has four to eight processor cores and 32GB of main memory. OpenMPI will pick the best interconnect by default and, on those hosts, will use the system's libnuma libraries for distributing each of the MPI/OpenMP processes' to set processor and memory affinity which in many cases, will help performance. 2 Research Computing hosts two machines that are designed for fine-grained parallel applications. Each machine has four to eight processor cores and 32GB of main memory. OpenMPI will pick the best interconnect by default and, on those hosts, can use the system's libnuma libraries to set processor and memory affinity which in many cases, will help performance. 3 4 To enable processor affinity, add `--mca mpi_paffinity_alone 1` to your `sge_mpirun` command, like so: 5 {{{ 6 sge_mpirun --mca mpi_paffinity_alone 1 my_application 7 }}} 8 For more information on this feature, please visit http://www.open-mpi.org/faq/?category=tuning#using-paffinity 3 9 4 10 To request a shared-memory NUMA host for your job, specify the following in your job script: