Changeset 423


Ignore:
Timestamp:
02/18/11 16:49:14 (13 years ago)
Author:
sdipsl
Message:
  • Vargas BIG_DIR was not set like the others.
  • Bug with AA_rebuild_fromWorkdir on vargas : we were submitting rebuild_fromWorkdir.job on ulam "archive class" who doesn't exist.
Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r419 r423  
    3838#-Q- aix6 ##   VARGAS   IDRIS  ## 
    3939#-Q- aix6 ####################### 
    40 #-Q- aix6 # @ class = archive 
    4140#-Q- aix6 # Temps Elapsed max. d'une requete hh:mm:ss 
    4241#-Q- aix6 # @ wall_clock_limit = 20:00:00 
     
    5554#-Q- ulam ##   VARGAS   IDRIS  ## 
    5655#-Q- ulam ####################### 
    57 #-Q- ulam # @ class = archive 
    5856#-Q- ulam # Temps Elapsed max. d'une requete hh:mm:ss 
    5957#-Q- ulam # @ wall_clock_limit = 20:00:00 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_vargas.ksh

    r415 r423  
    128128#==================================================== 
    129129#- BIG_DIR : BIG_DIR to store files waiting for rebuild 
    130 typeset -r BIG_DIR=${BIG_DIR:=${WORKDIR}} 
     130typeset -r BIG_DIR=${BIG_DIR:=${WORKDIR}/REBUILD} 
    131131 
    132132#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.