Ignore:
Timestamp:
02/18/10 16:58:01 (14 years ago)
Author:
aclsce
Message:
  • Added titane (CCRT Xeon machine) as target machine :

for the moment, post-treatment will be done on cesium.

  • Removed the use of dmget command on platine (CCRT Itanium machine)
File:
1 edited

Legend:

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

    r217 r222  
    10011001        fi 
    10021002 
    1003         dmget ${dm_liste[*]} > out_rsync 2>&1 
    1004         RET=$? 
    1005         if [ ${RET} -gt 0 ] ; then 
    1006             echo "IGCM_sys_Get : demigration error." 
    1007             cat out_rsync 
    1008             IGCM_debug_Exit "IGCM_sys_Get" 
    1009             IGCM_debug_PopStack "IGCM_sys_Get" 
    1010             return 
    1011         fi 
     1003#       dmget ${dm_liste[*]} > out_rsync 2>&1 
     1004#       RET=$? 
     1005#       if [ ${RET} -gt 0 ] ; then 
     1006#           echo "IGCM_sys_Get : demigration error." 
     1007#           cat out_rsync 
     1008#           IGCM_debug_Exit "IGCM_sys_Get" 
     1009#           IGCM_debug_PopStack "IGCM_sys_Get" 
     1010#           return 
     1011#       fi 
    10121012 
    10131013        #USUAL WAY 
Note: See TracChangeset for help on using the changeset viewer.