| 1303 | } |
| 1304 | |
| 1305 | TIBRecvMicro::~TIBRecvMicro() { |
| 1306 | if (Data) { |
| 1307 | IB.BP->FreeBuf(Id); |
| 1308 | IB.BP->PostRecv(); |
| 1309 | } |
| 1310 | } |
| 1311 | |
| 1312 | IIBCollective* CreateCollective(const TCollectiveInit& params, TCollectiveLinkSet* resLinks) { |
| 1313 | return new TIBCollective(GetIBDevice(), GetIBMemPool(), params, resLinks); |