1
1
openmpi/ompi/mca/coll/sync
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
..
.windows Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake. 2010-01-14 18:10:20 +00:00
coll_sync_bcast.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_component.c Enable the coll sync component to barrier before each 1000th collective. 2009-07-02 20:16:45 +00:00
coll_sync_exscan.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_gather.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_gatherv.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_module.c - Get pgcc on XT to complain less: 2009-03-13 02:10:32 +00:00
coll_sync_reduce_scatter.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_reduce.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_scan.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_scatter.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync_scatterv.c Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
coll_sync.h Refs trac:1826: remove barriers before all non-rooted collective ops. 2009-03-12 02:23:08 +00:00
configure.params Add "sync" collective component. This component is totally 2009-02-18 23:32:44 +00:00
help-coll-sync.txt * Remove an extra blank line from the help file 2009-06-30 18:58:09 +00:00
Makefile.am * Remove an extra blank line from the help file 2009-06-30 18:58:09 +00:00