Ignore:
Timestamp:
04/09/10 12:08:01 (14 years ago)
Author:
sdipsl
Message:
  • Add mercure-new : libIGCM_sys_mercure.ksh
  • SX9 use mercure-new for post-processing
  • Few feature missing on mercure-new dmget not yet install for example
  • Properly reset all svn:keywords feature
  • Bugfix in libIGCM_post.ksh when RebuildFromArchive? was false
  • Bugfix in IGCM_Patch_20090317_histcomFillvalue.ksh when renaming _Fillvalue we now just add missing_value to be retro-compatible
  • Some more comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r236 r257  
    5555#-Q- sx9mercure ## SX9MERCURE   CEA ## 
    5656#-Q- sx9mercure ###################### 
    57 #-Q- sx9mercure #MSUB -r REBUILDWRK     # Nom du job                 
    58 #-Q- sx9mercure #MSUB -N 1              # Reservation du noeud 
    59 #-Q- sx9mercure #MSUB -n 1              # Reservation du processus 
    60 #-Q- sx9mercure #MSUB -T 86400          # Limite de temps elapsed du job 
    61 #-Q- sx9mercure #MSUB -E "-j o" 
    62 #-Q- sx9mercure #MSUB -E "-S /bin/ksh" 
    63 #-Q- sx9mercure ##MSUB -e nco.out        # Sortie standard 
    64 #-Q- sx9mercure ##MSUB -o nco.out        # Sortie standard 
     57#-Q- sx9mercure #PBS -N REBUILDWRK           # Nom du job 
     58#-Q- sx9mercure #PBS -j o                    # regroupement des stdout et stderr 
     59#-Q- sx9mercure #PBS -S /usr/bin/ksh         # shell de soumission 
     60#-Q- sx9mercure #PBS -l memsz_job=1gb        # Limite memoire a 1 Go 
     61#-Q- sx9mercure #PBS -l cputim_job=24:00:00  # Limite temps a 1 heures 
     62#-Q- sx9mercure #PBS -q scal-new 
    6563#-Q- titane #!/bin/ksh 
    6664#-Q- titane ###################### 
     
    108106# of your running libIGCM directory. 
    109107 
    110 #D- Directory where files we need to rebuild are store 
    111 #D- Default : value from AA_job if any 
     108#D- Do we rebuild parallel output from archive or from ${BIGDIR} 
     109#D- Default : value from AA_job if any 
     110RebuildFromArchive=${RebuildFromArchive:=true} 
     111 
     112#D- Directory where files we need to rebuild are store  
     113#D- Default : value from AA_job if any 
     114#D- if RebuildFromArchive=true REBUILD_DIR=${DMFDIR}/IGCM_OUT/.../JobName/TMP 
     115#D- example : /dmnfs09/cont003/p86denv/IGCM_OUT/IPSLCM5/CM5PIRC7/TMP 
     116#D- if RebuildFromArchive=false REBUILD_DIR=${BIGDIR}/REBUILD/TagName/JobName/ 
     117#D- example : /scratch/cont003/p86denv/REBUILD/IPSLCM5/SCAL-NEW 
    112118REBUILD_DIR=${REBUILD_DIR:=/path/to/your/TMP/REBUILD/FILES} 
    113119 
Note: See TracChangeset for help on using the changeset viewer.