Ignore:
Timestamp:
04/09/10 12:08:01 (14 years ago)
Author:
sdipsl
Message:
  • Add mercure-new : libIGCM_sys_mercure.ksh
  • SX9 use mercure-new for post-processing
  • Few feature missing on mercure-new dmget not yet install for example
  • Properly reset all svn:keywords feature
  • Bugfix in libIGCM_post.ksh when RebuildFromArchive? was false
  • Bugfix in IGCM_Patch_20090317_histcomFillvalue.ksh when renaming _Fillvalue we now just add missing_value to be retro-compatible
  • Some more comments
File:
1 edited

Legend:

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

    r222 r257  
    4848 
    4949    ulam) 
    50         echo "sys source ulam Intel Xeon lib." 
     50        echo "sys source ulam Intel X-64 lib." 
    5151        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ulam.ksh;; 
     52 
     53    mercure) 
     54        echo "sys source mercure frontend TX7 IA-64 lib." 
     55        . ${libIGCM}/libIGCM_sys/libIGCM_sys_mercureTX.ksh;; 
     56 
     57    mercure0?) 
     58        echo "sys source mercure frontend X-64 lib." 
     59        . ${libIGCM}/libIGCM_sys/libIGCM_sys_mercure.ksh;; 
    5260 
    5361    mercure1?) 
     
    6775        . ${libIGCM}/libIGCM_sys/libIGCM_sys_titane.ksh;; 
    6876 
    69     mercure) 
    70         echo "sys source mercure TX IA-64 lib." 
    71         . ${libIGCM}/libIGCM_sys/libIGCM_sys_mercureTX.ksh;; 
    72  
    7377    cesium*) 
    74         echo "sys source cesium Intel Xeon lib." 
     78        echo "sys source cesium Intel X-64 lib." 
    7579        . ${libIGCM}/libIGCM_sys/libIGCM_sys_cesium.ksh;; 
    7680 
Note: See TracChangeset for help on using the changeset viewer.