Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
ns
/
base
История
George Bosilca
278ec7fd4f
I wonder how this one compiled before ... or how do I manage to
...
miss it ... This commit was SVN r15032.
2007-06-12 23:24:39 +00:00
..
data_type_support
I wonder how this one compiled before ... or how do I manage to
2007-06-12 23:24:39 +00:00
base.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
Makefile.am
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
ns_base_cell_fns.c
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
ns_base_close.c
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
ns_base_diag_fns.c
Two major changes to the runtime:
2006-12-01 22:30:39 +00:00
ns_base_general_fns.c
- Getting rid of "missing initializer" warnings
2007-05-24 19:19:52 +00:00
ns_base_job_fns.c
Modify the name service to provide necessary support for failed-to-start scenarios. Add a new API to get_vpid_range - this should be used in place of the rmgr API of that name to avoid race conditions (will remove that API in later commit).
2007-04-23 12:48:19 +00:00
ns_base_open.c
- Getting rid of "missing initializer" warnings
2007-05-24 19:19:52 +00:00
ns_base_select.c
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
ns_base_vpid_name_fns.c
Fix a compiler complaint for too many arguments to a printf command - thanks to Tim Prins for pointing it out to me.
2006-11-15 14:52:48 +00:00
ns_private.h
The DSS pack function can use the const attribute for the src field
2007-06-12 22:47:14 +00:00