Changeset 154 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
08/14/09 13:08:56 (15 years ago)
Author:
sdipsl
Message:
  • Use generic function IGCM_sys_SendMail
  • BigCleanUp? at the end of the simulation if in production mode
  • Do the CleanUp? After the resubmission ...
  • ${RunDir?} depends on PID because of the BigCleanUp?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r146 r154  
    126126#D- Define running directory 
    127127#D- Default=${TMPDIR} ie temporary batch directory 
    128 #RUN_DIR_PATH=/workdir/of/this/machine 
     128#RUN_DIR_PATH=/workdir/or/scratchdir/of/this/machine 
    129129 
    130130#D- Define submit directory 
     
    205205#D-   
    206206# --------------------------------------------------------------------== 
    207 RUN_DIR=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     207RUN_DIR=${RUN_DIR_PATH}/${config_UserChoices_TagName}/${config_UserChoices_JobName}.${$} 
    208208IGCM_sys_MkdirWork ${RUN_DIR} 
    209209IGCM_sys_Cd ${RUN_DIR} 
Note: See TracChangeset for help on using the changeset viewer.