1
1
openmpi/orte/mca/iof/null
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
..
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
iof_null_component.c Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
iof_null_module.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
iof_null.h Initial population of orte tree 2005-07-02 13:42:54 +00:00
Makefile.am Initial population of orte tree 2005-07-02 13:42:54 +00:00