Hey folks Is there some flag by which the datatype code can know what transport is being used? For example, suppose a transport can handle certain datatype configurations itself, without the converting dealing with them (e.g., contiguous vs non-contiguous). Essentially, it’s an “offload” capability. Although the convertor is currently assigned on a per-peer basis, the logic in such cases might also depend upon the capabilities of the transport being used to communicate to that peer.
So I’m wondering if we have some mechanism by which that capability can be communicated to the datatype code down in OPAL? Ralph