Searched refs:petsc_isend_len_th (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 220 PETSC_EXTERN_TLS PetscLogDouble petsc_isend_len_th; variable 498 … 1) || PetscMPITypeSize((count), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPI_Ise… 501 … 1) || PetscMPITypeSize((count), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPI_Ise… 507 …er) || PetscMPITypeSize((count), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || ((numbe… 509 … 1) || PetscMPITypeSize((count), (datatype), (&petsc_isend_len), (&petsc_isend_len_th)) || MPI_Sta… 592 … 1) || PetscMPITypeSize((count), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPIX_Is…
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 67 PETSC_TLS PetscLogDouble petsc_isend_len_th = 0.0; variable 2628 petsc_isend_len_th = 0.0; in PetscLogFinalize()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 46 …eventInfo->messageLength -= petsc_irecv_len_th + petsc_isend_len_th + petsc_recv_len_th + petsc_se… in PetscEventPerfInfoTic_Internal() 97 …eventInfo->messageLength += petsc_irecv_len_th + petsc_isend_len_th + petsc_recv_len + petsc_send_… in PetscEventPerfInfoToc_Internal()
|