Skip to content

Commit

Permalink
change debug stmt to selected mpi comm, not comm world (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush authored Jul 19, 2024
1 parent c990a81 commit 7feab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/blueprint/conduit_blueprint_mpi_mesh_flatten.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ParallelMeshFlattener::FieldInfo::FieldInfo(const Node &n)
void
ParallelMeshFlattener::FieldInfo::from_node(const Node &n)
{
DEBUG_PRINT("Rank " << relay::mpi::rank(MPI_COMM_WORLD) << " - from_node" << std::endl);
DEBUG_PRINT("Rank " << relay::mpi::rank(comm) << " - from_node" << std::endl);
field_names.clear();
field_ncomps.clear();
field_assocs.clear();
Expand Down

0 comments on commit 7feab70

Please sign in to comment.