1
1
openmpi/orte/mca/iof/hnp
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 Roll in the revamped IOF subsystem. Per the devel mailing list email, this is a complete rewrite of the iof framework designed to simplify the code for maintainability, and to support features we had planned to do, but were too difficult to implement in the old code. Specifically, the new code: 2008-10-18 00:00:49 +00:00
iof_hnp_component.c Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans. 2009-05-04 11:07:40 +00:00
iof_hnp_read.c Use select() for Windows events by default. 2009-08-27 08:11:56 +00:00
iof_hnp_receive.c Send all xml output over stdout 2009-05-04 18:51:22 +00:00
iof_hnp_send.c ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
iof_hnp.c Correct handling of pointer array indexing 2009-09-26 03:33:55 +00:00
iof_hnp.h - An intrusive commit yet again (sorry): with the separation we 2009-03-04 15:35:54 +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