Home
last modified time | relevance | path

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

/petsc/src/sys/error/
H A Dadebug.c260 PetscBool isdbx, isidb, isxldb, isxxgdb, isups, isxdb, isworkshop, isddd, iskdbg, islldb; in PetscAttachDebugger() local
273 PetscCall(PetscStrcmp(PetscDebugger, "ddd", &isddd)); in PetscAttachDebugger()
283 if (isxxgdb || isups || isddd) { in PetscAttachDebugger()
555 PetscBool isdbx, isxldb, isxxgdb, isddd, iskdbg, isups, isxdb, islldb; in PetscStopForDebugger() local
582 PetscCall(PetscStrcmp(PetscDebugger, "ddd", &isddd)); in PetscStopForDebugger()
590 …if (isxxgdb || isups || isddd || iskdbg) printf("[%d]%s>>%s %s %d\n", rank, hostname, PetscDebugge… in PetscStopForDebugger()