Searched refs:PetscLogStateEventSetCollective (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.c | 40 PetscCall(PetscLogStateEventSetCollective(nested->state, *nested_event, event_info.collective)); in PetscLogEventGetNestedEvent() 77 PetscCall(PetscLogStateEventSetCollective(nested->state, *nested_event, collective)); in PetscLogStageGetNestedEvent()
|
| /petsc/src/sys/logging/state/ |
| H A D | logstate.c | 277 PetscErrorCode PetscLogStateEventSetCollective(PetscLogState state, PetscLogEvent event, PetscBool … in PetscLogStateEventSetCollective() function
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 1100 if (state) PetscCall(PetscLogStateEventSetCollective(state, event, collective)); in PetscLogEventSetCollective()
|
| /petsc/include/ |
| H A D | petsclog.h | 93 PETSC_EXTERN PetscErrorCode PetscLogStateEventSetCollective(PetscLogState, PetscLogEvent, PetscBool…
|