ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/profiling/timing.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/profiling/timing.F90 (file contents):
Revision 1611 by gezelter, Wed Oct 20 04:23:11 2004 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1   subroutine getTimes(forceTime,commTime)
2 <      use doForces
3 <      use definitions, ONLY: dp
2 >  use doForces
3 >  use definitions, ONLY: dp
4   #ifdef IS_MPI
5 <      use mpiSimulation
5 >  use mpiSimulation
6   #endif
7 <      implicit none
7 >  implicit none
8  
9 <      real(kind=dp) :: forceTime
10 <      real(kind=dp) :: commTime
11 <      
12 <      forceTime = 0.0
13 <      commTime  = 0.0
9 >  real(kind=dp) :: forceTime
10 >  real(kind=dp) :: commTime
11 >
12 >  forceTime = 0.0
13 >  commTime  = 0.0
14   #ifdef PROFILE
15 <      forceTime = getForceTime()
15 >  forceTime = getForceTime()
16  
17   #ifdef IS_MPI
18 <      commTime  = getCommTime()
18 >  commTime  = getCommTime()
19   #endif
20   #endif
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines