ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/mpiSimulation_module.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/mpiSimulation_module.F90 (file contents):
Revision 325 by gezelter, Wed Mar 12 19:10:54 2003 UTC vs.
Revision 332 by gezelter, Thu Mar 13 15:28:43 2003 UTC

# Line 5 | Line 5
5   !!
6   !! @author Charles F. Vardeman II
7   !! @author Matthew Meineke
8 < !! @version $Id: mpiSimulation_module.F90,v 1.3 2003-03-12 19:10:54 gezelter Exp $, $Date: 2003-03-12 19:10:54 $, $Name: not supported by cvs2svn $, $Revision: 1.3 $
8 > !! @version $Id: mpiSimulation_module.F90,v 1.4 2003-03-13 15:28:43 gezelter Exp $, $Date: 2003-03-13 15:28:43 $, $Name: not supported by cvs2svn $, $Revision: 1.4 $
9  
10   module mpiSimulation  
11    use definitions
# Line 65 | Line 65 | module mpiSimulation  
65   !! Tags used during force loop for parallel simulation
66    integer, allocatable, dimension(:) :: tagLocal
67    integer, public, allocatable, dimension(:) :: tagRow
68 <  integer ,public, allocatable, dimension(:) :: tagColumn
68 >  integer, public, allocatable, dimension(:) :: tagColumn
69  
70   !! Logical set true if mpiSimulation has been initialized
71    logical :: isSimSet = .false.
# Line 614 | Line 614 | contains
614      call gather(tags,tagRow,plan_row)
615      call gather(tags,tagColumn,plan_col)
616  
617
617    end subroutine setTags
618  
619    pure function getNcol(thisplan) result(ncol)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines