Changeset 327


Ignore:
Timestamp:
08/03/10 18:13:13 (14 years ago)
Author:
mafoipsl
Message:

Add variables required to post-process on computer with MASTER server. For example: cesium with mercure or titane, ulam with brodie or vargas. More tests required.

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromArchive

    r316 r327  
    124124# of your running libIGCM directory. 
    125125 
     126#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer. 
     127MASTER=${MASTER:=mercure|titane|brodie|vargas} 
     128 
    126129#D- Do we rebuild parallel output from archive or from ${BIGDIR} 
    127130#D- Default : value from AA_job if any 
     
    156159#D- Default : value from libIGCM_post.ksh if any 
    157160POST_DIR=${POST_DIR:=${PBS_O_WORKDIR}} 
     161 
     162#-D- libIGCM_SX contains libIGCM on Master computer. Required on some center. Always OK. 
     163libIGCM_SX=${libIGCM_SX:=::modipsl::/libIGCM} 
    158164 
    159165#D- Increased verbosity (1, 2, 3) 
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r320 r327  
    125125# of your running libIGCM directory. 
    126126 
     127#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer. 
     128MASTER=${MASTER:=mercure|titane|brodie|vargas} 
     129 
    127130#D- Do we rebuild parallel output from archive or from ${BIGDIR} 
    128131#D- Default : value from AA_job if any 
     
    157160#D- Default : value from libIGCM_post.ksh if any 
    158161POST_DIR=${POST_DIR:=${PBS_O_WORKDIR}} 
     162 
     163#-D- libIGCM_SX contains libIGCM on Master computer. Required on some center. Always OK. 
     164libIGCM_SX=${libIGCM_SX:=::modipsl::/libIGCM} 
    159165 
    160166#D- Increased verbosity (1, 2, 3) 
Note: See TracChangeset for help on using the changeset viewer.