Searched refs:num_events_local (Results 1 – 1 of 1) sorted by relevance
407 PetscInt num_events_local; in PetscLogRegistryCreateGlobalEventNames() local411 PetscCall(PetscLogEventArrayGetSize(registry->events, &num_events_local, NULL)); in PetscLogRegistryCreateGlobalEventNames()412 PetscCall(PetscMalloc1(num_events_local, &names)); in PetscLogRegistryCreateGlobalEventNames()413 for (PetscLogEvent i = 0; i < num_events_local; i++) { in PetscLogRegistryCreateGlobalEventNames()419 PetscCall(PetscLogGlobalNamesCreate(comm, num_events_local, names, global_names_p)); in PetscLogRegistryCreateGlobalEventNames()