Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex4.c17 PetscStreamType sub_stype; in DoFork() local
20 PetscCall(PetscDeviceContextGetStreamType((*sub)[i], &sub_stype)); in DoFork()
21 …PetscCall(AssertPetscStreamTypesValidAndEqual(sub_stype, stype, "Child stream type %s != parent st… in DoFork()