Skip to content

Commit

Permalink
default to coalesced comms
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Nov 18, 2024
1 parent 1e5e4d4 commit 1f1c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Mesh::Mesh(ParameterInput *pin, ApplicationInput *app_in, Packages_t &packages,
brdisp(Globals::nranks), bddisp(Globals::nranks),
pcoalesced_comms(std::make_shared<CoalescedComms>(this)),
do_coalesced_comms{
pin->GetOrAddBoolean("parthenon/mesh", "do_coalesced_comms", false)} {
pin->GetOrAddBoolean("parthenon/mesh", "do_coalesced_comms", true)} {
// Allow for user overrides to default Parthenon functions
if (app_in->InitUserMeshData != nullptr) {
InitUserMeshData = app_in->InitUserMeshData;
Expand Down

0 comments on commit 1f1c5f3

Please sign in to comment.