Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
История
Ralph Castain
f014284f91
Update resilient recovery mapping algorithm to be a bit more sophisticated. Track the prior node a proc was on so we avoid ricochet effect. Also avoid putting recovering proc onto node that is already occupied by a peer as this degrades fault tolerance.
...
This commit was SVN r24417.
2011-02-20 18:46:21 +00:00
..
base
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
load_balance
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
rank_file
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
resilient
Update resilient recovery mapping algorithm to be a bit more sophisticated. Track the prior node a proc was on so we avoid ricochet effect. Also avoid putting recovering proc onto node that is already occupied by a peer as this degrades fault tolerance.
2011-02-20 18:46:21 +00:00
round_robin
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
seq
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
Makefile.am
Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers
2010-09-24 22:53:28 +00:00
rmaps_types.h
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.h
Fixes trac:1392,
#1400
2008-07-28 22:40:57 +00:00