Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx23 static std::jmp_buf MPISyclAwareJumpBuffer; variable
109 if ((signal == SIGSEGV) && MPISyclAwareJumpBufferSet) std::longjmp(MPISyclAwareJumpBuffer, 1); in isMPISyclAware_()
119 if (setjmp(MPISyclAwareJumpBuffer)) { in isMPISyclAware_()