Changeset 860


Ignore:
Timestamp:
05/21/13 09:40:40 (11 years ago)
Author:
sdipsl
Message:
  • correct a regression introduced by r853
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v2.0/libIGCM_config/libIGCM_config.ksh

    r853 r860  
    12141214 
    12151215    IGCM_debug_Print 1 "Submit next job" 
     1216    # SUBMIT NEXT JOB from SUBMIT_DIR and come back in RUN_DIR  
     1217    IGCM_sys_Cd ${SUBMIT_DIR}  
    12161218    # Keep only the 5 latest ${Script_Output_Prefix}_${config_UserChoices_JobName} 
    12171219    ScriptTot=$( ls ${Script_Output_Prefix}_${config_UserChoices_JobName}.?????? 2>/dev/null | wc -l ) 
    12181220    [ ${ScriptTot} -gt 5 ] && rm -f $( ls ${Script_Output_Prefix}_${config_UserChoices_JobName}.?????? | head -$(( ${ScriptTot} - 5 )) ) 
     1221    # Submit next job and come back 
    12191222    IGCM_sys_Qsub ${SUBMIT_DIR}/Job_${config_UserChoices_JobName} 
     1223    IGCM_sys_Cd - 
    12201224  fi 
    12211225 
Note: See TracChangeset for help on using the changeset viewer.