1
1
openmpi/orte
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
..
class * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
dps * rename ompi_output to opal_output 2005-07-03 23:31:27 +00:00
dynamic-mca First cut at Makefile.am's for orte 2005-07-02 14:36:36 +00:00
include * rename ompi_object and ompi_class to opal_object and opal_class 2005-07-03 16:06:07 +00:00
mca * disable TCP ptl and oob components if there is no TCP support (look at 2005-07-13 04:16:03 +00:00
runtime orte_abort was supposed to accept a variable number of arguments. But internally it didn't honor them. The second problem is that the opal_output does not accept a va_list as argument. So we have to create the string in the orte_abort and then print it out using opal_output. 2005-07-12 19:33:37 +00:00
tools properly fix the usage of the app pointer array by checking for NULLs instead of forcing it to be the same size as the number of entries 2005-07-08 18:48:25 +00:00
util (Re-)Added two MCA Parameters that must have been lost in the merge way back when: 2005-07-08 21:01:37 +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