Ignore:
Timestamp:
04/05/16 16:05:18 (8 years ago)
Author:
jgipsl
Message:

Adapted libIGCM to run at climserv (IPSL cluster at Polytechinque). The same libIGCM_sys as for ciclad is used but some changes for the paths are done inside.

For ciclad the variable CENTER change to IPSL-ciclad to be different from the one used for climserv (IPSL-climserv).

The running queue at ciclad also changed in AA_job and some other jobs. Now the default queue is used but the old is kept in comment. This is done to have the same heading running at ciclad and climserv.

File:
1 edited

Legend:

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

    r1278 r1314  
    7272        . ${libIGCM}/libIGCM_sys/libIGCM_sys_obelix.ksh;; 
    7373    ciclad*) 
    74         [ ! X${TaskType} = Xchecking ] && echo "sys source ciclad lib." 
    75         CENTER=IPSL 
     74        [ ! X${TaskType} = Xchecking ] && echo "sys source ciclad lib for running at ciclad." 
     75        CENTER=IPSL-ciclad 
     76        SYSTEM=ifort_CICLAD 
     77        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ciclad.ksh;; 
     78    camelot*|loholt1*|loholt2*|merlin*) 
     79        [ ! X${TaskType} = Xchecking ] && echo "sys source ciclad lib for running at climserv." 
     80        CENTER=IPSL-climserv 
    7681        SYSTEM=ifort_CICLAD 
    7782        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ciclad.ksh;; 
Note: See TracChangeset for help on using the changeset viewer.