Home
last modified time | relevance | path

Searched refs:petsc_send_len (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsclog.h204 PETSC_EXTERN PetscLogDouble petsc_send_len; variable
518 …ct, &petsc_send_ct_th, 1) || PetscMPITypeSize((count), (datatype), (&petsc_send_len), (&petsc_send…
521 …ct, &petsc_send_ct_th, 1) || PetscMPITypeSize((count), (datatype), (&petsc_send_len), (&petsc_send…
538 …PIParallelComm(comm)) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send…
541 …omm(comm)) || PetscMPITypeSizeComm((comm), (sendcnts), (sendtype), (&petsc_send_len), (&petsc_send…
550 …etsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send…
553 …etsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send…
562 …PIParallelComm(comm)) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send…
565 …omm(comm)) || PetscMPITypeSizeComm((comm), (sendcnts), (sendtype), (&petsc_send_len), (&petsc_send…
574 …etsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send…
[all …]
/petsc/src/sys/logging/
H A Dplog.c45 PetscLogDouble petsc_send_len = 0.0; /* The total length of all sent messages */ variable
2608 petsc_send_len = 0.0; in PetscLogFinalize()
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c228 mess = 0.5 * (petsc_irecv_len + petsc_isend_len + petsc_recv_len + petsc_send_len); in PetscPrintGlobalPerformance()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1032 …ssageLens[%d] = %g\n", rank, petsc_irecv_len + petsc_isend_len + petsc_recv_len + petsc_send_len)); in PetscLogHandlerView_Default_Detailed()
1407 mess = 0.5 * (petsc_irecv_len + petsc_isend_len + petsc_recv_len + petsc_send_len); in PetscLogHandlerView_Default_Info()