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