
Re-enable "./autogen.sh -no-ompi" again. If you -no-ompi, the entire OMPI configury is skipped and the entire ompi/ subtree is not built. There's some simple m4-isms that prune out the relevant parts. I added ompi/config/, orte/config/, and opal/config/ directories. I moved a bunch of m4 files from the top-level config/ dir into ompi/config/, and a few into orte/config/. Note that all 3 <project>/config directories have a config_files.m4 file. This file contains the AC_CONFIG_FILES list for that project. The AC_CONFIG_FILES call cannot be in an AC_DEFUN macro and conditionally called -- if it is included at all, Autoconf will process it. Hence, these config_files.m4 files don't AC_DEFUN -- they just have AC_CONFIG_FILES. m4_ifdef() is used to conditionally include the files or not. I moved a bunch of obvious OMPI-only m4 files from config/ to ompi/config/, but I'm sure that there's more that could go. A ticket will be filed with thoughts on future work in this area. This commit was SVN r22113.
30 строки
763 B
Plaintext
30 строки
763 B
Plaintext
enable_dlopen=no
|
|
enable_mem_debug=no
|
|
enable_mem_profile=no
|
|
enable_debug_symbols=yes
|
|
enable_binaries=yes
|
|
enable_heterogeneous=no
|
|
enable_debug=yes
|
|
enable_shared=yes
|
|
enable_static=no
|
|
enable_memchecker=no
|
|
enable_ipv6=no
|
|
enable_mpi_f77=no
|
|
enable_mpi_f90=no
|
|
enable_mpi_cxx=no
|
|
enable_mpi_cxx_seek=no
|
|
enable_cxx_exceptions=no
|
|
enable_ft_thread=no
|
|
enable_per_user_config_files=no
|
|
enable_script_wrapper_compilers=yes
|
|
enable_multicast=yes
|
|
enable_monitoring=yes
|
|
enable_orterun_prefix_by_default=yes
|
|
enable_io_romio=no
|
|
enable_mca_no_build=carto,crs,routed-linear,routed-direct,snapc,pml-dr,pml-crcp2,pml-crcpw,pml-v,pml-example,crcp,pml-cm,btl-openib,btl-sm,filem,plm-tm,pml-csum
|
|
enable_contrib_no_build=libnbc,vt
|
|
with_tm=no
|
|
with_openib=no
|
|
with_devel_headers=yes
|
|
with_slurm=no
|