ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/timing.f90
(Generate patch)

Comparing trunk/OOPSE/libmdtools/timing.f90 (file contents):
Revision 883 by chuckv, Thu Dec 18 20:46:45 2003 UTC vs.
Revision 889 by chuckv, Fri Dec 19 20:17:58 2003 UTC

# Line 7 | Line 7 | subroutine getTimes(forceTime,commTime)
7        real :: commTime
8   #ifdef PROFILE
9        forceTime = getForceTime()
10 +
11 + #ifdef IS_MPI
12        commTime  = getCommTime()
13   #else
14 +      commTime = 0.0
15 + #endif
16 +
17 + #else
18        forceTime = 0.0
19        commTime = 0.0
20   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines