| 1310 | } |
| 1311 | |
| 1312 | IIBCollective* CreateCollective(const TCollectiveInit& params, TCollectiveLinkSet* resLinks) { |
| 1313 | return new TIBCollective(GetIBDevice(), GetIBMemPool(), params, resLinks); |
| 1314 | } |
| 1315 | } |
nothing calls this directly
no test coverage detected