fixed bug checking index
This commit was SVN r850.
Этот коммит содержится в:
родитель
aa71cb2a6d
Коммит
b56a64515e
@ -149,7 +149,7 @@ int lam_group_init(void)
|
|||||||
return LAM_ERROR;
|
return LAM_ERROR;
|
||||||
};
|
};
|
||||||
/* make sure that MPI_GROUP_NULL is in location in the table */
|
/* make sure that MPI_GROUP_NULL is in location in the table */
|
||||||
if( LAM_GROUP_EMPTY_FORTRAN == ret_val ){
|
if( LAM_GROUP_EMPTY_FORTRAN != ret_val ){
|
||||||
return LAM_ERROR;
|
return LAM_ERROR;
|
||||||
};
|
};
|
||||||
lam_mpi_group_empty.grp_f_to_c_index=ret_val;
|
lam_mpi_group_empty.grp_f_to_c_index=ret_val;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user