1
1
openmpi/opal/mca
Brian Barrett 8894eabf00 * some versions of malloc.h check to see if __malloc_attribute__ is defined, and
set it to empty if it isn't.  __malloc_attribute__ is set in sys/cdef.h, and
  some versions set it unconditionally.  If sys/cdef.h is included after malloc.h,
  some compilers will complain loudly.  So include malloc.h at the end so that
  sys/cdef.h is already included if it's going to be.

This commit was SVN r7613.
2005-10-04 14:42:32 +00:00
..
base Per advice from Ralf W., change the pkgdata declarations in 2005-09-30 13:32:39 +00:00
maffinity Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00
memory * some versions of malloc.h check to see if __malloc_attribute__ is defined, and 2005-10-04 14:42:32 +00:00
paffinity - Remove extra whitespace from Makefile.am's from when we removed 2005-09-15 20:56:18 +00:00
timer Add lib{opal,orte,mpi}.la to appropriate LIBADD's, some whitespace cleanup as well. 2005-09-22 12:28:54 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
mca.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00