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

Fix window parameter for RMA test

parent 589d49e6
Branches
No related tags found
1 merge request!25Draft: Fortran Support
...@@ -31,6 +31,7 @@ class InvalidWinErrorRMA(ErrorGenerator): ...@@ -31,6 +31,7 @@ class InvalidWinErrorRMA(ErrorGenerator):
# free window too early # free window too early
tm = get_rma_template() tm = get_rma_template()
win_free_early = CorrectMPICallFactory.mpi_win_free() win_free_early = CorrectMPICallFactory.mpi_win_free()
win_free_early.set_arg("win", "&" + win_free_early.get_arg("win"))
tm.insert_instruction(new_instruction=win_free_early, before_instruction="STARTRMAEPOCH") tm.insert_instruction(new_instruction=win_free_early, before_instruction="STARTRMAEPOCH")
# opening epoch on already freed window is the actual error # opening epoch on already freed window is the actual error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment