-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John H. Hartman <jhh67@users.noreply.github.com>
- Loading branch information
Showing
6 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CHPL_RT_COMM_OFI_MAX_MSG_SIZE=100 | ||
CHPL_RT_COMM_OFI_MAX_MSG_SIZE=100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CHPL_RT_COMM_OFI_EP_CNT=10 | ||
CHPL_RT_COMM_OFI_EP_CNT=10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Tests for CHPL_COMM=ofi with unbound endpoints. This is accomplished by | ||
setting CHPL_RT_COMM_OFI_EP_CNT to a small value. | ||
setting CHPL_RT_COMM_OFI_EP_CNT to a small value. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
CHPL_COMM != ofi | ||
CHPL_COMM != ofi |