Searched refs:use_nvshmem_get (Results 1 – 3 of 3) sorted by relevance
700 if (sf->use_nvshmem_get) { in PetscSFLinkCreate_NVSHMEM()708 if (sf->use_nvshmem_get) { in PetscSFLinkCreate_NVSHMEM()751 if (sf->use_nvshmem_get) { /* get-based protocol */ in PetscSFLinkCreate_NVSHMEM()
116 …PetscBool use_nvshmem_get; /* If true, use nvshmem_get based protocol, otherwise, use … member
87 b->use_nvshmem_get = PETSC_FALSE; /* Default is to use nvshmem_put based protocol */ in PetscSFCreate()89 PetscCall(PetscOptionsGetBool(NULL, NULL, "-use_nvshmem_get", &b->use_nvshmem_get, NULL)); in PetscSFCreate()