Home
last modified time | relevance | path

Searched refs:PetscLogEventBegin (Results 1 – 25 of 179) sorted by relevance

12345678

/petsc/src/sys/tutorials/
H A Dex3f90.F9081 PetscCallA(PetscLogEventBegin(Morning, ierr))
86 PetscCallA(PetscLogEventBegin(Lessons, ierr))
97 PetscCallA(PetscLogEventBegin(TidyClass, ierr))
100 PetscCallA(PetscLogEventBegin(CorrectHomework, ierr))
106 PetscCallA(PetscLogEventBegin(SkipRope, ierr))
110 PetscCallA(PetscLogEventBegin(PlayBall, ierr))
115 PetscCallA(PetscLogEventBegin(Lessons, ierr))
122 PetscCallA(PetscLogEventBegin(Afternoon, ierr))
133 PetscCallA(PetscLogEventBegin(Lessons, ierr))
139 PetscCallA(PetscLogEventBegin(TidyClass, ierr))
[all …]
H A Dex3f.F9057 PetscCallA(PetscLogEventBegin(USER_EVENT1, ierr))
61 PetscCallA(PetscLogEventBegin(USER_EVENT2, ierr))
65 PetscCallA(PetscLogEventBegin(USER_EVENT3, ierr))
69 PetscCallA(PetscLogEventBegin(USER_EVENT4, ierr))
73 PetscCallA(PetscLogEventBegin(USER_EVENT5, ierr))
77 PetscCallA(PetscLogEventBegin(USER_EVENT6, ierr))
81 PetscCallA(PetscLogEventBegin(USER_EVENT7, ierr))
85 PetscCallA(PetscLogEventBegin(USER_EVENT8, ierr))
89 PetscCallA(PetscLogEventBegin(USER_EVENT9, ierr))
99 PetscCallA(PetscLogEventBegin(USER_EVENT1, ierr))
[all …]
H A Dex3.c35 PetscCall(PetscLogEventBegin(USER_EVENT, 0, 0, 0, 0)); in main()
48 PetscCall(PetscLogEventBegin(USER_EVENT, 0, 0, 0, 0)); in main()
56 PetscCall(PetscLogEventBegin(USER_EVENT, 0, 0, 0, 0)); in main()
66 PetscCall(PetscLogEventBegin(USER_EVENT, 0, 0, 0, 0)); in main()
/petsc/src/benchmarks/
H A DPLogEvent.c14 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
19 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
21 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
23 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
25 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
27 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
29 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
31 PetscCall(PetscLogEventBegin(e1, &x, 0, 0, 0)); in main()
33 PetscCall(PetscLogEventBegin(e1, &x, &y, 0, 0)); in main()
35 PetscCall(PetscLogEventBegin(e1, &y, 0, 0, 0)); in main()
[all …]
/petsc/include/petsc/private/
H A Dviewercgnsimpl.h40 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_Open, o1, o2, 0, 0)); \
47 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_Close, o1, o2, 0, 0)); \
54 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_ReadMeta, o1, o2, 0, 0)); \
61 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_ReadData, o1, o2, 0, 0)); \
68 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_WriteMeta, o1, o2, 0, 0)); \
75 PetscCall(PetscLogEventBegin(PETSC_VIEWER_CGNS_WriteData, o1, o2, 0, 0)); \
/petsc/src/sys/tests/
H A Dex72.c16 PetscCall(PetscLogEventBegin(e1, NULL, NULL, NULL, NULL)); in main()
18 PetscCall(PetscLogEventBegin(e2, NULL, NULL, NULL, NULL)); in main()
21 PetscCall(PetscLogEventBegin(e1, NULL, NULL, NULL, NULL)); in main()
23 PetscCall(PetscLogEventBegin(e2, NULL, NULL, NULL, NULL)); in main()
H A Dex68.c67 PetscCall(PetscLogEventBegin(unrelated_event[0], NULL, NULL, NULL, NULL)); in main()
69 PetscCall(PetscLogEventBegin(unrelated_event[1], NULL, NULL, NULL, NULL)); in main()
72 PetscCall(PetscLogEventBegin(unrelated_event[2], NULL, NULL, NULL, NULL)); in main()
74 PetscCall(PetscLogEventBegin(unrelated_event[3], NULL, NULL, NULL, NULL)); in main()
77 PetscCall(PetscLogEventBegin(runtime_event, NULL, NULL, NULL, NULL)); in main()
H A Dex30.c56 PetscCall(PetscLogEventBegin(event1, NULL, NULL, NULL, NULL)); in CallEvents()
58 PetscCall(PetscLogEventBegin(event2, NULL, NULL, NULL, NULL)); in CallEvents()
60 PetscCall(PetscLogEventBegin(event3, NULL, NULL, NULL, NULL)); in CallEvents()
128 PetscCall(PetscLogEventBegin(event1, container1, container2, NULL, NULL)); in main()
/petsc/src/ksp/pc/impls/mg/
H A Dfmg.c14 …if (mglevels[i]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i]->eventinterprestric… in PCMGFCycle_Private()
32 …if (mglevels[i + 1]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i + 1]->eventinter… in PCMGFCycle_Private()
41 …if (mglevels[i + 1]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i + 1]->eventinter… in PCMGFCycle_Private()
48 …if (mglevels[i]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i]->eventinterprestric… in PCMGFCycle_Private()
64 …if (mglevels[i]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i]->eventinterprestric… in PCMGKCycle_Private()
81 …if (mglevels[i]->eventsmoothsolve) PetscCall(PetscLogEventBegin(mglevels[i]->eventsmoothsolve, 0, … in PCMGKCycle_Private()
90 …if (mglevels[i + 1]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i + 1]->eventinter… in PCMGKCycle_Private()
95 …if (mglevels[l - 1]->eventsmoothsolve) PetscCall(PetscLogEventBegin(mglevels[l - 1]->eventsmoothso… in PCMGKCycle_Private()
H A Dsmg.c13 …if (mglevels[i]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i]->eventinterprestric… in PCMGACycle_Private()
34 …if (mglevels[i]->eventsmoothsolve) PetscCall(PetscLogEventBegin(mglevels[i]->eventsmoothsolve, 0, … in PCMGACycle_Private()
51 …if (mglevels[i]->eventinterprestrict) PetscCall(PetscLogEventBegin(mglevels[i]->eventinterprestric… in PCMGACycle_Private()
/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Dmatfree.cxx58 PetscCall(PetscLogEventBegin(mctx->event1, 0, 0, 0, 0)); in PetscAdolcIJacobianVectorProduct()
74 PetscCall(PetscLogEventBegin(mctx->event2, 0, 0, 0, 0)); in PetscAdolcIJacobianVectorProduct()
140 PetscCall(PetscLogEventBegin(mctx->event1, 0, 0, 0, 0)); in PetscAdolcIJacobianVectorProductIDMass()
162 PetscCall(PetscLogEventBegin(mctx->event2, 0, 0, 0, 0)); in PetscAdolcIJacobianVectorProductIDMass()
207 PetscCall(PetscLogEventBegin(mctx->event3, 0, 0, 0, 0)); in PetscAdolcIJacobianTransposeVectorProduct()
224 PetscCall(PetscLogEventBegin(mctx->event4, 0, 0, 0, 0)); in PetscAdolcIJacobianTransposeVectorProduct()
293 PetscCall(PetscLogEventBegin(mctx->event3, 0, 0, 0, 0)); in PetscAdolcIJacobianTransposeVectorProductIDMass()
316 PetscCall(PetscLogEventBegin(mctx->event4, 0, 0, 0, 0)); in PetscAdolcIJacobianTransposeVectorProductIDMass()
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c45 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
54 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etoc, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
63 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etor, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx106 PetscCall(PetscLogEventBegin(DCONTEXT_Create, nullptr, nullptr, nullptr, nullptr)); in PetscDeviceContextCreate()
151 PetscCall(PetscLogEventBegin(DCONTEXT_Destroy, nullptr, nullptr, nullptr, nullptr)); in PetscDeviceContextDestroy()
191 PetscCall(PetscLogEventBegin(DCONTEXT_ChangeStream, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextSetStreamType()
249 PetscCall(PetscLogEventBegin(DCONTEXT_SetDevice, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextSetDevice_Private()
392 PetscCall(PetscLogEventBegin(DCONTEXT_SetUp, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextSetUp()
402 PetscCall(PetscLogEventBegin(DCONTEXT_Duplicate, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextDuplicate_Private()
480 PetscCall(PetscLogEventBegin(DCONTEXT_QueryIdle, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextQueryIdle()
530 PetscCall(PetscLogEventBegin(DCONTEXT_WaitForCtx, dctxa, dctxb, nullptr, nullptr)); in PetscDeviceContextWaitForContext()
600 PetscCall(PetscLogEventBegin(DCONTEXT_Fork, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextForkWithStreamType()
768 PetscCall(PetscLogEventBegin(DCONTEXT_Join, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextJoin()
[all …]
/petsc/src/tao/interface/
H A Dtaosolver_fg.c139 PetscCall(PetscLogEventBegin(TAO_GradientEval, tao, X, G, NULL)); in TaoComputeGradient()
144 PetscCall(PetscLogEventBegin(TAO_ObjGradEval, tao, X, G, NULL)); in TaoComputeGradient()
185 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjective()
192 PetscCall(PetscLogEventBegin(TAO_ObjGradEval, tao, X, NULL, NULL)); in TaoComputeObjective()
234 PetscCall(PetscLogEventBegin(TAO_ObjGradEval, tao, X, G, NULL)); in TaoComputeObjectiveAndGradient()
242 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjectiveAndGradient()
246 PetscCall(PetscLogEventBegin(TAO_GradientEval, tao, X, G, NULL)); in TaoComputeObjectiveAndGradient()
437 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeResidual()
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/
H A Dfbcgsr.c109 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
119 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
137 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
153 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
189 PetscCall(PetscLogEventBegin(VEC_Ops, 0, 0, 0, 0)); in KSPSolve_FBCGSR()
/petsc/src/vec/vec/tutorials/
H A Dex5.c27 PetscCall(PetscLogEventBegin(VECTOR_GENERATE, 0, 0, 0, 0)); in main()
56 PetscCall(PetscLogEventBegin(VECTOR_READ, 0, 0, 0, 0)); in main()
H A Dex15.c27 PetscCall(PetscLogEventBegin(VECTOR_GENERATE, 0, 0, 0, 0)); in main()
62 PetscCall(PetscLogEventBegin(VECTOR_READ, 0, 0, 0, 0)); in main()
H A Dex5f.F9035 PetscCallA(PetscLogEventBegin(VECTOR_GENERATE, ierr))
68 PetscCallA(PetscLogEventBegin(VECTOR_READ, ierr))
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c205 PetscCall(PetscLogEventBegin(CHARACTERISTIC_SetUp, c, NULL, NULL, NULL)); in CharacteristicSetUp()
360 PetscCall(PetscLogEventBegin(CHARACTERISTIC_Solve, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
365 PetscCall(PetscLogEventBegin(CHARACTERISTIC_QueueSetup, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
397 PetscCall(PetscLogEventBegin(CHARACTERISTIC_HalfTimeExchange, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
401 PetscCall(PetscLogEventBegin(CHARACTERISTIC_HalfTimeLocal, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
423 PetscCall(PetscLogEventBegin(CHARACTERISTIC_HalfTimeExchange, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
428 PetscCall(PetscLogEventBegin(CHARACTERISTIC_HalfTimeRemote, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
446 PetscCall(PetscLogEventBegin(CHARACTERISTIC_HalfTimeExchange, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
462 PetscCall(PetscLogEventBegin(CHARACTERISTIC_FullTimeLocal, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
479 PetscCall(PetscLogEventBegin(CHARACTERISTIC_FullTimeExchange, NULL, NULL, NULL, NULL)); in CharacteristicSolve()
[all …]
/petsc/src/snes/impls/gs/
H A Dgssecant.c56 PetscCall(PetscLogEventBegin(SNES_NGSFuncEval, snes, X, B, 0)); in SNESComputeNGSDefaultSecant()
68 PetscCall(PetscLogEventBegin(SNES_NGSFuncEval, snes, X, B, 0)); in SNESComputeNGSDefaultSecant()
111 PetscCall(PetscLogEventBegin(SNES_NGSFuncEval, snes, X, B, 0)); in SNESComputeNGSDefaultSecant()
/petsc/src/mat/tests/
H A Dex31.c29 PetscCall(PetscLogEventBegin(MATRIX_GENERATE, 0, 0, 0, 0)); in main()
77 PetscCall(PetscLogEventBegin(MATRIX_READ, 0, 0, 0, 0)); in main()
/petsc/src/sys/logging/ftn-custom/
H A Dzplogf.c14 *ierr = PetscLogEventBegin(*e, 0, 0, 0, 0); in petsclogeventbegin_()
/petsc/src/sys/utils/
H A Dpbarrier.c37 PetscCall(PetscLogEventBegin(PETSC_Barrier, obj, 0, 0, 0)); in PetscBarrier()
/petsc/src/vec/vec/utils/
H A Dcomb.c129 PetscCall(PetscLogEventBegin(VEC_ReduceBegin, 0, 0, 0, 0)); in PetscCommSplitReductionBegin()
175 PetscCall(PetscLogEventBegin(VEC_ReduceEnd, 0, 0, 0, 0)); in PetscSplitReductionEnd()
204 PetscCall(PetscLogEventBegin(VEC_ReduceCommunication, 0, 0, 0, 0)); in PetscSplitReductionApply()
357 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecDotBegin()
440 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecTDotBegin()
507 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecNormBegin()
617 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMDotBegin()
708 PetscCall(PetscLogEventBegin(VEC_ReduceArithmetic, 0, 0, 0, 0)); in VecMTDotBegin()
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/
H A Dblas_cyclic.c56 PetscCall(PetscLogEventBegin(AXPBY_Cyc, NULL, NULL, NULL, NULL)); in VecAXPBYCyclic()
128 PetscCall(PetscLogEventBegin(DMV_Cyc, NULL, NULL, NULL, NULL)); in VecDMVCyclic()
212 PetscCall(PetscLogEventBegin(DSV_Cyc, NULL, NULL, NULL, NULL)); in VecDSVCyclic()
306 PetscCall(PetscLogEventBegin(TRSV_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseTRSVCyclic()
392 PetscCall(PetscLogEventBegin(HEMV_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseHEMVCyclic()
477 PetscCall(PetscLogEventBegin(GEMV_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseGEMVCyclic()
523 PetscCall(PetscLogEventBegin(AXPBY_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseRowAXPBYCyclic()
550 PetscCall(PetscLogEventBegin(MAT_Mult, A, NULL, NULL, NULL)); in MatMultColumnRange()
559 PetscCall(PetscLogEventBegin(MAT_MultAdd, A, NULL, NULL, NULL)); in MatMultAddColumnRange()
568 PetscCall(PetscLogEventBegin(MAT_MultHermitianTranspose, A, NULL, NULL, NULL)); in MatMultHermitianTransposeColumnRange()
[all …]

12345678