Skip to content

Commit

Permalink
Random commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwrigh committed Jul 14, 2023
1 parent 84d495d commit ba9fe03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fluids/src/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData *problem, M
num_owned_interface_ranks++;
}
}

PetscCallMPI(MPI_Gather(&num_remote_roots_total, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm));
if (!rank) {
PetscCall(PetscSortInt(comm_size, gather_buffer));
Expand Down

0 comments on commit ba9fe03

Please sign in to comment.