Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
gpr
/
replica
/
functional_layer
История
George Bosilca
fbb46f0ee7
A faster search without the bitmap. Remove all references to the orte_bitmap.
...
This commit was SVN r14926.
2007-06-06 20:23:14 +00:00
..
gpr_replica_arithmetic_ops_fn.c
Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start.
2007-05-21 18:31:28 +00:00
gpr_replica_cleanup_fn.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
gpr_replica_del_index_fn.c
The idea behind this patch is to decrease the number of strcmp used in the replica
2007-05-29 18:40:07 +00:00
gpr_replica_dict_fn.c
A faster search without the bitmap. Remove all references to the orte_bitmap.
2007-06-06 20:23:14 +00:00
gpr_replica_dump_fn.c
The idea behind this patch is to decrease the number of strcmp used in the replica
2007-05-29 18:40:07 +00:00
gpr_replica_fn.h
Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start.
2007-05-21 18:31:28 +00:00
gpr_replica_local_trig_ops_fn.c
With the branch to 1.2 made....
2006-08-15 19:54:10 +00:00
gpr_replica_messaging_fn.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
gpr_replica_put_get_fn.c
Don't forget to free the temporary buffer.
2007-06-06 20:17:27 +00:00
gpr_replica_segment_fn.c
Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start.
2007-05-21 18:31:28 +00:00
gpr_replica_subscribe_fn.c
With the branch to 1.2 made....
2006-08-15 19:54:10 +00:00
gpr_replica_trig_ops_fn.c
Fix a memory corruption problem deep inside the registry when subscriptions/triggers are processed. The create_value function will malloc space for the pointers to keyval objects, but doesn't actually allocate space for the objects themselves. When constructing the gpr_notify_data object, we forgot to OBJ_NEW the keyval objects. Since the create_value function didn't explicitly NULL those memory locations, it just so happened that there was a non-NULL address in them....which we dutifully dumped a keyval into.
2007-01-25 12:54:02 +00:00
Makefile.am
Update the copyright notices for IU and UTK.
2005-11-05 19:57:48 +00:00