Skip to content

Commit 0c6bb5a

Browse files
authored
DistributionMapping: Fix comments (#5249)
1 parent 8152ba9 commit 0c6bb5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Src/Base/AMReX_DistributionMapping.H

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ class DistributionMapping
205205
* @param[in] rcost_local LayoutData of costs; contains, e.g., costs for the
206206
* local boxes in the FAB array, corresponding indices in the global
207207
* indices in the FAB array, and the distribution mapping
208-
* @param[in,out] currentEfficiency writes the efficiency (i.e., mean cost over
208+
* @param[in,out] currentEfficiency On the root process, this is the efficiency (i.e., mean cost over
209209
* all MPI ranks, normalized to the max cost) given the current
210210
* distribution mapping
211-
* @param[in,out] proposedEfficiency writes the efficiency for the proposed
211+
* @param[in,out] proposedEfficiency On the root process, this is the efficiency for the proposed
212212
* distribution mapping
213213
* @param[in] nmax the maximum number of boxes that can be assigned to any
214214
* MPI rank by the knapsack algorithm
@@ -244,10 +244,10 @@ class DistributionMapping
244244
* @param[in] rcost_local LayoutData of costs; contains, e.g., costs for the
245245
* local boxes in the FAB array, corresponding indices in the global
246246
* indices in the FAB array, and the distribution mapping
247-
* @param[in,out] currentEfficiency writes the efficiency (i.e., mean cost over
247+
* @param[in,out] currentEfficiency On the root process, this is the efficiency (i.e., mean cost over
248248
* all MPI ranks, normalized to the max cost) given the current
249249
* distribution mapping
250-
* @param[in,out] proposedEfficiency writes the efficiency for the proposed
250+
* @param[in,out] proposedEfficiency On the root process, this is the efficiency for the proposed
251251
* distribution mapping
252252
* @param[in] broadcastToAll controls whether to transmit the proposed
253253
* distribution mapping to all other processes; setting this to

0 commit comments

Comments
 (0)