fortran: Add missing MPI_DUP_FN
subroutine
Though the `MPI_DUP_FN` subroutine is depricated, it is not yet removed as of MPI-3.1.
Этот коммит содержится в:
родитель
8e988dff40
Коммит
10c11ff5b5
@ -21,6 +21,15 @@ interface
|
|||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
subroutine MPI_DUP_FN( comm, comm_keyval, extra_state, &
|
||||||
|
attribute_val_in, attribute_val_out, &
|
||||||
|
flag, ierr )
|
||||||
|
implicit none
|
||||||
|
integer :: comm, comm_keyval, extra_state
|
||||||
|
integer :: attribute_val_in, attribute_val_out, ierr
|
||||||
|
logical :: flag
|
||||||
|
end subroutine MPI_DUP_FN
|
||||||
|
|
||||||
subroutine MPI_NULL_COPY_FN( comm, comm_keyval, extra_state, &
|
subroutine MPI_NULL_COPY_FN( comm, comm_keyval, extra_state, &
|
||||||
attribute_val_in, attribute_val_out, &
|
attribute_val_in, attribute_val_out, &
|
||||||
flag, ierr )
|
flag, ierr )
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user