Ignore:
Timestamp:
02/18/10 16:58:01 (15 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)
Location:
trunk/libIGCM/libIGCM_sys
Files:
1 added
2 edited

Legend:

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

    r192 r222  
    6363        . ${libIGCM}/libIGCM_sys/libIGCM_sys_platine.ksh;; 
    6464 
     65    titane*) 
     66        echo "sys source platine Intel X-64 lib." 
     67        . ${libIGCM}/libIGCM_sys/libIGCM_sys_titane.ksh;; 
     68 
    6569    mercure) 
    6670        echo "sys source mercure TX IA-64 lib." 
  • 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.