1
1
This commit was SVN r26461.
Этот коммит содержится в:
George Bosilca 2012-05-21 13:15:24 +00:00
родитель 11d5a31b1e
Коммит e890a8379b
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -29,7 +29,6 @@
/*
* This is the OMPI-layered numbering of ALL supported MPI types
* (derived from the old DT_ names).
* NOTE: These numbers have to match the d_f_to_c_index.
*/
#define OMPI_DATATYPE_MPI_EMPTY 0x00
#define OMPI_DATATYPE_MPI_INT8_T 0x01

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

@ -33,7 +33,7 @@
int mca_btl_base_param_register(mca_base_component_t *version,
mca_btl_base_module_t *module)
mca_btl_base_module_t *module)
{
int value, err = 0;
char *msg;