Public Member Functions | |
integer(c_int) function | imoab_dumpcommgraph (pid, context_id, is_sender, prefix) |
Definition at line 414 of file iMOABF.F90.
integer(c_int) function imoab::iMOAB_DumpCommGraph::imoab_dumpcommgraph | ( | integer(c_int), intent(in) | pid, |
integer(c_int), intent(in) | context_id, | ||
integer(c_int), intent(in) | is_sender, | ||
character(kind=c_char), dimension(*), intent(in) | prefix | ||
) |
Definition at line 414 of file iMOABF.F90.
415 use, intrinsic :: iso_c_binding, only: c_int, c_char
416 integer(c_int), intent(in) :: pid
417 integer(c_int), intent(in) :: context_id
418 integer(c_int), intent(in) :: is_sender
419 character(kind=c_char), intent(in) :: prefix(*)