a5a712b31f
real commit of the collectives. MPI_SCAN and MPI_EXSCAN are still not implemented, but lots of other things are in the critical path and holding up other people, so it's ok to commit without them: - better checks for sizes in configure, and add defaults for fortran sizes if we don't have a fortran compiler - fix some logic that was accidentally broken for size checks for the file type offset_t - add some C equivalent types for fortran's complex and double complex (for use in internal reduction/op functions) - additionals and slight reorganization of ompi_mpi_init() ompi_mpi_finalize() - fully implement all top-level MPI collective calls, including all param checking for both intra- and inter-communicators (woof) - change the communicator_t type for stuff that we need in coll, and update all references throughout the code base to match - all kinds of updates to the coll framework base - next cut of the basic coll module -- has all intracommunicator collectives implemented except scan and exscan (see note above). All intercommunicator functions return ERR_NOT_IMPLEMENTED. - MPI_Op is a fixed implementation -- not component-ized yet. So there are generic C loops for all implementations. This commit was SVN r1491.
49 строки
1.3 KiB
Bash
49 строки
1.3 KiB
Bash
dnl -*- shell-script -*-
|
|
dnl
|
|
dnl $HEADER$
|
|
dnl
|
|
|
|
|
|
#
|
|
# OMPI/MPI-specific tests
|
|
#
|
|
|
|
sinclude(config/c_get_alignment.m4)
|
|
sinclude(config/c_weak_symbols.m4)
|
|
|
|
sinclude(config/cxx_find_template_parameters.m4)
|
|
sinclude(config/cxx_find_template_repository.m4)
|
|
sinclude(config/cxx_have_exceptions.m4)
|
|
sinclude(config/cxx_find_exception_flags.m4)
|
|
|
|
sinclude(config/f77_find_ext_symbol_convention.m4)
|
|
sinclude(config/f77_get_alignment.m4)
|
|
sinclude(config/f77_get_sizeof.m4)
|
|
|
|
sinclude(config/ompi_case_sensitive_fs_setup.m4)
|
|
sinclude(config/ompi_check_optflags.m4)
|
|
sinclude(config/ompi_config_subdir.m4)
|
|
sinclude(config/ompi_config_subdir_args.m4)
|
|
sinclude(config/ompi_configure_options.m4)
|
|
sinclude(config/ompi_find_type.m4)
|
|
sinclude(config/ompi_functions.m4)
|
|
sinclude(config/ompi_get_version.m4)
|
|
sinclude(config/ompi_get_libtool_linker_flags.m4)
|
|
sinclude(config/ompi_mca.m4)
|
|
sinclude(config/ompi_setup_cc.m4)
|
|
sinclude(config/ompi_setup_cxx.m4)
|
|
sinclude(config/ompi_setup_f77.m4)
|
|
sinclude(config/ompi_setup_f90.m4)
|
|
sinclude(config/ompi_setup_libevent.m4)
|
|
|
|
sinclude(config/ompi_check_pthread_pids.m4)
|
|
sinclude(config/ompi_config_pthreads.m4)
|
|
sinclude(config/ompi_config_solaris_threads.m4)
|
|
sinclude(config/ompi_config_threads.m4)
|
|
|
|
#
|
|
# The config/mca_no_configure_modules.m4 file is generated by autogen.sh
|
|
#
|
|
|
|
sinclude(config/mca_no_configure_modules.m4)
|