Home
last modified time | relevance | path

Searched defs:PMPIR_Type_create_struct_f08 (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 Dptype_create_struct_f08ts.f906 subroutine PMPIR_Type_create_struct_f08(count, array_of_blocklengths, & subroutine
16 integer, intent(in) :: count
17 integer, intent(in) :: array_of_blocklengths(count)
18 integer(MPI_ADDRESS_KIND), intent(in) :: array_of_displacements(count)
19 type(MPI_Datatype), intent(in) :: array_of_types(count)
43 end subroutine PMPIR_Type_create_struct_f08 argument