Searched refs:PetscLogEventSync (Results 1 – 5 of 5) sorted by relevance
65 PetscCall(PetscLogEventSync(USER_EVENT, PETSC_COMM_WORLD)); in main()
268 PetscCall(PetscLogEventSync(event_1, PETSC_COMM_WORLD)); in main()
127 PetscCall(PetscLogEventSync(event1, PETSC_COMM_WORLD)); in main()
261 PetscCall(PetscLogEventSync(PETSC_BuildTwoSided, comm)); in PetscCommBuildTwoSided()497 PetscCall(PetscLogEventSync(PETSC_BuildTwoSidedF, comm)); in PetscCommBuildTwoSidedFReq()
331 static inline PetscErrorCode PetscLogEventSync(PetscLogEvent e, MPI_Comm comm) in PetscLogEventSync() function679 …#define PetscLogEventSync(e, comm) ((void)(e), (void)(comm), PETSC_SUCC… macro