Changeset 3908
- Timestamp:
- 02/27/09 16:33:36 (13 months ago)
- Location:
- mpich2/trunk/src/include
- Files:
-
- 2 modified
-
mpiimpl.h (modified) (1 diff)
-
mpitypedefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/include/mpiimpl.h
r3837 r3908 35 35 do not want mpi.h to depend on any other files or configure flags */ 36 36 #include "mpichconf.h" 37 38 /* Adding the 32-bit compute/64-bit I/O related type-casts in here as39 * they are not a part of the MPI standard yet. */40 #define MPI_AINT_CAST_TO_VOID_PTR (void *)(MPIR_Pint)41 #define MPI_VOID_PTR_CAST_TO_MPI_AINT (MPI_Aint)(MPIR_Upint)42 #define MPI_PTR_DISP_CAST_TO_MPI_AINT (MPI_Aint)(MPIR_Pint)43 37 44 38 #include <stdio.h> -
mpich2/trunk/src/include/mpitypedefs.h
r3456 r3908 106 106 #define MPIU_AintToPtr(a) (void*)(a) 107 107 #endif 108 109 /* Adding the 32-bit compute/64-bit I/O related type-casts in here as 110 * they are not a part of the MPI standard yet. */ 111 #define MPI_AINT_CAST_TO_VOID_PTR (void *)(MPIR_Pint) 112 #define MPI_VOID_PTR_CAST_TO_MPI_AINT (MPI_Aint)(MPIR_Upint) 113 #define MPI_PTR_DISP_CAST_TO_MPI_AINT (MPI_Aint)(MPIR_Pint) 114 108 115 /* ------------------------------------------------------------------------- */ 109 116 /* end of mpitypedefs.h */
