Skip to content

Commit

Permalink
nondeterministic?
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Sep 19, 2024
1 parent 2f84939 commit e0ab353
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/amr/messengers/communicator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ namespace amr
void add(std::unique_ptr<Algorithm> const& algo, std::shared_ptr<Schedule>& schedule,
int levelNumber)
{
// for shared border node value exchange in parallel
schedule->setDeterministicUnpackOrderingFlag(true);
schedules_[levelNumber][algo.get()] = schedule;
}

Expand Down

0 comments on commit e0ab353

Please sign in to comment.