Skip to content

Commit

Permalink
Run bigTransfer tests with small fabric message size
Browse files Browse the repository at this point in the history
Signed-off-by: John H. Hartman <[email protected]>
  • Loading branch information
jhh67 committed Sep 24, 2024
1 parent e237366 commit 495b202
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/runtime/configMatters/comm/large-rma/EXECENV
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHPL_RT_COMM_OFI_MAX_MSG_SIZE=100
3 changes: 3 additions & 0 deletions test/runtime/configMatters/comm/large-rma/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Test RMA operations that are larger than the maximum message size of the fabric
and therefore require multiple transfers. This is accomplished by setting
the CHPL_RT_COMM_OFI_MAX_MSG_SIZE to a small value.
1 change: 1 addition & 0 deletions test/runtime/configMatters/comm/large-rma/bigTransfer.chpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--doGET=false --xferMB=2048
1 change: 1 addition & 0 deletions test/runtime/configMatters/comm/large-rma/bigTransfer.good

0 comments on commit 495b202

Please sign in to comment.