We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e8db6 commit fb2cac5Copy full SHA for fb2cac5
grudge/trace_pair.py
@@ -717,7 +717,7 @@ def send_single_array(key, local_subary):
717
def recv_single_array(key, remote_subary_template):
718
if isinstance(remote_subary_template, Number):
719
# NOTE: Assumes that the same number is passed on every rank
720
- return Number
+ return remote_subary_template
721
else:
722
ary_tag = (comm_tag, key)
723
return DistributedSendRefHolder(
0 commit comments