1
1

The correct name is DT_LONG_DOUBLE_INT, the other one is intended to disapear on the next version.

This commit was SVN r2702.
Этот коммит содержится в:
George Bosilca 2004-09-16 08:49:34 +00:00
родитель 4177ed8ab9
Коммит df80cc854e

Просмотреть файл

@ -409,7 +409,7 @@ int ompi_op_init(void)
ompi_op_ddt_map[DT_2REAL] = OMPI_OP_TYPE_2REAL; ompi_op_ddt_map[DT_2REAL] = OMPI_OP_TYPE_2REAL;
ompi_op_ddt_map[DT_2DBLPREC] = OMPI_OP_TYPE_2DOUBLE_PRECISION; ompi_op_ddt_map[DT_2DBLPREC] = OMPI_OP_TYPE_2DOUBLE_PRECISION;
ompi_op_ddt_map[DT_2INTEGER] = OMPI_OP_TYPE_2INTEGER; ompi_op_ddt_map[DT_2INTEGER] = OMPI_OP_TYPE_2INTEGER;
ompi_op_ddt_map[DT_LONGDBL_INT] = OMPI_OP_TYPE_LONG_DOUBLE_INT; ompi_op_ddt_map[DT_LONG_DOUBLE_INT] = OMPI_OP_TYPE_LONG_DOUBLE_INT;
ompi_op_ddt_map[DT_WCHAR] = OMPI_OP_TYPE_WCHAR; ompi_op_ddt_map[DT_WCHAR] = OMPI_OP_TYPE_WCHAR;
/* JMS Continue here -- next step is to make the reduce functions /* JMS Continue here -- next step is to make the reduce functions
use this map */ use this map */