Ignore:
Timestamp:
04/12/12 17:16:18 (12 years ago)
Author:
mafoipsl
Message:

Add norerun option on SX front-end. Transfer specific files ie config.card COMP ... with IGCM_sys_Get_Master and modify IGCM_sys_Get_Master to allow file transfer. tested on ulam and SX front-end.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_atlas_LMDZ

    r626 r640  
    8484#-Q- sx8mercure #PBS -l cputim_job=2:00:00  # Limite temps a 2 heures 
    8585#-Q- sx8mercure #PBS -q scalaire 
     86#-Q- sx8mercure #PBS -r n 
    8687#-Q- sx9mercure #!/bin/ksh 
    8788#-Q- sx9mercure ###################### 
     
    9495#-Q- sx9mercure #PBS -l elapstim_req=2:00:00  # Limite temps a 2 heures 
    9596#-Q- sx9mercure #PBS -q scalaire 
     97#-Q- sx9mercure #PBS -r n 
    9698#-Q- titane #!/bin/ksh 
    9799#-Q- titane ###################### 
     
    155157else 
    156158    CARD_DIR=${RUN_DIR_PATH}/$( basename ${SUBMIT_DIR} ) 
    157     IGCM_sys_Get_Master ${SUBMIT_DIR} ${RUN_DIR_PATH} 
     159    IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
     160    IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
     161    IGCM_sys_Get_Master ${SUBMIT_DIR}/COMP        ${RUN_DIR_PATH} 
     162    IGCM_sys_Get_Master ${SUBMIT_DIR}/POST        ${RUN_DIR_PATH} 
    158163fi 
    159164# 
Note: See TracChangeset for help on using the changeset viewer.