1
1
openmpi/ompi/op
Jeff Squyres 4f028171a2 Refs trac:1603:
* Add OMPI_F77_CHECK_REAL16_C_EQUV test whether REAL*16 is bit
   equivalent to long double.  AC_DEFINE OMPI_REAL16_MATCHES_C with
   result (0 or 1).
 * Update ompi_info to only show real16 support if
   OMPI_REAL16_MATCHES_C is 1.
 * Update DDT to only support REAL16 and COMPLEX32 if
   1==OMPI_REAL16_MATCHES_C.
 * MPI Op function pointer tabls will have NULL for the REAL16 and
   COMPLEX32 entries if 0==OMPI_REAL16_MATCHES_C.
 * Slightly cleaned up OMPI_F77_GET_ALIGNMENT and OMPI_F77_CHECK m4
   tests (use OMPI_VAR_SCOPE_PUSH/POP).

This commit was SVN r19948.

The following Trac tickets were found above:
  Ticket 1603 --> https://svn.open-mpi.org/trac/ompi/ticket/1603
2008-11-07 20:37:21 +00:00
..
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
op_predefined.c Gahh! Today is the day for accidental commits. Back out the op 2008-10-28 18:56:06 +00:00
op_predefined.h - double declaration of extern "C" make MS compiler complain. Change them to *_C_DECLS. 2008-08-27 15:49:40 +00:00
op.c Refs trac:1603: 2008-11-07 20:37:21 +00:00
op.h remove some useless qualifiers. 2008-05-21 01:11:49 +00:00