1
1
openmpi/orte/mca/rmaps/seq
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
configure.params Add a new mapper component that sequentially maps ranks-to-hosts according to the ordering in the hostfile. 2008-04-01 20:03:49 +00:00
help-orte-rmaps-seq.txt Cleanup the show_help entries on the seq mapper 2008-04-17 14:43:15 +00:00
Makefile.am Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux. 2009-04-24 16:39:33 +00:00
rmaps_seq_component.c - On the way to get the BTLs split out and lessen dependency on orte: 2009-02-14 02:26:12 +00:00
rmaps_seq.c Fix the seq mapper by initializing the proc object to NULL before claiming a slot for it 2009-09-17 05:18:37 +00:00
rmaps_seq.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +00:00