Skip to content
Snippets Groups Projects

Add communicator interface

All threads resolved!
@@ -37,7 +37,7 @@ public:
int getNumberOfProcess() const override;
int getNeighbourTop();
int getNeighbourBottom();
void exchngData(float *sbuf_t, float *rbuf_t, float *sbuf_b, float *rbuf_b, int count);
void exchngData(float *sbuf_t, float *rbuf_t, float *sbuf_b, float *rbuf_b, int count) override;
void exchngDataNB(float *sbuf_t, int count_st, float *rbuf_t, int count_rt, float *sbuf_b, int count_sb,
float *rbuf_b, int count_rb);
//////////////////////////////////////////////////////////////////////////
Loading