Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.hpp18 #if defined(PETSC_CUPM_DEVICE_NONE)
19 #error redefinition of PETSC_CUPM_DEVICE_NONE
22 #define PETSC_CUPM_DEVICE_NONE -3 macro
62 int Device<T>::defaultDevice_ = PETSC_CUPM_DEVICE_NONE;
H A Dcupmdevice.cxx221 defaultDevice_ = PETSC_CUPM_DEVICE_NONE; // disabled by default in finalize_()
259 initId.first = PETSC_CUPM_DEVICE_NONE; in initialize()
273 if ((initId.first > 0) || (initId.first == PETSC_DECIDE)) initId.first = PETSC_CUPM_DEVICE_NONE; in initialize()
317 …PetscCheck(defaultDevice_ != PETSC_CUPM_DEVICE_NONE, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "T… in init_device_id_()