Searched refs:petsc_send_len_th (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 222 PETSC_EXTERN_TLS PetscLogDouble petsc_send_len_th; variable 518 …h, 1) || PetscMPITypeSize((count), (datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Sen… 521 …h, 1) || PetscMPITypeSize((count), (datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Sen… 538 …) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_All… 541 …PITypeSizeComm((comm), (sendcnts), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_All… 550 …) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Gat… 553 …) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Gat… 562 …) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Ial… 565 …PITypeSizeComm((comm), (sendcnts), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Ial… 574 …) || PetscMPITypeSize((sendcount), (sendtype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Iga… [all …]
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 63 PETSC_TLS PetscLogDouble petsc_send_len_th = 0.0; variable 2624 petsc_send_len_th = 0.0; in PetscLogFinalize()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 46 …->messageLength -= petsc_irecv_len_th + petsc_isend_len_th + petsc_recv_len_th + petsc_send_len_th; in PetscEventPerfInfoTic_Internal() 97 …nfo->messageLength += petsc_irecv_len_th + petsc_isend_len_th + petsc_recv_len + petsc_send_len_th; in PetscEventPerfInfoToc_Internal()
|