- Ensure user-created errhandlers are not marked as intrinsic
- fix typo in comment This commit was SVN r1064.
Этот коммит содержится в:
родитель
4be63d8cd2
Коммит
65b9686184
@ -180,6 +180,7 @@ lam_errhandler_t *lam_errhandler_create(lam_errhandler_type_t object_type,
|
||||
type when we *use* it). */
|
||||
|
||||
new_errhandler->eh_mpi_object_type = object_type;
|
||||
new_errhandler->eh_is_intrinsic = false;
|
||||
new_errhandler->eh_fortran_function = false;
|
||||
new_errhandler->eh_func.fort_fn = func;
|
||||
}
|
||||
|
@ -236,7 +236,7 @@ extern "C" {
|
||||
*
|
||||
* NOTE: It *always* sets the "fortran" flag to false. Fortran
|
||||
* wrappers for MPI_*_CREATE_ERRHANDLER are expected to reset this
|
||||
* flag to false manually.
|
||||
* flag to true manually.
|
||||
*/
|
||||
lam_errhandler_t *lam_errhandler_create(lam_errhandler_type_t object_type,
|
||||
lam_errhandler_fortran_handler_fn_t *func);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user