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

Comparing trunk/OOPSE-4/src/profiling/mdProfile.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 78 | Line 78 | extern "C"{
78  
79   extern "C"{
80    
81 <  void F90_FUNC(gettimes, GETTIMES)(double* forceTime,
81 >  void FC_FUNC(gettimes, GETTIMES)(double* forceTime,
82                                      double* commTime);
83   }
84  
# Line 191 | Line 191 | void writeProfiles( void ){
191    secs = (int)donkey;
192    msecs = (int)( (donkey - secs) * 1000 );
193  
194 <  F90_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
194 >  FC_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
195  
196    fprintf( stdout,
197             "----------------------------------------------------------------------------\n"
# Line 250 | Line 250 | void writeProfiles( void ){
250      secs = (int)donkey;
251      msecs = (int)( (donkey - secs) * 1000 );
252      
253 <    F90_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
253 >    FC_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
254  
255      fprintf( stdout,
256               "----------------------------------------------------------------------------\n"
# Line 419 | Line 419 | void writeProfiles( void ){
419        
420        if( worldRank == j ){
421          
422 <        F90_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
422 >        FC_FUNC(gettimes, GETTIMES)(&forceTime, &commTime);
423  
424          MPI_Send( accumTime, N_PROFILES, MPI_DOUBLE, 0, 1, MPI_COMM_WORLD );
425          MPI_Send( &forceTime, 1, MPI_DOUBLE, 0, 1, MPI_COMM_WORLD );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines