Skip to content
Snippets Groups Projects
Commit aaf2412a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Fix

parent 9f16ab4b
No related branches found
No related tags found
1 merge request!7Add a scale factor for messages
......@@ -133,7 +133,7 @@ for key in keysends:
print "# ERROR: missing recv key: ", key
# Reorder recvs to same order as sends.
nrecvs = [recvs[i] for i in msends]
recvs = [recvs[i] for i in msends]
# Now we can split and retag. XXX if you run out of tags need to
# split by rank and then maybe itype and use tag count with these.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment