1
1
Nathan Hjelm 4d876ec6fe io/romio314: fix minmax datatypes
romio assumes that all predefined datatypes are contiguous. Because of
the (terribly named) composed datatypes MPI_SHORT_INT, MPI_DOUBLE_INT,
MPI_LONG_INT, etc this is an incorrect assumption. The simplest way to
fix this is to override the MPI_Type_get_envelope and
MPI_Type_get_contents calls with calls that will work on these
datatypes. Note that not all calls to these MPI functions are
replaced, only the ones used when flattening a non-contiguous
datatype.

References #5009

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-04-16 10:46:38 -06:00
..
2018-02-22 17:48:29 +02:00
2018-03-26 14:21:21 -07:00
2018-03-21 11:27:01 -05:00
2018-04-16 10:46:38 -06:00
2018-03-23 11:45:30 -07:00
2018-03-26 14:26:17 -07:00