Home
last modified time | relevance | path

Searched defs:PMPIR_File_write_f08ts (Results 1 – 1 of 1) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dpfile_write_f08ts.f906 subroutine PMPIR_File_write_f08ts(fh, buf, count, datatype, status, ierror) subroutine
18 type(MPI_File), intent(in) :: fh
19 type(*), dimension(..), intent(in) :: buf
20 integer, intent(in) :: count
21 type(MPI_Datatype), intent(in) :: datatype
22 type(MPI_Status), target :: status
23 integer, optional, intent(out) :: ierror
25 integer(c_File) :: fh_c
26 integer(c_int) :: count_c
27 integer(c_Datatype) :: datatype_c
[all …]