ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mpiSimulation.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mpiSimulation.hpp (file contents):
Revision 1197 by tim, Wed Apr 14 15:37:41 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 17 | Line 17 | class mpiSimulation{ (public)
17    void divideLabor();
18    
19    int  getMyNode(void)           { return mpiPlug->myNode; }
20 <  int  getNumberProcessors(void) { return mpiPlug->numberProcessors; }
21 <  int  getMyNMol( void )         { return mpiPlug->myNMol; }
22 <  int  getMyNlocal( void )       { return mpiPlug->myNlocal; }
20 >  int  getNprocessors(void) { return mpiPlug->nProcessors; }
21 >  int  getLocalNmol( void )         { return mpiPlug->nMolLocal; }
22 >  int  getLocalNatoms( void )       { return mpiPlug->nAtomsLocal; }
23    int  getTotAtoms( void )       { return mpiPlug->nAtomsGlobal; }
24    int  getTotNmol( void )        { return mpiPlug->nMolGlobal; }
25    int* getAtomToProcMap( void )  { return AtomToProcMap; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines