# | Line 123 | Line 123 | namespace OpenMD{ | |
---|---|---|
123 | rowIndex_ = myRank / nColumns; | |
124 | columnIndex_ = myRank % nColumns; | |
125 | ||
126 | – | cerr << "rowIndex = " << rowIndex_ << "\t colIndex = " << columnIndex_ << "\n"; |
126 | switch(D) { | |
127 | case Row : | |
128 | myComm = MPI::COMM_WORLD.Split(rowIndex_, 0); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |