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

Comparing trunk/mdtools/headers/mpiSimulation.hpp (file contents):
Revision 252 by mmeineke, Fri Jan 24 21:25:04 2003 UTC vs.
Revision 253 by chuckv, Thu Jan 30 15:20:21 2003 UTC

# Line 13 | Line 13 | class mpiSimulation{ (public)
13    mpiSimulation(SimInfo* the_entryPlug);
14    ~mpiSimulation();
15    
16 <  void divideLabor( void );
16 >  int *divideLabor( void );
17    
18    int  getMyNode(void)           { return mpiPlug->myNode; }
19    int  getNumberProcessors(void) { return mpiPlug->numberProcessors; }
# Line 32 | Line 32 | class mpiSimulation{ (public)
32      setFsimParallel = fSetup;
33    }
34  
35 private:
35  
36 +  // call at the begining and after load balancing
37 +  
38 +  void mpiRefresh( void );
39 +
40   protected:
41    SimInfo* entryPlug;
42    mpiSimData* mpiPlug;
# Line 54 | Line 57 | class mpiSimulation{ (public)
57     The following pointer is the global declaration of the mpiSim
58     object created when the mpiSimulation creation routine is
59     called. Every one who includes the header file will then have
60 <   access to all of the routines in mnpiSimulation class.
60 >   access to all of the routines in mpiSimulation class.
61   */
62  
63   extern mpiSimulation* mpiSim;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines