Searched refs:num_stages_local (Results 1 – 1 of 1) sorted by relevance
389 PetscInt num_stages_local; in PetscLogRegistryCreateGlobalStageNames() local393 PetscCall(PetscLogStageArrayGetSize(registry->stages, &num_stages_local, NULL)); in PetscLogRegistryCreateGlobalStageNames()394 PetscCall(PetscMalloc1(num_stages_local, &names)); in PetscLogRegistryCreateGlobalStageNames()395 for (PetscLogEvent i = 0; i < num_stages_local; i++) { in PetscLogRegistryCreateGlobalStageNames()400 PetscCall(PetscLogGlobalNamesCreate(comm, num_stages_local, names, global_names_p)); in PetscLogRegistryCreateGlobalStageNames()