Searched refs:node_size (Results 1 – 1 of 1) sorted by relevance
171 PetscMPIInt node_size = (PetscMPIInt)options[1]; in PetscPartitionerMultistage_CreateStages() local172 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()