Skip to content

Commit

Permalink
Merge branch 'main' into ci_mirgecom_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Mar 3, 2022
2 parents 5f5ff6b + f7a9f47 commit 551c993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def cross_rank_trace_pairs(
# - https://github.com/illinois-ceesd/mirgecom/issues/617#issuecomment-1057082716 # noqa
# - https://github.com/inducer/grudge/pull/222
from mpi4py import MPI
tag_ub = actx.mpi_communicator.Get_attr(MPI.TAG_UB)
tag_ub = MPI.COMM_WORLD.Get_attr(MPI.TAG_UB)
key_builder = _TagKeyBuilder()
digest = key_builder(comm_tag)
num_tag = sum(ord(ch) << i for i, ch in enumerate(digest)) % tag_ub
Expand Down

0 comments on commit 551c993

Please sign in to comment.