Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
/
base
История
Ralph Castain
2958f3de34
Add some clarifying comments and a small efficiency improvement
...
This commit was SVN r25322.
2011-10-18 18:30:43 +00:00
..
base.h
George raised some valid concerns about the extensibility of the revised rmaps framework. Address those by:
2011-03-12 05:30:09 +00:00
help-orte-rmaps-base.txt
Redefine the rmaps framework to allow multiple mapper modules to be active at the same time. This allows users to map the primary job one way, and map any comm_spawn'd job in a different way. Modules are given the opportunity to map a job in priority order, with the round-robin mapper having the highest default priority. Priority of each module can be defined using mca param.
2011-02-15 23:24:31 +00:00
Makefile.am
Reorg the rmaps components to collect shared code for byslot and bynode mapping in the base so we quit duplicating it in every mapper
2009-06-12 17:52:17 +00:00
rmaps_base_close.c
Redefine the rmaps framework to allow multiple mapper modules to be active at the same time. This allows users to map the primary job one way, and map any comm_spawn'd job in a different way. Modules are given the opportunity to map a job in priority order, with the round-robin mapper having the highest default priority. Priority of each module can be defined using mca param.
2011-02-15 23:24:31 +00:00
rmaps_base_common_mappers.c
Ensure that the oversubscribed condition of nodes is accurately reported by the mapper, and that the results are communicated and used by the backend orteds when setting sched_yield on local procs. Restores prior behavior that was somehow lost along the way.
2010-12-01 12:51:39 +00:00
rmaps_base_get_job_map.c
Remove unused include files
2011-02-16 00:32:47 +00:00
rmaps_base_map_job.c
George raised some valid concerns about the extensibility of the revised rmaps framework. Address those by:
2011-03-12 05:30:09 +00:00
rmaps_base_open.c
Add a resilience to ORTE. Allows the runtime to continue after a process (or
2011-06-23 20:38:02 +00:00
rmaps_base_select.c
Redefine the rmaps framework to allow multiple mapper modules to be active at the same time. This allows users to map the primary job one way, and map any comm_spawn'd job in a different way. Modules are given the opportunity to map a job in priority order, with the round-robin mapper having the highest default priority. Priority of each module can be defined using mca param.
2011-02-15 23:24:31 +00:00
rmaps_base_support_fns.c
Add some clarifying comments and a small efficiency improvement
2011-10-18 18:30:43 +00:00
rmaps_private.h
Cleanup our handling of VMs to ensure daemons don't get mapped when operating with a VM.
2011-02-16 23:01:57 +00:00