148ae6d6e3
* Add new configure command line options and deprecate some old ones: * --with-verbs replaces --with-openib * --with-verbs-libdir replaces --with-openib-libdir * If you specify --with-openib[-libdir] without --with-verbs[-libdir], you'll get a "these options have been deprecated!" warning, but then they'll act just like --with-verbs[--libdir]. '''Sidenote:''' Note that we are not renaming any components at this time, nor are we renaming the top-level OMPI_CHECK_OPENIB m4 macro (which is pretty strongly tied to the openib BTL and is bastaridzed by the ofud BTL). Note that there will likely be more changes in this area coming soon (next week?) when some long-standing changes move to the SVN trunk: some openib BTL infrastructure will move to ompi/mca/common, and its configury gets split up / refactored. We extend our philosophy of other --with-<foo> configure options of --with-verbs to ''all'' verbs-lovin components: * If you specify --with-verbs, then all verbs-lovin' components must configure successfully (or abort). This currently means: OOB ud, BTL ofud, BTL openib. * If you specify --with-verbs=DIR, then all verbs-lovin' component must configure successfully (or abort), and will use DIR to find verbs headers and libraries. * If you specify --without-verbs, then all verbs-lovin' components will be ignored. This commit also fixes a problem where the --with-openib=DIR form would not use DIR for ''all'' verbs-lovin' components (I think only BTL openib and BTL ofud used that DIR). Now all of them do, as does hwloc (because hwloc has some !OpenFabrics helper functions that require ibv types from verbs.h). There's a little new m4 infrastructure worth mentioning: * If you create a new verbs-lovin' component (i.e., a component that need verbs), your configure.m4 should AC_REQUIRE([OPAL_CHECK_VERBS_DIR]). * You can then use three global shell variables: $opal_want_verbs, $opal_verbs_dir, $opal_verbs_libdir, which will be set as follows: * opal_want_verbs will be "yes" and opal_verbs_dir and opal_verbs_libdir will both be set to directory values, '''OR''' * opal_want_verbs will be "no" and opal_verbs_dir and opal_verbs_libdir will both be set empty This commit was SVN r26640. |
||
---|---|---|
.. | ||
c_get_alignment.m4 | ||
c_weak_symbols.m4 | ||
distscript.csh | ||
libltdl-preopen-error.diff | ||
ltmain_pgi_tp.diff | ||
Makefile.am | ||
Makefile.options | ||
ompi_check_broken_qsort.m4 | ||
ompi_check_compiler_works.m4 | ||
ompi_check_func_lib.m4 | ||
ompi_check_icc.m4 | ||
ompi_check_package.m4 | ||
ompi_check_portals4.m4 | ||
ompi_check_ps.m4 | ||
ompi_check_vendor.m4 | ||
ompi_check_withdir.m4 | ||
ompi_config_pthreads.m4 | ||
ompi_config_solaris_threads.m4 | ||
ompi_config_subdir_args.m4 | ||
ompi_config_subdir.m4 | ||
ompi_contrib.m4 | ||
ompi_ensure_contains_optflags.m4 | ||
ompi_ext.m4 | ||
ompi_find_type.m4 | ||
ompi_get_libtool_linker_flags.m4 | ||
ompi_interix.m4 | ||
ompi_lang_link_with_c.m4 | ||
ompi_load_platform.m4 | ||
ompi_mca_priority_sort.pl | ||
ompi_mca.m4 | ||
ompi_microsoft.m4 | ||
ompi_save_version.m4 | ||
ompi_setup_component_package.m4 | ||
ompi_strip_optflags.m4 | ||
ompi_try_assemble.m4 | ||
opal_check_verbs.m4 | ||
opal_get_version.m4 | ||
opal_get_version.m4sh |