1
1
openmpi/opal/config
Jeff Squyres 3129ccd9ec Make the hwloc paffinity component available for everyone. hwloc
supports a wide variety of operating systems and platforms; see the
opal/mca/paffinity/hwloc/hwloc/README file for details.

This component includes an embedded copy of hwloc, currently based on
hwloc-1.0rc6.  But note that hwloc is properly SVN imported into the
/vendor branch, so it will be easy to update when 1.0 GA is released.
Note that the hwloc tree embedded in opal/mca/paffinity/hwloc/hwloc is
identical to a hwloc distribution tarball, except that much of the
documentation was rm -rf'ed (because we don't need it for the embedded
case).

Since the paffinity framework currently does not understand hardware
threads, the hwloc component compensates for this by identifying cores
by the "first" hardware thread on that core.  Hopefully we'll update
paffinity someday to understand hardware threads.  :-)

configure grew a --with-hwloc option, analogous to what we do for many
other external libraries that OMPI supports.  However, there's a new
feature: due to the request of several distros, OMPI can be configured
to build with its internal copy of hwloc or with an external copy of
hwloc (e.g., a system-installed hwloc).

 1. If --with-hwloc is not specified, Open MPI will try to use its
    internal copy (but silently fail/ignore hwloc if that fails).
 1. If --with-hwloc=<dir> is supplied, Open MPI looks for hwloc
    support in <dir> (and --with-hwloc-libdir=<dir>, if specified).
 1. If --with-hwloc=external is supplied, Open MPI will look for hwloc
    in a compiler/linker default external location.
 1. If --with-hwloc=internal is supplied, Open MPI will use its
    internal copy of hwloc.

Some of OMPI's main configury had to be slightly re-arranged in the
bootstrapping phase to accomodate hwloc's configry needs.

This commit was SVN r23125.
2010-05-13 23:56:05 +00:00
..
config_files.m4 Add pkg-config(1) config files to Open MPI. Additionally, fix a minor 2010-02-24 18:46:06 +00:00
opal_case_sensitive_fs_setup.m4 Move the test for case-sensitive file system from ompi to opal so that all layers can have that knowledge. 2009-12-29 23:26:45 +00:00
opal_check_attributes.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_check_compiler_version.m4 Remove the last vestiges of mpi_portable_platform.h.in 2010-03-05 21:21:03 +00:00
opal_check_ident.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_check_offsetof.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_check_pthread_pids.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_check_visibility.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_config_asm.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
opal_config_threads.m4 A few changes to the FT-related configure options: 2010-03-25 22:53:48 +00:00
opal_configure_options.m4 A few changes to the FT-related configure options: 2010-03-25 22:53:48 +00:00
opal_functions.m4 Make the hwloc paffinity component available for everyone. hwloc 2010-05-13 23:56:05 +00:00
opal_setup_cc.m4 rename macros ompi_check_optflags and ompi_make_stripped_flags based on comments in #2072 2009-10-28 10:51:59 +00:00
opal_setup_cxx.m4 rename macros ompi_check_optflags and ompi_make_stripped_flags based on comments in #2072 2009-10-28 10:51:59 +00:00
opal_setup_libevent.m4 Add a check for strtoll for libevent. 2010-02-08 20:55:21 +00:00
opal_setup_wrappers.m4 - This fixes the failing mpic++/mpiCC MTT tests, bailing due to not 2010-02-03 18:47:13 +00:00