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_output

    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 ###################### 
     
    204206else 
    205207    CARD_DIR=${RUN_DIR_PATH}/$( basename ${SUBMIT_DIR} ) 
    206     IGCM_sys_Get_Master ${SUBMIT_DIR} ${RUN_DIR_PATH} 
     208    IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH} 
     209    IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH} 
     210    IGCM_sys_Get_Master ${SUBMIT_DIR}/COMP        ${RUN_DIR_PATH} 
     211    IGCM_sys_Get_Master ${SUBMIT_DIR}/POST        ${RUN_DIR_PATH} 
    207212fi 
    208213 
Note: See TracChangeset for help on using the changeset viewer.