Skip to content

Commit

Permalink
Revert "Fix hang at startup/first output in KHARMA downstream"
Browse files Browse the repository at this point in the history
This reverts commit b40ea06.
  • Loading branch information
Ben Prather committed Dec 8, 2023
1 parent 665aedf commit 8b12c12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/outputs/outputs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ void OutputType::ClearOutputData() {
void Outputs::MakeOutputs(Mesh *pm, ParameterInput *pin, SimTime *tm,
const SignalHandler::OutputSignal signal) {
Kokkos::Profiling::pushRegion("MakeOutputs");
MPI_Barrier(MPI_COMM_WORLD);
bool first = true;
OutputType *ptype = pfirst_type_;
while (ptype != nullptr) {
Expand All @@ -436,7 +435,6 @@ void Outputs::MakeOutputs(Mesh *pm, ParameterInput *pin, SimTime *tm,
}
ptype = ptype->pnext_type; // move to next OutputType node in singly linked list
}
MPI_Barrier(MPI_COMM_WORLD);
Kokkos::Profiling::popRegion(); // MakeOutputs
}

Expand Down

0 comments on commit 8b12c12

Please sign in to comment.