ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/brains/mpiSimulation.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/brains/mpiSimulation.hpp (file contents):
Revision 1725 by tim, Wed Nov 10 22:01:06 2004 UTC vs.
Revision 1726 by tim, Wed Nov 10 22:50:03 2004 UTC

# Line 16 | Line 16 | class mpiSimulation{ (public)
16    
17    void divideLabor();
18    
19  int  getMyNode()         { return parallelData->myNode; }
20  int  getNProcessors()    { return parallelData->nProcessors; }
21  
22  int* getMolToProcMap()   { return MolToProcMap; }
23
24
19    // call at the begining and after load balancing
20    
21    void mpiRefresh(  );
22  
23   protected:
24  
31  mpiSimData* parallelData;
32  int *MolToProcMap;
25  
26   };
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines