Skip to content
Snippets Groups Projects

Fix RMA LocalConcurrency tests

Merged Simon Schwitanski requested to merge rma-localconcurrency-fixes into main
2 files
+ 13
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -756,6 +756,7 @@ def get_rma_call(tm: TemplateManager, rma_func, rank, identifier="RMACall") -> T
rma_call = getattr(cfmpi, rma_func)()
rma_call.set_identifier(identifier)
rma_call.set_rank_executing(rank)
rma_call.set_arg("target_rank", "1")
# request-based RMA call, add request
if rma_call.has_arg("request"):
Loading