Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
grpcomm
/
base
История
Ralph Castain
c992e99035
Remove the tags from orte_output_open and the filtering operation from orte_output - this will be handled differently to improve the XML output interface
...
This commit was SVN r18557.
2008-06-03 14:24:01 +00:00
..
base.h
Fully implement the inbound binomial allgather for daemon-based collectives. Supports both modex and barrier operations.
2008-04-09 22:10:53 +00:00
grpcomm_base_allgather.c
Remove this left over dependency.
2008-05-27 16:57:40 +00:00
grpcomm_base_close.c
Fix the allgather and allgather_list functions to avoid deadlocks at large node/proc counts. Violated the RML rules here - we received the allgather buffer and then did an xcast, which causes a send to go out, and is then subsequently received by the sender. This fix breaks that pattern by forcing the recv to complete outside of the function itself - thus, the allgather and allgather_list always complete their recvs before returning or sending.
2008-03-24 20:50:31 +00:00
grpcomm_base_modex.c
This commit represents a bunch of work on a Mercurial side branch. As
2008-05-13 20:00:55 +00:00
grpcomm_base_open.c
Remove the tags from orte_output_open and the filtering operation from orte_output - this will be handled differently to improve the XML output interface
2008-06-03 14:24:01 +00:00
grpcomm_base_select.c
Merge in the mca_base_select changes per RFC:
2008-05-06 18:08:45 +00:00
Makefile.am
Fully implement the inbound binomial allgather for daemon-based collectives. Supports both modex and barrier operations.
2008-04-09 22:10:53 +00:00