Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Src/Base/AMReX_DistributionMapping.H
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ class DistributionMapping
* @param[in] rcost_local LayoutData of costs; contains, e.g., costs for the
* local boxes in the FAB array, corresponding indices in the global
* indices in the FAB array, and the distribution mapping
* @param[in,out] currentEfficiency writes the efficiency (i.e., mean cost over
* @param[in,out] currentEfficiency On the root process, this is the efficiency (i.e., mean cost over
* all MPI ranks, normalized to the max cost) given the current
* distribution mapping
* @param[in,out] proposedEfficiency writes the efficiency for the proposed
* @param[in,out] proposedEfficiency On the root process, this is the efficiency for the proposed
* distribution mapping
* @param[in] nmax the maximum number of boxes that can be assigned to any
* MPI rank by the knapsack algorithm
Expand Down Expand Up @@ -244,10 +244,10 @@ class DistributionMapping
* @param[in] rcost_local LayoutData of costs; contains, e.g., costs for the
* local boxes in the FAB array, corresponding indices in the global
* indices in the FAB array, and the distribution mapping
* @param[in,out] currentEfficiency writes the efficiency (i.e., mean cost over
* @param[in,out] currentEfficiency On the root process, this is the efficiency (i.e., mean cost over
* all MPI ranks, normalized to the max cost) given the current
* distribution mapping
* @param[in,out] proposedEfficiency writes the efficiency for the proposed
* @param[in,out] proposedEfficiency On the root process, this is the efficiency for the proposed
* distribution mapping
* @param[in] broadcastToAll controls whether to transmit the proposed
* distribution mapping to all other processes; setting this to
Expand Down
Loading