Skip to content

Commit

Permalink
#276: tests: update print to reflect allreduce
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent caa45c1 commit cee09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/collection/test_collection_group_recreate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct MyCol : vt::Collection<MyCol,vt::Index1D> {

void checkVal(int val) {
cb_counter++;
fmt::print("at root: final num={} cb_counter={}\n", val, cb_counter);
fmt::print("final num={} cb_counter={}\n", val, cb_counter);
}

template <typename SerializerT>
Expand Down

0 comments on commit cee09f2

Please sign in to comment.