Opened 11 years ago

Closed 11 years ago

#141 closed enhancement (fixed)

curie : RUN_DIR_PATH not removed by default in AA_job

Reported by: mafoipsl Owned by: sdipsl
Priority: minor Milestone: libIGCM_v2.1 consolidation
Component: treatment Version: 2.0
Keywords: Cc:

Description

By default, in AA_job, RUN_DIR is removed :
${RUN_DIR}=${RUN_DIR_PATH}/${config_UserChoices_JobName}.${$}
but RUN_DIR_PATH is not :
typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${SCRATCHDIR}/RUN_DIR/${BRIDGE_MSUB_JOBID}_${$}}

For post-treatment jobs, RUN_DIR_PATH is removed.
...
IGCM_sys_MkdirWork ${RUN_DIR_PATH}
IGCM_sys_Cd ${RUN_DIR_PATH}
...
IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH}

Manual cleaning of empty directories is still required on curie.

Change History (3)

comment:1 Changed 11 years ago by sdipsl

  • Component changed from AMQP Broker to treatment
  • Owner set to somebody
  • Priority changed from major to minor

comment:2 Changed 11 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

comment:3 Changed 11 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed

Done. See r933

Note: See TracTickets for help on using tickets.