# | Line 68 | Line 68 | namespace OpenMD { | |
---|---|---|
68 | ||
69 | #ifdef IS_MPI | |
70 | ||
71 | < | Comm<I, RealType>* AtomCommRealI; |
72 | < | Comm<I, Vector3d>* AtomCommVectorI; |
73 | < | Comm<I, Mat3x3d>* AtomCommMatrixI; |
71 | > | Communicator<Row, RealType>* AtomCommRealI; |
72 | > | Communicator<Row, Vector3d>* AtomCommVectorI; |
73 | > | Communicator<Row, Mat3x3d>* AtomCommMatrixI; |
74 | ||
75 | < | Comm<J, RealType>* AtomCommRealJ; |
76 | < | Comm<J, Vector3d>* AtomCommVectorJ; |
77 | < | Comm<J, Mat3x3d>* AtomCommMatrixJ; |
75 | > | Communicator<Column, RealType>* AtomCommRealJ; |
76 | > | Communicator<Column, Vector3d>* AtomCommVectorJ; |
77 | > | Communicator<Column, Mat3x3d>* AtomCommMatrixJ; |
78 | ||
79 | < | Comm<I, Vector3d>* cgCommVectorI; |
80 | < | Comm<J, Vector3d>* cgCommVectorJ; |
79 | > | Communicator<Row, Vector3d>* cgCommVectorI; |
80 | > | Communicator<Column, Vector3d>* cgCommVectorJ; |
81 | ||
82 | #endif | |
83 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |