--- trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libmdtools/mpiSimulation.cpp 2003/03/26 16:12:53 404 @@ -68,6 +68,17 @@ int* mpiSimulation::divideLabor( void ){ mpiPlug->nSRIGlobal = entryPlug->n_SRI; mpiPlug->nMolGlobal = entryPlug->n_mol; + + + + + + + + + + + numerator = (double) entryPlug->n_atoms; denominator = (double) mpiPlug->numberProcessors; precast = numerator / denominator;