1
1

18 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
f28095e632 Bunches of fixes for Fortran support:
- Fully support REAL*N, INTEGER*N, and COMPLEX*N in the MPI_Op
  reduction operations.
- Update ddt to fully support these types as well, to include using
  the results of sizes and alignments determined by configure
- Discover the goodness of m4 and consolidate a LOT of configure code
  (i.e., remove a lot of essentially duplicated code and
  m4-subroutine-ize it).  The big kicker was figuring out how to
  parameterize AC_DEFINE_UNQUOTED, which you can do if you use m4
  properly.
- If we don't support a given INTEGER*N, REAL*N, or COMPLEX*N, don't
  error.  Just set the right flags so that we don't support them in
  the MPI layer.

This commit was SVN r5788.
2005-05-19 23:56:02 +00:00
Josh Hursey
276cf4dbd5 donno how that one creeped in. rollback this file
This commit was SVN r5653.
2005-05-09 18:03:29 +00:00
Josh Hursey
82b407061f windows checkpoint
This commit was SVN r5650.
2005-05-09 16:23:00 +00:00
Jeff Squyres
4ccd171f8a Fix a comment
This commit was SVN r5030.
2005-03-25 20:42:17 +00:00
Jeff Squyres
3f5541349a Add UC copyright
This commit was SVN r5009.
2005-03-24 12:43:37 +00:00
Jeff Squyres
700806023d Fix accidental swap of REPLACE and MINLOC operations
This commit was SVN r4369.
2005-02-10 03:35:36 +00:00
George Bosilca
53fd2c8fa3 Swapt the long_ing and 2int order to match the order in the enum in op.h.
This commit was SVN r4361.
2005-02-10 00:01:42 +00:00
Jeff Squyres
616269a9be Add HLRS copyright
This commit was SVN r3665.
2004-11-28 20:09:25 +00:00
Jeff Squyres
e9ed717748 First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
pending.

This commit was SVN r3655.
2004-11-22 01:38:40 +00:00
Jeff Squyres
4b9f3913b3 Remove useless comment
This commit was SVN r2914.
2004-10-04 16:47:07 +00:00
Jeff Squyres
f9e1c172c6 Fix some minor errors in the predefined MPI_Op's
This commit was SVN r2880.
2004-09-29 21:08:29 +00:00
George Bosilca
df80cc854e The correct name is DT_LONG_DOUBLE_INT, the other one is intended to disapear on the next version.
This commit was SVN r2702.
2004-09-16 08:49:34 +00:00
George Bosilca
4e576aee17 Correctly set the pointers to the *LOC functions.
This commit was SVN r1722.
2004-07-14 19:16:43 +00:00
Jeff Squyres
8c12657c30 Added instantiation for ompi_mpi_op_replace.
This commit was SVN r1673.
2004-07-13 15:24:58 +00:00
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
David Daniel
563ac2a338 First pass of lam -> ompi conversion
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Jeff Squyres
9db9d4fd58 - Fix the #define fortran handle number names
- Add lam_op_create()

This commit was SVN r1065.
2004-04-20 23:11:11 +00:00
Jeff Squyres
585aab46b7 First cut of op handling -- now link-compatible. Still have work to
be done:
- need to define internal op_create function (that MPI_OP_CREATE will
  call)
- need to fill in all the handler functions that are the back-ends to the
  intrinsic MPI operations (e.g., MPI_SUM, MPI_MAX, etc.)

This commit was SVN r1061.
2004-04-20 22:37:46 +00:00