Searched refs:__comm__ (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | cupmsolverinterface.hpp | 18 #define PetscCallCUPMSOLVER_(__abort_fn__, __comm__, ...) \ argument 24 __abort_fn__(__comm__, PETSC_ERR_GPU_RESOURCE, \ 29 …__abort_fn__(__comm__, PETSC_ERR_GPU, "%s error %d (%s)", cupmSolverName(), static_cast<PetscError…
|
| H A D | cupmblasinterface.hpp | 20 #define PetscCallCUPMBLAS_(__abort_fn__, __comm__, ...) \ argument 26 __abort_fn__(__comm__, PETSC_ERR_GPU_RESOURCE, \ 31 …__abort_fn__(__comm__, PETSC_ERR_GPU, "%s error %d (%s)", cupmBlasName(), static_cast<PetscErrorCo…
|
| H A D | cupminterface.hpp | 39 #define PetscCallCUPM_(__abort_fn__, __comm__, ...) \ argument 43 …__abort_fn__(cerr_p_ == cupmSuccess, __comm__, PETSC_ERR_GPU, "%s error %d (%s) : %s", cupmName(),…
|