Changeset 18887
- Timestamp:
- 11/28/14 10:00:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/ad_core.cpp
r18794 r18887 59 59 60 60 /*Print tape statistics so that user can kill this run if something is off already:*/ 61 if(VerboseAutodiff()){ 61 if(VerboseAutodiff()){ /*{{{*/ 62 62 tapestats(my_rank,tape_stats); //reading of tape statistics 63 63 int commSize=IssmComm::GetSize(); … … 99 99 } 100 100 delete [] sstats; 101 } 101 } /*}}}*/ 102 102 103 103 /*retrieve state variable: */ … … 258 258 /*call driver: */ 259 259 fos_reverse(my_rank,num_dependents,num_independents, aWeightVector, weightVectorTimesJac ); 260 if(VerboseAutodiff())_printf0_(" done with fos_reverse\n");261 260 262 261 /*add to results*/
Note:
See TracChangeset
for help on using the changeset viewer.