1
1
openmpi/opal/mca
Jeff Squyres 3962c53e2e - Add to AM_CPPFLAGS $(OPAL_LTDL_CPPFLAGS) where necessary in order to
add a -I to find the included ltdl.h (vs. a system-installed ltdl.h)
- Clean up kruft in a bunch of Makefile.am's to remove now-unnecessary
  AM_CPPFLAGS settings to get static-components.h for each framework
- Move the component_repository API functions out of opal/mca/base/base.h
  and into opal/mca/base/mca_base_component_repository.h in order to
  decrease unnecessary dependencies (e.g., before this, almost
  everything in the tree depended on ltdl.h, which is unnecessary --
  only a small number of files really need ltdl.h)

This commit was SVN r7127.
2005-09-01 12:16:36 +00:00
..
base - Add to AM_CPPFLAGS $(OPAL_LTDL_CPPFLAGS) where necessary in order to 2005-09-01 12:16:36 +00:00
maffinity First cut of the libnuma implementation 2005-08-29 15:13:54 +00:00
memory * for some reason, was having issues with C bool vs C++ bool on odin. 2005-08-23 16:03:16 +00:00
paffinity Clarify some comments 2005-08-25 17:42:00 +00:00
timer * a bunch of cleanups to make trivial opal programs valgrind-clean 2005-08-24 20:19:36 +00:00
Makefile.am * remove need to edit project/Makefile.am and project/{dynamic-,}mca/Makefile.am when adding a new component. Configure / autogen now do it for you. 2005-08-13 20:19:24 +00:00
mca.h * rename ompi_argv to opal_argv 2005-07-04 00:13:44 +00:00