Skip to content
Snippets Groups Projects
Commit edf9d97c authored by Oraji, Yussur Mustafa's avatar Oraji, Yussur Mustafa
Browse files

Fix missing error marker for InvalidParam-Buffer-mpi_(i)mrecv

parent 94da8164
Branches
No related tags found
1 merge request!26Fix missing error marker for InvalidParam-Buffer-mpi_(i)mrecv
......@@ -95,6 +95,8 @@ class InvalidBufErrorP2P(ErrorGenerator):
call_list = tm.get_instruction(identifier="FREE", return_list=True)
tm.remove_instruction(identifier="FREE")
tm.insert_instruction(call_list, before_instruction="MPICALL", before_first_of_list=True)
for call in tm.get_instruction(identifier="MATCHEDRECEIVE", return_list=True):
call.set_has_error()
yield tm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment