1
1
openmpi/include
Brian Barrett 7067f4753f A bunch of fixes from trying to get running on Solaris and Linux PPC64
* If we are on solaris, don't use the system qsort(), as it appears to be 
  broken in 64 bit mode on Solaris 8 (there are bugs about this in 
  SunSolve).  Instead, use ompi_qsort(), which is taken from FreeBSD.
  A #define in ompi_config_bottom.h makes this invisible to most of the
  OMPI source tree.
* Fix memory badness in ompi_progress_register where we were reallocing the 
  array to be number of elements long instead of number of elements * 
  sizeof(element).  Found while using bcheck to track down our problems in
  64 bit on big endian machines.
* The debugging output code in session_dir.c could pass NULL as a value for a %s,
  which will turn into "(null)" automagically on glibc, but causes segfaults for
  older libcs (like those on Solaris).  Check for this case in session_dir.c and
  don't pass NULL as a %s value into ompi_output().
* Fix missing header file in convertor.c

This commit was SVN r6186.
2005-06-26 23:11:37 +00:00
..
Makefile.am Add UC copyright 2005-03-24 12:43:37 +00:00
mpi.h Several of the Fortran datatypes were already included in mpi.h; added 2005-06-23 10:38:18 +00:00
mpif.h.in Update the @@ symbol to use the new name where the OMPI SVN r string 2005-04-08 10:11:52 +00:00
ompi_config_bottom.h A bunch of fixes from trying to get running on Solaris and Linux PPC64 2005-06-26 23:11:37 +00:00
ompi_stdint.h Add UC copyright 2005-03-24 12:43:37 +00:00
orte_config.h Commit 2 of 4 for bringing the changes over from the hetero branch. 2005-05-01 00:53:00 +00:00