| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | * @file Communicator.hpp | |
| 3 | * @author Charles Vardeman <cvardema.at.nd.edu> | |
| 4 | * @date 08/18/2010 | |
| 5 | – | * @time 11:56am |
| 5 | * @version 1.0 | |
| 6 | * | |
| 7 | * @section LICENSE | |
| # | Line 120 | Line 119 | namespace OpenMD{ | |
| 119 | if (nProc % i == 0) nColumns = i; | |
| 120 | } | |
| 121 | ||
| 122 | < | int nRows = nProc / nColumns; |
| 122 | > | // int nRows = nProc / nColumns; |
| 123 | rowIndex_ = myRank / nColumns; | |
| 124 | columnIndex_ = myRank % nColumns; | |
| 125 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |