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

Fix mpi recv init template

parent 85332db0
No related branches found
No related tags found
1 merge request!6More Work on infrastructure IV
......@@ -101,7 +101,7 @@ def get_send_recv_template(send_func="mpi_isend", recv_func="mpi_irecv"):
# the pready takes a Request NOt a request*
b.register_operation(MPICallFactory().mpi_pready("0", cf.get("request")[1:]), 1)
if recv_func in persistent_recv_funcs:
b.register_operation(cmpicf.mpi_start(), 1) #
b.register_operation(cmpicf.mpi_start(), 0) #
# parrived is not necessary
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