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_obelix.ksh

    r839 r853  
    583583  fi 
    584584  typeset status 
    585   /usr/local/bin/qsub -q medium -o ${Script_Output} -N ${config_UserChoices_JobName}.${CumulPeriod} < $1 
     585  /usr/local/bin/qsub -q medium -o ${SUBMIT_DIR}/${Script_Output} -N ${config_UserChoices_JobName}.${CumulPeriod} < $1 
    586586  status=$? 
    587587  if [ ${status} -gt 0 ] ; then 
Note: See TracChangeset for help on using the changeset viewer.