Changeset 18794


Ignore:
Timestamp:
11/17/14 11:48:53 (10 years ago)
Author:
Eric.Larour
Message:

CHG: only tapestats if verbose ad is on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/ad_core.cpp

    r18521 r18794  
    5959                       
    6060                        /*Print tape statistics so that user can kill this run if something is off already:*/
    61                         tapestats(my_rank,tape_stats); //reading of tape statistics
    6261                        if(VerboseAutodiff()){
     62                                tapestats(my_rank,tape_stats); //reading of tape statistics
    6363                                int commSize=IssmComm::GetSize();
    6464                                int *sstats=new int[7];
Note: See TracChangeset for help on using the changeset viewer.