Home
last modified time | relevance | path

Searched refs:petsc_recv_len_th (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsclog.h221 PETSC_EXTERN_TLS PetscLogDouble petsc_recv_len_th; variable
512 …h, 1) || PetscMPITypeSize((count), (datatype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPI_Rec…
515 …h, 1) || PetscMPITypeSize((count), (datatype), (&petsc_recv_len), &(petsc_recv_len_th)) || MPI_Rec…
556 …) || PetscMPITypeSize((recvcount), (recvtype), (&petsc_recv_len), &(petsc_recv_len_th)) || MPI_Sca…
559 …) || PetscMPITypeSize((recvcount), (recvtype), (&petsc_recv_len), &(petsc_recv_len_th)) || MPI_Sca…
580 …) || PetscMPITypeSize((recvcount), (recvtype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPI_Isc…
583 …) || PetscMPITypeSize((recvcount), (recvtype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPI_Isc…
589 …h, 1) || PetscMPITypeSize((count), (datatype), (&petsc_recv_len), (&petsc_recv_len_th)) || MPIX_Re…
/petsc/src/sys/logging/
H A Dplog.c64 PETSC_TLS PetscLogDouble petsc_recv_len_th = 0.0; variable
2625 petsc_recv_len_th = 0.0; in PetscLogFinalize()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c46 …eventInfo->messageLength -= petsc_irecv_len_th + petsc_isend_len_th + petsc_recv_len_th + petsc_se… in PetscEventPerfInfoTic_Internal()