Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c171 PetscMPIInt node_size = (PetscMPIInt)options[1]; in PetscPartitionerMultistage_CreateStages() local
172 if (node_size > 1) { in PetscPartitionerMultistage_CreateStages()
175 PetscMPIInt ngroups = size / node_size; in PetscPartitionerMultistage_CreateStages()
177 if (size % node_size) ngroups += 1; in PetscPartitionerMultistage_CreateStages()
180 color = rank / node_size; in PetscPartitionerMultistage_CreateStages()