Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Sep 5, 2024
1 parent 239d4d6 commit ead8637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/replay/replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void load_actions(const std::string &file_name, int mpi_comm_id, conduit::Node &
<< "\n" << emsg);
}
#ifdef ASCENT_REPLAY_MPI
relay::mpi::broadcast_using_schema(actions, 0, mpi_comm);
conduit::relay::mpi::broadcast_using_schema(actions, 0, mpi_comm);
#endif
}

Expand Down

0 comments on commit ead8637

Please sign in to comment.