source: trunk/libIGCM/AA_rebuild_fromWorkdir @ 377

Last change on this file since 377 was 373, checked in by sdipsl, 14 years ago

Remove libIGCM_sys_claude.ksh and libIGCM_sys_calculo.ksh
Update/homogenize all headers usgin the new fixed-length keyword syntax regarding properties keywords
$Rev:: 13 i $: Revision of last commit
$Author:: harry $: Author of last commit
$Date:: 2006-03-15 02:33:03 -0500 (Wed, 15 Mar 2006) $: Date of last commit
Add / update original author and contact when missing

  • Property svn:keywords set to Revision Author Date
File size: 10.5 KB
Line 
1#-Q- cesium #!/bin/ksh
2#-Q- cesium ######################
3#-Q- cesium ## CESIUM   CEA ##
4#-Q- cesium ######################
5#-Q- cesium #MSUB -r REBUILDWRK     # Nom du job               
6#-Q- cesium #MSUB -N 1              # Reservation du noeud
7#-Q- cesium #MSUB -n 1              # Reservation du processus
8#-Q- cesium #MSUB -T 86400          # Limite de temps elapsed du job
9#-Q- cesium #MSUB -E "-j o"
10#-Q- cesium #MSUB -E "-S /bin/ksh"
11#-Q- platine #!/usr/bin/ksh
12#-Q- platine ###################
13#-Q- platine ## PLATINE   CEA ##
14#-Q- platine ###################
15#-Q- platine #BSUB -J REBUILDWRK             # Nom du job
16#-Q- platine #BSUB -N                        # message a la fin du job
17#-Q- platine #BSUB -n 1                      # reservation des processeurs pour le job
18#-Q- platine #BSUB -W 4:00                   # Limite temps
19#-Q- platine #BSUB -q post                   # Passage en queue post
20#-Q- sx8brodie #!/bin/ksh
21#-Q- sx8brodie #######################
22#-Q- sx8brodie ## SX8BRODIE   IDRIS ##
23#-Q- sx8brodie #######################
24#-Q- sx8brodie # Temps Elapsed max. d'une requete hh:mm:ss
25#-Q- sx8brodie # @ wall_clock_limit = 20:00:00
26#-Q- sx8brodie # Nom du travail LoadLeveler
27#-Q- sx8brodie # @ job_name   = REBUILDWRK
28#-Q- sx8brodie # Fichier de sortie standard du travail       
29#-Q- sx8brodie # @ output     = $(job_name).$(jobid)
30#-Q- sx8brodie # Fichier de sortie d'erreur du travail
31#-Q- sx8brodie # @ error      =  $(job_name).$(jobid)
32#-Q- sx8brodie # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.)
33#-Q- sx8brodie # @ notification = error
34#-Q- sx8brodie # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $RESOL_SBG ; $MASTER ; $RebuildFromArchive ; $config_UserChoices_JobName ; $R_SAVE
35#-Q- sx8brodie # @ queue
36#-Q- aix6 #!/bin/ksh
37#-Q- aix6 #######################
38#-Q- aix6 ##   VARGAS   IDRIS  ##
39#-Q- aix6 #######################
40#-Q- aix6 # @ class = archive
41#-Q- aix6 # Temps Elapsed max. d'une requete hh:mm:ss
42#-Q- aix6 # @ wall_clock_limit = 20:00:00
43#-Q- aix6 # Nom du travail LoadLeveler
44#-Q- aix6 # @ job_name   = REBUILDWRK
45#-Q- aix6 # Fichier de sortie standard du travail
46#-Q- aix6 # @ output     = $(job_name).$(jobid)
47#-Q- aix6 # Fichier de sortie d'erreur du travail
48#-Q- aix6 # @ error      =  $(job_name).$(jobid)
49#-Q- aix6 # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.)
50#-Q- aix6 # @ notification = error
51#-Q- aix6 # @ environment  = $DEBUG_debug ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $RebuildFromArchive ; $POST_DIR ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $RESOL_SBG ; $MASTER ; $RebuildFromArchive ; $config_UserChoices_JobName ; $R_SAVE
52#-Q- aix6 # @ queue
53#-Q- sx8mercure #!/bin/ksh
54#-Q- sx8mercure ######################
55#-Q- sx8mercure ## SX8MERCURE   CEA ##
56#-Q- sx8mercure ######################
57#-Q- sx8mercure #PBS -N REBUILDWRK           # Nom du job
58#-Q- sx8mercure #PBS -j o                    # regroupement des stdout et stderr
59#-Q- sx8mercure #PBS -S /usr/bin/ksh         # shell de soumission
60#-Q- sx8mercure #PBS -l memsz_job=1gb        # Limite memoire a 1 Go
61#-Q- sx8mercure #PBS -l cputim_job=24:00:00  # Limite temps a 1 heures
62#-Q- sx8mercure #PBS -q scalaire
63#-Q- sx9mercure #!/bin/ksh
64#-Q- sx9mercure ######################
65#-Q- sx9mercure ## CESIUM   CEA ##
66#-Q- sx9mercure ######################
67#-Q- sx9mercure #MSUB -r REBUILDWRK     # Nom du job               
68#-Q- sx9mercure #MSUB -N 1              # Reservation du noeud
69#-Q- sx9mercure #MSUB -n 1              # Reservation du processus
70#-Q- sx9mercure #MSUB -T 86400          # Limite de temps elapsed du job
71#-Q- sx9mercure #MSUB -E "-j o"
72#-Q- sx9mercure #MSUB -E "-S /bin/ksh"
73#-Q- titane #!/bin/ksh
74#-Q- titane ######################
75#-Q- titane ## TITANE   CEA ##
76#-Q- titane ######################
77#-Q- titane #MSUB -r REBUILDWRK     # Nom du job               
78#-Q- titane #MSUB -N 1              # Reservation du noeud
79#-Q- titane #MSUB -n 1              # Reservation du processus
80#-Q- titane #MSUB -T 86400          # Limite de temps elapsed du job
81#-Q- titane #MSUB -E "-j o"
82#-Q- titane #MSUB -E "-S /bin/ksh"
83#-Q- titane ##MSUB -e nco.out        # Sortie standard
84#-Q- titane ##MSUB -o nco.out        # Sortie standard
85#-Q- lxiv8 ######################
86#-Q- lxiv8 ## OBELIX      LSCE ##
87#-Q- lxiv8 ######################
88#-Q- lxiv8 #PBS -N REBUILDWRK
89#-Q- lxiv8 #PBS -m a
90#-Q- lxiv8 #PBS -j oe
91#-Q- lxiv8 #PBS -q medium
92#-Q- lxiv8 #PBS -o REBUILDWRK.$$
93#-Q- lxiv8 #PBS -S /bin/ksh
94#-Q- default #!/bin/ksh
95#-Q- default ##################
96#-Q- default ## DEFAULT HOST ##
97#-Q- default ##################
98
99#**************************************************************
100# Author: Sebastien Denvil
101# Contact: Sebastien.Denvil__at__ipsl.jussieu.fr
102# $Revision::                                          $ Revision of last commit
103# $Author::                                            $ Author of last commit
104# $Date::                                              $ Date of last commit
105# IPSL (2006)
106#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
107#
108#**************************************************************
109
110#set -eu
111#set -vx
112
113date
114
115#-Q- sx8brodie export OMP_NUM_THREADS=1
116#-Q- aix6 export OMP_NUM_THREADS=1
117
118########################################################################
119
120#D- Flag to determine if this job in a standalone mode
121#D- Default : value from AA_job if any
122StandAlone=${StandAlone:=true}
123
124#D- Low level debug : to bypass lib test checks and stack construction
125#D- Default : value from AA_job if any
126libIGCM=${libIGCM:=::modipsl::/libIGCM}
127# WARNING for StandAlone used : To run this script on some machine,
128# you must check MirrorlibIGCM variable in sys library.
129# If this variable is true, you must use libIGCM_POST path instead
130# of your running libIGCM directory.
131
132#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer.
133MASTER=${MASTER:=mercure|titane|brodie|vargas}
134
135#D- Do we rebuild parallel output from archive or from ${BIGDIR}
136#D- Default : value from AA_job if any
137RebuildFromArchive=${RebuildFromArchive:=false}
138
139#D- Directory where files we need to rebuild are store
140#D- Default : value from AA_job if any
141#D- if RebuildFromArchive=true REBUILD_DIR=${DMFDIR}/IGCM_OUT/.../JobName/TMP
142#D- example : /dmnfs09/cont003/p86denv/IGCM_OUT/IPSLCM5/CM5PIRC7/TMP
143#D- if RebuildFromArchive=false REBUILD_DIR=${BIGDIR}/REBUILD/TagName/JobName/
144#D- example : /scratch/cont003/p86denv/REBUILD/IPSLCM5/SCAL-NEW
145REBUILD_DIR=${REBUILD_DIR:=/path/to/your/TMP/REBUILD/FILES}
146
147#D- How many directory to rebuild we have to consider
148#D- Default : value from AA_job if any
149NbRebuildDir=${NbRebuildDir:=1000}
150
151#D- Suffix date we will use to determine which directory to rebuild
152#D- We will rebuild NbRebuildDir before and including PeriodDateBegin
153#D- Default : value from AA_job if any
154LastPeriodForRebuild=${PeriodDateBegin:=18901201}
155
156#D- Name of the job to work in a standalone mode (needed for mask patch)
157#D- Default : value from config.card if any
158config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job}
159
160#D- Directory where output data are stored (needed in standalone mode for mask patch)
161#D- Default : value from AA_job if any
162R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES}
163
164#D- Flag to determine atlas job's output directory
165#D- Default : value from libIGCM_post.ksh if any
166POST_DIR=${POST_DIR:=${PBS_O_WORKDIR}}
167
168#-D- libIGCM_SX contains libIGCM on Master computer. Required on some center. Always OK.
169libIGCM_SX=${libIGCM_SX:=::modipsl::/libIGCM}
170
171#D- Increased verbosity (1, 2, 3)
172#D- Default : value from AA_job if any
173Verbosity=${Verbosity:=3}
174
175#D- Low level debug : to bypass lib test checks and stack construction
176#D- Default : value from AA_job if any
177DEBUG_debug=${DEBUG_debug:=false}
178
179#D- TEMPORARY Flag to determine atmospheric resolution
180#D- Default : value from atmospheric driver if any
181RESOL_ATM=${RESOL_ATM:=ALL}
182
183#D- TEMPORARY Flag to determine ocean resolution
184#D- Default : value from ocean driver if any
185RESOL_OCE=${RESOL_OCE:=ORCA2}
186
187#D- TEMPORARY Flag to determine ice resolution
188#D- Default : value from ice driver if any
189RESOL_ICE=${RESOL_ICE:=ORCA2}
190
191#D- TEMPORARY Flag to determine biogeochemistry resolution
192#D- Default : value from ice driver if any
193RESOL_MBG=${RESOL_MBG:=ORCA2}
194
195#D- Flag to determine surface resolution
196#D- Default : value from surface driver if any
197RESOL_SRF=ALL
198
199#D- Flag to determine surface resolution
200#D- Default : value from surface driver if any
201RESOL_SBG=ALL
202
203########################################################################
204
205. ${libIGCM}/libIGCM_debug/libIGCM_debug.ksh
206      ( ${DEBUG_debug} ) && IGCM_debug_Check
207. ${libIGCM}/libIGCM_card/libIGCM_card.ksh
208     ( ${DEBUG_debug} ) && IGCM_card_Check
209. ${libIGCM}/libIGCM_date/libIGCM_date.ksh
210     ( ${DEBUG_debug} ) && IGCM_date_Check
211#-------
212. ${libIGCM}/libIGCM_sys/libIGCM_sys.ksh
213. ${libIGCM}/libIGCM_post/libIGCM_post.ksh
214
215########################################################################
216
217#set -vx
218
219RUN_DIR=${RUN_DIR_PATH}
220IGCM_sys_MkdirWork ${RUN_DIR}
221IGCM_sys_Cd ${RUN_DIR}
222#
223if [ ${RebuildFromArchive} = true ] ; then
224    ListAllRebuildDir=$( IGCM_sys_RshArchive ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} )
225else
226    ListAllRebuildDir=$( IGCM_sys_RshMaster ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} )
227fi
228#
229
230for directory in ${ListAllRebuildDir} ; do
231    #
232    if [ ${RebuildFromArchive} = true ] ; then
233        IGCM_sys_Get_Dir ${directory} ${RUN_DIR}
234    else
235        IGCM_sys_Get_Master ${directory} ${RUN_DIR}
236    fi
237    #
238    IGCM_sys_Cd ${RUN_DIR}/$( basename ${directory} )
239
240    # --------------------------------------------------------------------
241    # Source function include in the REBUILD ksh and rebuild
242    # --------------------------------------------------------------------
243    . ${RUN_DIR}/$( basename ${directory} )/rebuild.ksh
244    IGCM_FlushRebuild
245    #
246    IGCM_sys_Cd ${RUN_DIR}
247    # Clean Up
248    # local clean up
249    IGCM_sys_Rm -rf $( basename ${directory} )
250    # remote clean up
251    if [ ${RebuildFromArchive} = true ] ; then
252        IGCM_sys_RshArchive rm -rf ${directory}
253    else
254        IGCM_sys_RshMaster rm -rf ${directory}
255    fi
256done
257
258# Clean RUN_DIR_PATH (necessary for cesium only)
259IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH}
Note: See TracBrowser for help on using the repository browser.