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_pack_debug

    r632 r640  
    8484#-Q- sx8mercure #PBS -l cputim_job=24:00:00  # Limite temps a 1 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=24:00:00  # Limite temps a 1 heures 
    9596#-Q- sx9mercure #PBS -q scalaire 
     97#-Q- sx9mercure #PBS -r n 
    9698#-Q- titane #!/bin/ksh 
    9799#-Q- titane ###################### 
     
    227229else 
    228230    CARD_DIR=${RUN_DIR_PATH}/$( basename ${SUBMIT_DIR} ) 
    229     # warning! we copy useless files : Job_xxx, Script_output_xxx, .... 
    230     IGCM_sys_Get_Master ${SUBMIT_DIR} ${RUN_DIR_PATH} 
     231    IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
     232    IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
     233    IGCM_sys_Get_Master ${SUBMIT_DIR}/COMP        ${RUN_DIR_PATH} 
     234    IGCM_sys_Get_Master ${SUBMIT_DIR}/POST        ${RUN_DIR_PATH} 
    231235fi 
    232236 
Note: See TracChangeset for help on using the changeset viewer.