1
1
openmpi/orte/mca/rml
Brian Barrett 21e00f6f0c Clean up a couple of configure things:
* Require Autoconf 2.60 or higher and remove some cruft
    required for AC 2.59 or the AC 2.59 / AC 2.60 mix
  * Remove a bunch of now unnecessary AC_SUBST calls
  * Use the libtool-provided variables for the -I and
    library to use when compiling against ltdl

Fixes trac:1000

This commit was SVN r14652.

The following Trac tickets were found above:
  Ticket 1000 --> https://svn.open-mpi.org/trac/ompi/ticket/1000
2007-05-15 04:23:48 +00:00
..
base Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
cnos declare undeclared function, so that the code will compile. 2007-05-09 04:47:40 +00:00
ftrm Seems that the recent changes in the sds and oob exposed some invalid 2007-04-25 19:51:52 +00:00
oob Seems that the recent changes in the sds and oob exposed some invalid 2007-04-25 19:51:52 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00
rml_types.h Fixed a compile error on OS X 10.3 introduced with 1.1.5 / 1.2. Thanks 2007-03-19 17:25:54 +00:00
rml.h Bring in the code for routing xcast stage gate messages via the local orteds. This code is inactive unless you specifically request it via an mca param oob_xcast_mode (can be set to "linear" or "direct"). Direct mode is the old standard method where we send messages directly to each MPI process. Linear mode sends the xcast message via the orteds, with the HNP sending the message to each orted directly. 2007-04-23 18:41:04 +00:00