1
1
openmpi/orte/mca/grpcomm/cnos
2008-04-09 22:33:00 +00:00
..
configure.m4 - On Cray XT systems stop the grpcomm basic component from building. 2007-07-26 20:42:06 +00:00
configure.params Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
grpcomm_cnos_component.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_cnos_module.c Update the cnos module - should (hopefully) compile and work... 2008-04-09 22:33:00 +00:00
grpcomm_cnos.h 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
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00