Skip to content

Commit

Permalink
Check for temporal consistency across ranks.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyount committed Dec 12, 2022
1 parent 9a95e87 commit 2c6f3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel/lib/setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ namespace yask {
to_string(me) + "; specify one, "
"and the other will be calculated");
}
env->assert_equality_over_ranks(idx_t(actl_opts->_mega_block_sizes[step_dim]), "Mega-block temporal size");
env->assert_equality_over_ranks(idx_t(actl_opts->_block_sizes[step_dim]), "block temporal size");

#ifndef USE_MPI

Expand Down

0 comments on commit 2c6f3a6

Please sign in to comment.