Skip to content
Snippets Groups Projects
Commit dca159ad authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix irecv template generation

parent 2a296186
No related branches found
No related tags found
1 merge request!4Devel tj
...@@ -56,7 +56,7 @@ def get_send_recv_template(send_func, recv_func): ...@@ -56,7 +56,7 @@ def get_send_recv_template(send_func, recv_func):
if recv_func.startswith("mpi_i"): if recv_func.startswith("mpi_i"):
b = InstructionBlock("WAIT") b = InstructionBlock("WAIT")
b.register_operation(CorrectMPICallFactory().mpi_wait(), 2) b.register_operation(CorrectMPICallFactory().mpi_wait(), 0)
tm.register_instruction_block(b) tm.register_instruction_block(b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment