> Here I don't know how to obtain the two endpoints I need: I need to obtain > different fi_info > structures (by two different calls to fi_getinfo with same IP address and > different TCP ports) but I > want them to share the same domain. The domain itself comes from a > preliminary fi_getinfo call which > is "agnostic" with respect to addresses.
When you call fi_getinfo, set the fi_info domain name to the same name as the opened domain. Then use the opened domain when creating the endpoints. _______________________________________________ ofiwg mailing list [email protected] http://lists.openfabrics.org/mailman/listinfo/ofiwg
