1
1
openmpi/include
Brian Barrett 28891d6de3 * Move MPI_Wtime and MPI_Wtick back out of mpi.h and into the C bindings library,
restoring the PMPI version.  A variety of reasons for this:

  - mpi.h was blinding using inline in a C header without the configrue mojo
    properly set it, as mpi.h doesn't include ompi_config.h.  This eventually
    would have caused a borked build.
  - mpi.h and mpif.h were never updated to not include PMPI_W{tick,time} as
    a proper prototype
  - The C++ and F90 bindings didn't do the right things when there was no
    PMPI version of the C call, but profiling was enabled
  - Since we only use gettimeofday, the function call overhead really doesn't
    matter

This should probably go to the 1.0 branch

This commit was SVN r8014.
2005-11-07 17:22:48 +00:00
..
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mpi.h.in * Move MPI_Wtime and MPI_Wtick back out of mpi.h and into the C bindings library, 2005-11-07 17:22:48 +00:00
mpif.h.in Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_config_bottom.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ompi_stdint.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
orte_config.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00