Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmaps
/
round_robin
История
Ralph Castain
ab7bbb80a5
Teach the mapper to correctly handle the unbalanced --host scenario. We now map in a more expected fashion.
...
This commit was SVN r12240.
2006-10-20 20:48:24 +00:00
..
configure.params
Update the copyright notices for IU and UTK.
2005-11-05 19:57:48 +00:00
help-orte-rmaps-rr.txt
Per LANL's stated need, add functionality that runs a.out across ALL available process slots if no num_proc is specified on the command line. However, please note the following limitation: we ONLY allow ONE application to be specified on the command line when this feature is invoked. If multiple apps are specified, the user MUST also specify the number to be launched for each and every one of them.
2006-07-10 21:25:33 +00:00
Makefile.am
Update the copyright notices for IU and UTK.
2005-11-05 19:57:48 +00:00
rmaps_rr_component.c
Add a new option to launch "pernode" - launches one process/node across all available nodes.
2006-10-07 19:50:12 +00:00
rmaps_rr.c
Teach the mapper to correctly handle the unbalanced --host scenario. We now map in a more expected fashion.
2006-10-20 20:48:24 +00:00
rmaps_rr.h
This doesn't totally resolve the comm_spawn problem, but it helps a little. I'll continue working on it and hope to resolve it completely shortly. The issue primarily centers on where to start mapping the child job's processes, and how to deal with oversubscription that might result. At the moment, I am trying to resolve the first issue first (hey, that even sounds right!).
2006-10-18 14:01:44 +00:00