| # | Line 68 | Line 68 | int* mpiSimulation::divideLabor( void ){ | |
|---|---|---|
| 68 | mpiPlug->nSRIGlobal = entryPlug->n_SRI; | |
| 69 | mpiPlug->nMolGlobal = entryPlug->n_mol; | |
| 70 | ||
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | numerator = (double) entryPlug->n_atoms; | |
| 83 | denominator = (double) mpiPlug->numberProcessors; | |
| 84 | precast = numerator / denominator; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |