Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
rmgr
История
Ralph Castain
bc4e97a435
First stage in the move to a faster startup. Change the ORTE stage gate xcast into a binary tree broadcast (away from a linear broadcast). Also, removed the timing report in the gpr_proxy component that printed out the number of bytes in the compound command message as the answer was "not much" - reduces the clutter in the data.
...
This commit was SVN r12679.
2006-11-28 00:06:25 +00:00
..
base
First stage in the move to a faster startup. Change the ORTE stage gate xcast into a binary tree broadcast (away from a linear broadcast). Also, removed the timing report in the gpr_proxy component that printed out the number of bytes in the compound command message as the answer was "not much" - reduces the clutter in the data.
2006-11-28 00:06:25 +00:00
cnos
Modify the RMGR components to allow job setup with a given jobid, and add another attribute so that we can setup triggers without launching.
2006-11-13 18:51:18 +00:00
proxy
Cleanup a few warnings for unused variables
2006-11-17 19:32:49 +00:00
urm
Cleanup a few warnings for unused variables
2006-11-17 19:32:49 +00:00
Makefile.am
Fix the bug that caused mpirun to hang when a remote executable wasn't found using the rsh launcher. Will now test on a remote node
2006-10-11 18:43:13 +00:00
rmgr_types.h
Modify the RMGR components to allow job setup with a given jobid, and add another attribute so that we can setup triggers without launching.
2006-11-13 18:51:18 +00:00
rmgr.h
Bring over the update to terminate orteds that are generated by a dynamic spawn such as comm_spawn. This introduces the concept of a job "family" - i.e., jobs that have a parent/child relationship. Comm_spawn'ed jobs have a parent (the one that spawned them). We track that relationship throughout the lineage - i.e., if a comm_spawned job in turn calls comm_spawn, then it has a parent (the one that spawned it) and a "root" job (the original job that started things).
2006-11-14 19:34:59 +00:00