Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
/
resilient
История
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
..
help-orte-rmaps-resilient.txt
Test to ensure that num_procs was provided for the resilient mapper - it cannot be used with options like npernode.
2009-10-09 15:26:23 +00:00
Makefile.am
WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues.
2010-09-17 23:04:06 +00:00
rmaps_resilient_component.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_resilient.c
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
rmaps_resilient.h
Add a resilient mapping capability - currently maps by fault groups (if provided), still need to add the remapping capability for failed procs.
2009-06-02 03:23:20 +00:00