1
1
openmpi/orte/mca/grpcomm
Shiqing Fan 872a4047ba Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake.
In CMake 2.6 and earlier, this function add dependencies for targets and also link the target libraries automatically, but in CMake 2.8,this behavior has been changed, i.e. it will only add the dependencies but no link, which will cause linking errors at compilation time.

This commit was SVN r22405.
2010-01-14 18:10:20 +00:00
..
bad Fix hetero operations and comm_spawn (to a point). 2009-07-13 20:03:41 +00:00
base This patch try to solve a issue on Leopard. The supposedly global 2009-07-28 17:06:16 +00:00
basic Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
cnos - Allow to work without xt-catamount module on Jaguar, 2009-11-09 14:26:24 +00:00
hier Ensure we cancel the lingering recv in the allgather code to avoid having incorrect counters. 2009-12-14 13:21:56 +00:00
configure.m4 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_types.h Separate the gathering of collective data by jobid 2008-05-02 12:00:08 +00:00
grpcomm.h Take the next step towards fully utilizing static ports for the daemons to eliminate the initial "phone home" to mpirun by modifying the orted termination procedure to eliminate the need for a full barrier-like operation. Instead, we add a "onesided" barrier to the grpcomm framework API that releases the orted once it has completed its own contribution to the barrier - i.e., the orteds now exit as the "ack" message rolls up towards mpirun instead of sending the "ack" directly to mpirun. 2009-05-11 14:11:44 +00:00
Makefile.am 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