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

Comparing trunk/mdtools/headers/mpiComponentPlan.h (file contents):
Revision 203 by chuckv, Tue Dec 10 22:09:44 2002 UTC vs.
Revision 239 by chuckv, Mon Jan 20 22:36:12 2003 UTC

# Line 1 | Line 1
1 < #ifdefine __C
2 < /* This header provides dual access for mpi structure in fortran and in
3 <   c, C++
1 > #ifdef __C
2 > /** This header provides dual access for mpiComponenPlan
3 >    structure in fortran and in c, C++.
4   */
5  
6   typdef struct{
7    int nMolGlobal;
8    int nAtomsGlobal;
9 +  int nBondsGlobal;
10 +  int nBendsGlobal;
11 +  int nTorsionsGlobal;
12 +  int nSRIGlobal;
13    int myMolStart;
14    int myMolEnd;
15    int myAtomStart;
# Line 20 | Line 24 | typdef struct{
24    int numberColumns;
25    int nComponentsRow;
26    int nComponentsColumn;
27 < } mpiComponentPlan;
27 >  int rowIndex;
28 >  int columnIndex;
29 > } mpiSimData;
30  
31  
26
27
28
32   #endif
33  
34  
# Line 34 | Line 37 | type, public :: mpiComponentPlan
37       sequence
38       integer :: nMolGlobal = 0
39       integer :: nAtomsGlobal = 0
40 +     integer :: nBondsGlobal = 0
41 +     integer :: nBendsGlobal = 0
42 +     integer :: nTorsionsGlobal = 0
43 +     integer :: nSRIGlobal = 0
44       integer :: myMolStart = 0
45       integer :: myMolEnd = 0
46       integer :: myAtomStart = 0
# Line 48 | Line 55 | type, public :: mpiComponentPlan
55       integer :: numberColumns = 0
56       integer :: nComponentsRow = 0
57       integer :: nComponentsColumn = 0
58 +     integer :: rowIndex = 0
59 +     integer :: columnIndex = 0
60   end type mpiComponentPlan
61  
62   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines