Ignore:
Timestamp:
03/30/18 15:07:44 (6 years ago)
Author:
jgipsl
Message:

Added first version of sys_irene copied from sys_curie.
Tested as far without post-treatement only with SpaceName?=TEST. As far, only tested with LMDZOR and ORCHIDEE offline without post-processing, only at scratchdir.
c
ccc_mprun mode is default at irene.

File:
1 edited

Legend:

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

    r1391 r1432  
    6161        SYSTEM=curie 
    6262        . ${libIGCM}/libIGCM_sys/libIGCM_sys_curie.ksh;; 
     63    irene*) 
     64        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for irene Intel X-64 at TGCC" 
     65        CENTER=TGCC 
     66        SYSTEM=irene 
     67        . ${libIGCM}/libIGCM_sys/libIGCM_sys_irene.ksh;; 
    6368    airain*) 
    6469        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for airain Intel X-64." 
Note: See TracChangeset for help on using the changeset viewer.