Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
grpcomm
/
base
История
Ralph Castain
9dbcee9110
Increase efficiency for modex-less launch by storing byte objects in the profile file
...
This commit was SVN r20206.
2009-01-05 21:46:12 +00:00
..
base.h
Enable modex-less launch. Consists of:
2008-12-09 23:49:02 +00:00
grpcomm_base_allgather.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +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
Enable modex-less launch. Consists of:
2008-12-09 23:49:02 +00:00
grpcomm_base_open.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
grpcomm_base_receive.c
Increase efficiency for modex-less launch by storing byte objects in the profile file
2009-01-05 21:46:12 +00:00
grpcomm_base_select.c
Fix some Coverity 'Event set_but_not_used' highlights.
2008-06-06 14:38:41 +00:00
Makefile.am
Enable modex-less launch. Consists of:
2008-12-09 23:49:02 +00:00