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 214 by mmeineke, Fri Dec 13 17:59:48 2002 UTC vs.
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC

# Line 3 | Line 3
3  
4   #include "SimInfo.hpp"
5   #include "MakeStamps.hpp"
6 + #define __C
7 + #include "mpiComponentPlan.h"
8  
9 +
10   class mpiSimulation{
11   public:
12  
# Line 27 | Line 30 | class mpiSimulation{ (protected)
30  
31   protected:
32    SimInfo* entryPlug;
33 <  
31 <  int myMolStart;
32 <  int myMolEnd;
33 <  int myAtomStart, myAtomEnd;
34 <  int myMol;
35 <  int myNlocal;
36 <  int *myIdents;
37 <  int  numberProcessors;
38 <  int  myNode;
39 <  //  int  processorNameLen;
40 <  //  char* processorName;
41 <  int  natomsRow,natomsCol;
42 <  int  numberCols,numberRows;
43 <  int  nmolsRow,nmolsCol,nmolsLocal;
33 >  mpiSimData* mpiPlug;
34  
35 +  // int *myIdents; // is needed by Cpp only. It tells the molecule which stamp it is.
36  
46  int simTotAtoms, simTotBonds, simTotBends, simTotTorsions;
47  int simTotSRI, simTotNmol;
48
37   };
38  
39 + extern mpiSimulation* mpiSim;
40  
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines