1
1
openmpi/config
Jeff Squyres a5a712b31f Lots of changes in this commit, mostly having to do with the first
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.
2004-06-29 00:02:25 +00:00
..
c_get_alignment.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
c_weak_symbols.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
cxx_find_exception_flags.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
cxx_find_template_parameters.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
cxx_find_template_repository.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
cxx_have_exceptions.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
distscript.csh First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
f77_find_ext_symbol_convention.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
f77_get_alignment.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
f77_get_sizeof.m4 First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
Makefile.am First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
Makefile.options Remove $Id$ 2004-01-07 14:55:59 +00:00
mca_acinclude.m4 Fixes left over from one of the previous great directory 2004-06-14 23:19:02 +00:00
mca_configure.ac Fix up some more directory flags from results of other directory 2004-06-15 01:23:05 +00:00
mca_make_configure.pl First pass of lam -> ompi conversion 2004-06-07 15:33:53 +00:00
ompi_case_sensitive_fs_setup.m4 renaming directories 2004-06-07 15:45:09 +00:00
ompi_check_optflags.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_check_pthread_pids.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_config_pthreads.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_config_solaris_threads.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_config_subdir_args.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_config_subdir.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_config_threads.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_configure_options.m4 Change default for users to not have developer-picky compiler options. 2004-06-15 19:36:36 +00:00
ompi_find_type.m4 Lots of changes in this commit, mostly having to do with the first 2004-06-29 00:02:25 +00:00
ompi_functions.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_get_libtool_linker_flags.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_get_version.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_get_version.sh Make both "./ompi_get_version.sh ..." and "./ompi_get_version.sh 2004-06-17 00:43:54 +00:00
ompi_mca.m4 Had the order of two arguments switched, which dramatically changed 2004-06-25 13:17:19 +00:00
ompi_setup_cc.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_setup_cxx.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_setup_f77.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_setup_f90.m4 renaming files 2004-06-07 15:40:19 +00:00
ompi_setup_libevent.m4 backed out changed to OMPI_THREAD_LOCK 2004-06-24 21:09:55 +00:00