Changeset 356 for trunk


Ignore:
Timestamp:
09/23/10 17:33:17 (14 years ago)
Author:
mafoipsl
Message:

For cesium and mercure front-end, add dmget (to demigrate all offline files) to reduce time of IGCM_sys_Get_Dir.

Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

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

    r348 r356  
    822822        # 
    823823        #USUAL WAY 
     824        # add dmget (to demigrate all offline files) to reduce time of this command : 
     825        dmget $1/* 
    824826        \cp -r $1 $2 > out_rsync 2>&1 
    825827        RET=$? 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r348 r356  
    736736        # 
    737737        #USUAL WAY 
     738        # add dmget (to demigrate all offline files) to reduce time of this command : 
     739        dmget $1/* 
    738740        \cp -r $1 $2 > out_rsync 2>&1 
    739741        RET=$? 
Note: See TracChangeset for help on using the changeset viewer.