1
1

Update the creation of the basic datatypes to include the f2c index.

This commit was SVN r1284.
Этот коммит содержится в:
George Bosilca 2004-06-15 21:32:51 +00:00
родитель bdef2b4a09
Коммит 8c9a317c8a

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

@ -4,7 +4,7 @@
#include "datatype_internal.h" #include "datatype_internal.h"
/* other fields starting after bdt_used (index of DT_LOOP should be ONE) */ /* other fields starting after bdt_used (index of DT_LOOP should be ONE) */
#define EMPTY_DATA(NAME) NULL, "MPI_" # NAME, {0, 0, NULL}, {0, 0, NULL}, NULL, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } #define EMPTY_DATA(NAME) NULL, 0, "MPI_" # NAME, {0, 0, NULL}, {0, 0, NULL}, NULL, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
#define BASEOBJ_DATA { OBJ_CLASS(ompi_datatype_t), 1 } #define BASEOBJ_DATA { OBJ_CLASS(ompi_datatype_t), 1 }
#define INIT_BASIC_DATA( TYPE, ALIGN, NAME ) \ #define INIT_BASIC_DATA( TYPE, ALIGN, NAME ) \
{ BASEOBJ_DATA, sizeof(TYPE), 0, sizeof(TYPE), ALIGN, \ { BASEOBJ_DATA, sizeof(TYPE), 0, sizeof(TYPE), ALIGN, \