1
1

Merge pull request #5897 from jsquyres/pr/fix-c99-comments-in-mpih

mpi.h.in: remove C99-style comments
Этот коммит содержится в:
Jeff Squyres 2018-10-11 11:53:39 -04:00 коммит произвёл GitHub
родитель 80348b9f80 f4b3ccabf7
Коммит 7686b8696a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -417,10 +417,12 @@ typedef ompi_file_errhandler_function MPI_File_errhandler_fn
typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
__mpi_interface_removed__("MPI_Win_errhandler_fn was removed in MPI-3.0; use MPI_Win_errhandler_function instead");
// NOTE: We intentionally do *not* mark the following as
// deprecated/removed because they are used below in function
// prototypes (and would therefore emit warnings, just for #including
// <mpi.h>).
/*
* NOTE: We intentionally do *not* mark the following as
* deprecated/removed because they are used below in function
* prototypes (and would therefore emit warnings, just for #including
* <mpi.h>).
*/
typedef void (MPI_Handler_function)(MPI_Comm *, int *, ...);
typedef int (MPI_Copy_function)(MPI_Comm, int, void *,
void *, void *, int *);