Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
paffinity
/
hwloc
История
Ralph Castain
51129cc2a8
If built without hwloc xml support, we cannot currently pass the local topology from the daemon to an MPI app. This makes it impossible to set affinity, for example. In this case, have the app get its own copy of the topology at startup.
...
For safety sake, protect hwloc-based affinity modules from NULL topology This commit was SVN r25164.
2011-09-20 14:46:55 +00:00
..
configure.m4
* Rename opal_hwloc_components to opal_hwloc_base_components
2011-09-17 11:54:36 +00:00
Makefile.am
Per the RFC from Jeff, move hwloc from opal/mca/common to its own static framework ala libevent. Have ORTE daemons collect the topology info at startup and, if --enable-hwloc-xml is set, send that info back to the HNP for later use. The HNP only retains unique topology "templates" to reduce memory footprint. Have the daemon include the local topology info in the nidmap buffer sent to each app so the apps don't all hammer the local system to discover it for themselves.
2011-09-11 19:02:24 +00:00
paffinity_hwloc_component.c
In reviewing CMR
#2866
, it was noticed that the maffinity/hwloc and
2011-09-17 13:13:36 +00:00
paffinity_hwloc_module.c
If built without hwloc xml support, we cannot currently pass the local topology from the daemon to an MPI app. This makes it impossible to set affinity, for example. In this case, have the app get its own copy of the topology at startup.
2011-09-20 14:46:55 +00:00
paffinity_hwloc.h
In reviewing CMR
#2866
, it was noticed that the maffinity/hwloc and
2011-09-17 13:13:36 +00:00