Ignore:
Timestamp:
05/20/10 18:38:12 (14 years ago)
Author:
mafoipsl
Message:

Use CSCRATCHDIR on new front end for mercure to have better performances for rebuild and other postprocessing operations. Correct config_Finalize to avoid warning messages. Correct somme comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r263 r274  
    711711 
    712712        IGCM_debug_Print 1 "Submit next job" 
    713         # SUBMIT NEXT JOB 
     713        # SUBMIT NEXT JOB from SUBMIT_DIR and come back in RUN_DIR 
    714714        IGCM_sys_Cd ${SUBMIT_DIR} 
    715715        IGCM_sys_Qsub ${SUBMIT_DIR}/Job_${config_UserChoices_JobName} 
     716        IGCM_sys_Cd - 
    716717    fi 
    717718 
     
    721722        ls -la 
    722723    fi 
    723  
     724     
    724725    # Clean ${RUN_DIR}=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
    725726    # Only for production run (No clean up in DEV or DEB mode) 
     727    # and command sent from .. directory. 
     728    IGCM_sys_Cd .. 
    726729    [ X${JobType} = XRUN ] && IGCM_sys_Rm -rf ${RUN_DIR} 
    727730 
Note: See TracChangeset for help on using the changeset viewer.