|
15 | 15 | # Yaksa is now maintained inside MPICH rather than as an external submodule. |
16 | 16 |
|
17 | 17 | # Added internal builtin datatypes and external builtin datatypes are mapped to |
18 | | -internal types. For example, both MPI_INT and MPI_INT32_T are mapped to internal |
19 | | -type MPIR_INT32. NOTE: direct usage of external MPI types are disallowed |
20 | | -in MPICH internally. For example, use MPIR_INT_INTERNAL to replace direct usage |
21 | | -of MPI_INT. Commonly used types include MPI_BYTE, MPI_CHAR, MPI_AINT, use |
22 | | -MPIR_BYTE_INTERNAL, MPIR_CHAR_INTERNAL, MPIR_AINT_INTERNAL instead. There is no |
23 | | -impact to users. |
| 18 | + internal types. For example, both MPI_INT and MPI_INT32_T are mapped to internal |
| 19 | + type MPIR_INT32. NOTE: direct usage of external MPI types are disallowed |
| 20 | + in MPICH internally. For example, use MPIR_INT_INTERNAL to replace direct usage |
| 21 | + of MPI_INT. Commonly used types include MPI_BYTE, MPI_CHAR, MPI_AINT, use |
| 22 | + MPIR_BYTE_INTERNAL, MPIR_CHAR_INTERNAL, MPIR_AINT_INTERNAL instead. There is no |
| 23 | + impact to users. |
| 24 | + |
| 25 | +# ADI: MPID_Comm_get_lpid removed. Lpids are looked up from the local_group and |
| 26 | + remote_group in the MPIR_Comm struct. |
| 27 | + |
| 28 | +# ADI: MPID_Intercomm_exchange_map renamed to MPID_Intercomm_exchange and |
| 29 | + parameters now include tag, context_id, and will perform context_id exchange |
| 30 | + and lpid exchange. |
24 | 31 |
|
25 | 32 | # Added MPI_LOGICAL1, MPI_LOGICAL2, MPI_LOGICAL4, MPI_LOGICAL8, and MPI_LOGICAL16. |
26 | 33 |
|
|
0 commit comments