Changeset 92 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
04/09/09 19:09:08 (15 years ago)
Author:
sdipsl
Message:

MAF :
On the way to finalyze vargas

  • adjustment to support large numbers of cpus (and files)
  • prepare another policy for rebuild : from workdir

Some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r89 r92  
    121121#D- Define running directory 
    122122#D- Default=${TMPDIR} ie temporary batch directory 
    123 #RUN_DIR_PATH=/workdir4/rech/ces/rces452/BABATEST/TESTPOST 
     123#RUN_DIR_PATH=/workdir/of/this/machine 
    124124 
    125125#D- Define submit directory 
    126 #D- Default= where you launch qsub 
    127 #SUBMIT_DIR=/workdir4/rech/ces/rces452/SCRIPT_V1/modipsl/config/IPSLCM4_v1_OASIS3/EXP01 
     126#D- Default= where you launch qsub (variable from scheduler) 
     127#SUBMIT_DIR=$( pwd ) 
    128128 
    129129#D- Turn in dry run mode ? (0,1,2,3) 
     
    146146 
    147147#D- Define input file root directory 
    148 #D- Default=/u/rech/ces/rces452/IGCM 
     148#D- Default=/IGCMG/common/account/of/this/machine 
    149149#R_IN=/u/rech/por/rpor111/DATA 
    150150 
     
    209209#D-   
    210210# --------------------------------------------------------------------== 
    211 if [ "${config_Post_RebuildFromArchive}" = "true" ]; then 
     211if [ X${config_Post_RebuildFromArchive} = Xtrue ] ; then 
    212212    REBUILD_DIR=${R_SAVE}/TMP 
    213213    IGCM_sys_MkdirArchive ${REBUILD_DIR} 
    214214else 
    215     REBUILD_DIR=\${RUN_DIR} 
     215    REBUILD_DIR=${RUN_DIR} 
    216216fi 
    217217 
     
    231231 
    232232# --------------------------------------------------------------------== 
    233 #D- Verify compatibility of period length and write frequencies 
    234 #D- 
     233#D- Verify compatibility of period length, write frequencies, ... 
     234#D- Verify compatibility of rebuild choices and post-process choices 
     235#D- Will stop here if something is wrong 
    235236# --------------------------------------------------------------------== 
    236237#IGCM_config_Check 
Note: See TracChangeset for help on using the changeset viewer.