30class SimpleCSRVectorRedistributor
33 SimpleCSRVectorRedistributor(
35 virtual ~SimpleCSRVectorRedistributor();
40 Int32 rcvSize()
const {
return m_rcv_offset[m_rcv_offset.size() - 1]; }
42 Int32 rcvBackSize()
const {
return m_snd_offset[m_snd_offset.size() - 1]; }
49 IMessagePassingMng* m_pm_super;
50 IMessagePassingMng* m_pm_dst;
53 UniqueArray<Int32> m_snd_offset;
54 UniqueArray<Int32> m_rcv_offset;