Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupminterface.hpp39 #define PetscCallCUPM_(__abort_fn__, __comm__, ...) \ macro
51 #define PetscCallCUPM(...) PetscCallCUPM_(PetscCheck, PETSC_COMM_SELF, __VA_ARGS__)
52 #define PetscCallCUPMAbort(comm_, ...) PetscCallCUPM_(PetscCheckAbort, comm_, __VA_ARGS__)