Ignore:
Timestamp:
09/30/10 17:09:28 (14 years ago)
Author:
sdipsl
Message:
  • bug fix in TimeSeries_Checker with uninitialized variable
  • remove workaround due to this bug
  • on CCRT post-processing machine: put_Out will skip "cp" if file already exist AND are identical, will OVERWRITE otherwise! Ease the rebuild life a lot :-)
  • umask set to 0022 by default for all machine. umask is 0027 at CCRT by default
  • add a comment in AA_job
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r316 r358  
    1616# bypass specific internationalization (for awk) 
    1717export LC_ALL="C" 
     18 
     19# Set default umask (umask is 0027 on some machines : CCRT machine at least) 
     20umask 0022 
    1821 
    1922# By default, all libIGCM_sys save functions will protect output datas (RUN execution mode)  
Note: See TracChangeset for help on using the changeset viewer.