Changeset 1267 for tags


Ignore:
Timestamp:
11/02/15 10:45:26 (9 years ago)
Author:
sdipsl
Message:
Location:
tags/libIGCM_v2.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.6/AA_job

    r1201 r1267  
    128128#D- Default=true 
    129129#D- 
    130 DEBUG_debug=true 
     130DEBUG_debug=false 
    131131 
    132132#D- Messaging : all activities and call stacks will be sent to ipsl servers 
     
    134134#D- Default=false 
    135135#D- 
    136 BigBrother=true 
     136BigBrother=false 
    137137 
    138138#D- Set DEBUG_sys to false to disable output calls of function 
  • tags/libIGCM_v2.6/libIGCM_debug/libIGCM_debug.ksh

    r1266 r1267  
    2525# DEBUG_debug 
    2626# Add low level verbosity 
    27 DEBUG_debug=${DEBUG_debug:=false} 
     27# Force it to false for 2.6 tag 
     28DEBUG_debug=false 
     29 
     30#================================================== 
     31#D- Messaging : all activities and call stacks will be sent to ipsl servers 
     32#D- If true will imply DEBUG_debug=true 
     33#D- Force it to false for 2.6 tag 
     34#D- 
     35BigBrother=false 
    2836 
    2937#================================================== 
Note: See TracChangeset for help on using the changeset viewer.