Skip to content
Snippets Groups Projects
Verified Commit 73dbc0ba authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Fix GlobalConcurrency to declare window

parent cbe49ddd
No related branches found
No related tags found
1 merge request!11RMA Test Cases
......@@ -253,6 +253,7 @@ class GlobalConcurrencyErrorRMA(ErrorGenerator):
(win_declare, win_alloc, win_free) = get_allocated_window(
"mpi_win_create", cf.get("win"), cf.winbuf_var_name, "int", "10")
# window allocation boilerplate
self.tm.register_instruction(win_declare)
self.tm.register_instruction(win_alloc)
# local buffer allocation, can be used by calls from different ranks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment