ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/UseTheForce/DarkSide/simParallel.F90
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/UseTheForce/DarkSide/simParallel.F90 (file contents):
Revision 1882, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 7 | Line 7
7   !!
8   !! @author Charles F. Vardeman II
9   !! @author Matthew Meineke
10 < !! @version $Id: simParallel.F90,v 1.1 2004-10-20 21:16:01 chuckv Exp $, $Date: 2004-10-20 21:16:01 $, $Name: not supported by cvs2svn $, $Revision: 1.1 $
10 > !! @version $Id: simParallel.F90,v 1.1.2.1 2004-12-13 22:30:27 tim Exp $, $Date: 2004-12-13 22:30:27 $, $Name: not supported by cvs2svn $, $Revision: 1.1.2.1 $
11  
12   module mpiSimulation  
13    use definitions
# Line 816 | Line 816 | contains
816        
817         write(default_error,*) "nMolGlobal: ", mpiSim%nMolGlobal
818         write(default_error,*) "nAtomsGlobal: ", mpiSim%nAtomsGlobal
819       write(default_error,*) "nBondGlobal: ", mpiSim%nBondsGlobal
820       write(default_error,*) "nTorsionsGlobal: ", mpiSim%nTorsionsGlobal
821       write(default_error,*) "nSRIGlobal: ", mpiSim%nSRIGlobal
819         write(default_error,*) "nAtomsLocal: ", mpiSim%nAtomsLocal
820         write(default_error,*) "myNode: ", mpiSim%myNode
821         write(default_error,*) "nProcessors: ", mpiSim%nProcessors

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines