Skip to content

Commit 51c0053

Browse files
committed
dist: Add OFI MTL max_msg_size note to README
Following up on discussion around Issue #7058, add a note to the README about the OFI MTL's handling of max_msg_size. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 1da3f93 commit 51c0053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,11 @@ All OpenSHMEM-1.3 functionality is supported.
800800
mechanisms for Open MPI to utilize single-copy semantics for shared
801801
memory.
802802

803+
* The OFI MTL does not support sending messages larger than the active
804+
Libfabric provider's `max_msg_size`. If you receive an error
805+
message about sending too large of a message when using the OFI MTL,
806+
please reach out to your networking vendor to ask them to support a
807+
larger `max_msg_size` for tagged messages.
803808

804809
### Open MPI Extensions
805810

0 commit comments

Comments
 (0)