00001 00007 #ifndef ALGNBOR_H 00008 #define ALGNBOR_H 00009 00010 //#include "elements.h" 00011 #include "Rebalancer.h" 00012 00013 class AlgNbor : public Rebalancer 00014 { 00015 private: 00016 int mype; 00017 int nNbors; 00018 void strategy(); 00019 00020 00021 public: 00022 AlgNbor(int pe, computeInfo *computeArray, patchInfo *patchArray, 00023 processorInfo *processorArray, int nComps, 00024 int nPatches, int nPes, int nNbs); 00025 }; 00026 00027 #endif 00028 00029 00030 00031
1.3.9.1