Skip to main content
Sign in
Snippets Groups Projects
Commit a86a6519 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix testsome case

parent 10f9a1d0
Branches
No related tags found
No related merge requests found
......@@ -245,10 +245,8 @@ def replace_wait(wait_call, tm, wait_func_to_use):
return
if wait_func_to_use == "mpi_testsome":
flag_name = tm.add_stack_variable("int")
idx_name = tm.add_stack_variable("int")
idx_array = tm.add_stack_variable("int")
test_call = MPICallFactory.mpi_testsome("1", wait_call.get_arg("request"), "&" + idx_name, "&" + idx_array,
"&" + flag_name,
test_call = MPICallFactory.mpi_testsome("1", wait_call.get_arg("request"), "&" + flag_name, "&" + idx_array,
wait_call.get_arg("status"))
test_call.set_rank_executing(wait_call.get_rank_executing())
test_call.set_identifier(wait_call.get_identifier())
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment