Skip to content

Commit

Permalink
fix wrong mpi define undermining replay (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush authored Jun 13, 2024
1 parent 9dac20f commit f747fc6
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 @@ -219,7 +219,7 @@ main(int argc, char *argv[])
}
flow::Timer load;

#if defined(ASCENT_MPI_ENABLED)
#if defined(ASCENT_REPLAY_MPI)
MPI_Comm comm = MPI_Comm_f2c(options["mpi_comm"].to_int());
conduit::relay::mpi::io::blueprint::load_mesh(time_steps[i],replay_data,comm);
#else
Expand Down

0 comments on commit f747fc6

Please sign in to comment.