Skip to content

Commit

Permalink
Update Src/AmrCore/AMReX_AmrMesh.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Weiqun Zhang <[email protected]>
  • Loading branch information
akashdhruv and WeiqunZhang authored Sep 28, 2023
1 parent c99c087 commit ef3b524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Src/AmrCore/AMReX_AmrMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,9 @@ AmrMesh::MakeDistributionMap (int lev, BoxArray const& ba)

BL_PROFILE("AmrMesh::MakeDistributionMap()");

// useful print statement to notify that a new distribution map is being created at lev
amrex::Print() << "creating new distribution map on level: " << lev + 1 << "\n";
if (verbose) {
amrex::Print() << "Creating new distribution map on level: " << lev << "\n";
}

// initialize new distribution mapping
DistributionMapping dm;
Expand Down

0 comments on commit ef3b524

Please sign in to comment.