cwpearson / tempi

Topology Experiments for MPI
Other
10 stars 4 forks source link

MPI_ORDER_FORTRAN for MPI subarrays #5

Open cwpearson opened 3 years ago

cwpearson commented 3 years ago

Some interest in supporting MPI_ORDER_FORTRAN in MPI_Type_create_subarray calls from the Exascale Computing Project.

cwpearson commented 3 years ago

First modifications will principally happen here: https://github.com/cwpearson/tempi/blob/fe16ae7692da83e9cd247782f596a46a1d010699/src/internal/types.cpp#L257-L283