Skip to content
Snippets Groups Projects
Commit fc68e403 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Make some member functions in Parameter private

parent 33c11123
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -905,14 +905,14 @@ public:
void initNumberOfProcessNeighborsAfterFtoCZ(int level);
void findEdgeNodesCommMultiGPU();
bool useReducedCommunicationAfterFtoC{ true };
private:
void findEdgeNodesXY(int level);
bool findIndexInSendNodesXY(int level, int index, int &indexOfProcessNeighborSend, int &indexInSendBuffer);
void findEdgeNodesXZ(int level);
bool findIndexInSendNodesXZ(int level, int index, int &indexOfProcessNeighborSend, int &indexInSendBuffer);
void findEdgeNodesYZ(int level);
bool findIndexInSendNodesYZ(int level, int index, int &indexOfProcessNeighborSend, int &indexInSendBuffer);
bool useReducedCommunicationAfterFtoC{ true };
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment