Changeset 1063


Ignore:
Timestamp:
09/23/14 12:34:46 (10 years ago)
Author:
sdipsl
Message:
  • bugfixes
Location:
trunk/libIGCM/libIGCM_sys
Files:
5 edited

Legend:

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

    r1060 r1063  
    170170    #==================================================== 
    171171    #- ARCHIVE (dedicated to large files) 
    172     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     172    ARCHIVE=${config_UserChoices_ARCHIVE} 
    173173  else 
    174174    #==================================================== 
    175175    #- ARCHIVE (dedicated to large files) 
    176     typeset ARCHIVE=$(echo ${HOME} | sed -e "s,/.*home/,/arch/home/,") 
     176    ARCHIVE=$(echo ${HOME} | sed -e "s,/.*home/,/arch/home/,") 
    177177  fi 
    178178 
     
    180180    #==================================================== 
    181181    #- STORAGE (dedicated to small/medium files) 
    182     typeset STORAGE=${config_UserChoices_STORAGE} 
     182    STORAGE=${config_UserChoices_STORAGE} 
    183183  else 
    184184    #==================================================== 
    185185    #- STORAGE (dedicated to small/medium files) 
    186     typeset STORAGE=${WORKDIR} 
     186    STORAGE=${WORKDIR} 
    187187  fi 
    188188 
     
    190190    #==================================================== 
    191191    #- R_OUT 
    192     typeset R_OUT=${WORKDIR}/IGCM_OUT 
     192    R_OUT=${WORKDIR}/IGCM_OUT 
    193193 
    194194    #==================================================== 
    195195    #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    196     typeset R_FIG=${WORKDIR}/IGCM_OUT 
     196    R_FIG=${WORKDIR}/IGCM_OUT 
    197197 
    198198    IGCM_debug_Print 1 "SpaceName=TEST ==> OVERRULE destination path directories" 
     
    201201    #==================================================== 
    202202    #- R_OUT 
    203     typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     203    R_OUT=${ARCHIVE}/IGCM_OUT 
    204204 
    205205    #==================================================== 
    206206    #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    207     typeset R_FIG=${ARCHIVE}/IGCM_OUT 
     207    R_FIG=${ARCHIVE}/IGCM_OUT 
    208208  fi 
    209209 
    210210  #==================================================== 
    211211  #- R_BUF (ONLY FOR double copy an scratch) 
    212   typeset -r R_BUF=${WORKDIR}/IGCM_OUT 
     212  R_BUF=${WORKDIR}/IGCM_OUT 
    213213 
    214214  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_curie.ksh

    r1062 r1063  
    204204    #==================================================== 
    205205    #- ARCHIVE (dedicated to large files) 
    206     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     206    ARCHIVE=${config_UserChoices_ARCHIVE} 
    207207  else 
    208208    #==================================================== 
    209209    #- ARCHIVE (dedicated to large files) 
    210     typeset ARCHIVE=${CCCSTOREDIR} 
     210    ARCHIVE=${CCCSTOREDIR} 
    211211  fi 
    212212 
     
    214214    #==================================================== 
    215215    #- STORAGE (dedicated to small/medium files) 
    216     typeset STORAGE=${config_UserChoices_STORAGE} 
     216    STORAGE=${config_UserChoices_STORAGE} 
    217217  else 
    218218    #==================================================== 
    219219    #- STORAGE (dedicated to small/medium files) 
    220     typeset STORAGE=${CCCWORKDIR} 
     220    STORAGE=${CCCWORKDIR} 
    221221  fi 
    222222 
     
    224224    #==================================================== 
    225225    #- R_OUT 
    226     typeset R_OUT=${SCRATCHDIR}/IGCM_OUT 
     226    R_OUT=${SCRATCHDIR}/IGCM_OUT 
    227227 
    228228    #==================================================== 
    229229    #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    230     typeset R_FIG=${SCRATCHDIR}/IGCM_OUT 
     230    R_FIG=${SCRATCHDIR}/IGCM_OUT 
    231231 
    232232    IGCM_debug_Print 1 "SpaceName=TEST ==> OVERRULE destination path directories" 
     
    235235    #==================================================== 
    236236    #- R_OUT 
    237     typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     237    R_OUT=${ARCHIVE}/IGCM_OUT 
    238238 
    239239    #==================================================== 
    240240    #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    241     typeset R_FIG=${STORAGE}/IGCM_OUT 
     241    R_FIG=${STORAGE}/IGCM_OUT 
    242242  fi 
    243243 
    244244  #==================================================== 
    245245  #- R_BUF (ONLY FOR double copy an scratch) 
    246   typeset -r R_BUF=${SCRATCHDIR}/IGCM_OUT 
     246  R_BUF=${SCRATCHDIR}/IGCM_OUT 
    247247 
    248248  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r1060 r1063  
    158158    #==================================================== 
    159159    #- ARCHIVE (dedicated to large files) 
    160     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     160    ARCHIVE=${config_UserChoices_ARCHIVE} 
    161161  else 
    162162    #==================================================== 
    163163    #- ARCHIVE (dedicated to large files) 
    164     typeset ARCHIVE=${ARCHIVE:=/home/${LOGIN}} 
     164    ARCHIVE=${ARCHIVE:=/home/${LOGIN}} 
    165165  fi 
    166166 
     
    168168    #==================================================== 
    169169    #- STORAGE (dedicated to small/medium files) 
    170     typeset STORAGE=${config_UserChoices_STORAGE} 
     170    STORAGE=${config_UserChoices_STORAGE} 
    171171  else 
    172172    #==================================================== 
    173173    #- STORAGE (dedicated to small/medium files) 
    174     typeset STORAGE=${ARCHIVE} 
     174    STORAGE=${ARCHIVE} 
    175175  fi 
    176176 
     
    179179  #==================================================== 
    180180  #- R_OUT 
    181   typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     181  R_OUT=${ARCHIVE}/IGCM_OUT 
    182182 
    183183  #==================================================== 
    184184  #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    185   typeset R_FIG=${STORAGE}/IGCM_OUT 
     185  R_FIG=${STORAGE}/IGCM_OUT 
    186186 
    187187  #==================================================== 
    188188  #- R_BUF (ONLY FOR double copy an scratch) 
    189   typeset -r R_BUF=${STORAGE}/IGCM_OUT 
     189  R_BUF=${STORAGE}/IGCM_OUT 
    190190 
    191191  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_iitm.ksh

    r1061 r1063  
    166166    #==================================================== 
    167167    #- ARCHIVE (dedicated to large files) 
    168     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     168    ARCHIVE=${config_UserChoices_ARCHIVE} 
    169169  else 
    170170    #==================================================== 
    171171    #- ARCHIVE (dedicated to large files) 
    172     typeset ARCHIVE=$( echo ${HOME} | sed -e "s/gpfs1/gpfs3/" ) 
     172    ARCHIVE=$( echo ${HOME} | sed -e "s/gpfs1/gpfs3/" ) 
    173173  fi 
    174174 
     
    176176    #==================================================== 
    177177    #- STORAGE (dedicated to small/medium files) 
    178     typeset STORAGE=${config_UserChoices_STORAGE} 
     178    STORAGE=${config_UserChoices_STORAGE} 
    179179  else 
    180180    #==================================================== 
    181181    #- STORAGE (dedicated to small/medium files) 
    182     typeset STORAGE=${ARCHIVE} 
     182    STORAGE=${ARCHIVE} 
    183183  fi 
    184184 
     
    187187  #==================================================== 
    188188  #- R_OUT 
    189   typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     189  R_OUT=${ARCHIVE}/IGCM_OUT 
    190190 
    191191  #==================================================== 
    192192  #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    193   typeset R_FIG=${WORKDIR}/IGCM_OUT 
     193  R_FIG=${WORKDIR}/IGCM_OUT 
    194194 
    195195  #==================================================== 
    196196  #- R_BUF (ONLY FOR double copy an scratch) 
    197   typeset -r R_BUF=${WORKDIR}/IGCM_OUT 
     197  R_BUF=${WORKDIR}/IGCM_OUT 
    198198 
    199199  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r1060 r1063  
    168168    #==================================================== 
    169169    #- ARCHIVE (dedicated to large files) 
    170     typeset ARCHIVE=${config_UserChoices_ARCHIVE} 
     170    ARCHIVE=${config_UserChoices_ARCHIVE} 
    171171  else 
    172172    #==================================================== 
    173173    #- ARCHIVE (dedicated to large files) 
    174     typeset ARCHIVE=${ARCHIVE:=/home/scratch01/${LOGIN}} 
     174    ARCHIVE=${ARCHIVE:=/home/scratch01/${LOGIN}} 
    175175  fi 
    176176 
     
    178178    #==================================================== 
    179179    #- STORAGE (dedicated to small/medium files) 
    180     typeset STORAGE=${config_UserChoices_STORAGE} 
     180    STORAGE=${config_UserChoices_STORAGE} 
    181181  else 
    182182    #==================================================== 
    183183    #- STORAGE (dedicated to small/medium files) 
    184     typeset STORAGE=${ARCHIVE} 
     184    STORAGE=${ARCHIVE} 
    185185  fi 
    186186 
     
    189189  #==================================================== 
    190190  #- R_OUT 
    191   typeset R_OUT=${ARCHIVE}/IGCM_OUT 
     191  R_OUT=${ARCHIVE}/IGCM_OUT 
    192192 
    193193  #==================================================== 
    194194  #- R_FIG (hosting figures : monitoring and atlas, and/or small files) 
    195   typeset R_FIG=${STORAGE}/IGCM_OUT 
     195  R_FIG=${STORAGE}/IGCM_OUT 
    196196 
    197197  #==================================================== 
    198198  #- R_BUF (ONLY FOR double copy an scratch) 
    199   typeset -r R_BUF=${STORAGE}/IGCM_OUT 
     199  R_BUF=${STORAGE}/IGCM_OUT 
    200200 
    201201  IGCM_debug_Print 1 "R_OUT has been defined = ${R_OUT}" 
Note: See TracChangeset for help on using the changeset viewer.