Ignore:
Timestamp:
04/26/13 10:48:56 (11 years ago)
Author:
sdipsl
Message:
  • Clean up job submission
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r828 r853  
    678678  typeset options 
    679679  if [ ${config_UserChoices_JobName}.${CumulPeriod} = "." ] ; then 
    680     options=" -o ${Script_Output} -e ${Script_Output}" 
     680    options=" -o ${SUBMIT_DIR}/${Script_Output} -e ${SUBMIT_DIR}/${Script_Output}" 
    681681  else 
    682     options=" -o ${Script_Output} -e ${Script_Output} -r ${config_UserChoices_JobName}.${CumulPeriod}" 
     682    options=" -o ${SUBMIT_DIR}/${Script_Output} -e ${SUBMIT_DIR}/${Script_Output} -r ${config_UserChoices_JobName}.${CumulPeriod}" 
    683683  fi 
    684684 
Note: See TracChangeset for help on using the changeset viewer.