1 --- openmpi-4.0.1/opal/datatype/opal_convertor_raw.c.orig 2019-07-23 15:56:59.775503017 +0000
2 +++ openmpi-4.0.1/opal/datatype/opal_convertor_raw.c 2019-07-23 15:57:42.526108675 +0000
5 #endif /* OPAL_ENABLE_DEBUG */
7 +#define MIN(a,b) ((a)<(b)?(a):(b))
10 * This function always work in local representation. This means no representation
11 * conversion (i.e. no heterogeneity) has to be taken into account, and that all