1
1
openmpi/orte/mca/ras/tm
Brian Barrett 4d580fa706 * disable TCP ptl and oob components if there is no TCP support (look at
sockaddr_in - seems to be a good indicator)
* disable util/if code if no inet devices (again, no sockaddr_in)
* add enable/disable flag to disable stacktrace pretty-print code
  (defaults to enabled).  Seems there's something funky going on with
  the preprocessor on Red Storm that was causing problems - this was
  the easiest fix
* clean up a bunch of the configure.m4 files to remove bogus comments,
   properly comment them, fix the dumb logic for happy/unhappy
* Create a macro for testing both header and library for a package, 
  since we seem to do this kind of test quite often.  Handles the
  -I and -L search paths properly (including stripping out /usr and
  /usr/local if not needed)
* Converted mvapi components to configure.m4, using the nice new
  ompi_check_package macro (above)

This commit was SVN r6454.
2005-07-13 04:16:03 +00:00
..
src * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
.ompi_ignore Initial population of orte tree 2005-07-02 13:42:54 +00:00
.ompi_unignore Initial population of orte tree 2005-07-02 13:42:54 +00:00
configure.m4 * disable TCP ptl and oob components if there is no TCP support (look at 2005-07-13 04:16:03 +00:00
configure.params Initial population of orte tree 2005-07-02 13:42:54 +00:00
Makefile.am * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00