Sandia-OpenSHMEM / SOS

Sandia OpenSHMEM is an implementation of the OpenSHMEM specification over multiple Networking APIs, including Portals 4, the Open Fabric Interface (OFI), and UCX. Please click on the Wiki tab for help with building and using SOS.
Other
61 stars 53 forks source link

Disabling bounce buffering when struct fi_context2 is required #1069

Closed tmh97 closed 1 year ago

tmh97 commented 1 year ago

When the struct fi_context2 is required by provider/application, disable bounce buffering.

Signed-off-by: Thomas Huber thomas.huber@cornelisnetworks.com

tmh97 commented 1 year ago

Ok with the change. Thanks @tmh97 for adding that. One minor comment, should we update the debug message (line 1477) printed out and comment before the if block to reflect the change?

Agreed! Just added a new commit that hopefully addresses this. Let me know what you think.