Skip to content
Snippets Groups Projects

RMA Test Cases

Open Simon Schwitanski requested to merge rma into main
@@ -255,6 +255,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
Loading