source: trunk/libIGCM/AA_rebuild_fromWorkdir @ 315

Last change on this file since 315 was 315, checked in by mafoipsl, 14 years ago

Add mail when job aborts in mercure front-end header. Correct SendMail? function on mercurex9.

File size: 9.8 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 ## SX9MERCURE   CEA ##
66#-Q- sx9mercure ######################
67#-Q- sx9mercure #PBS -N REBUILDWRK           # Nom du job
68#-Q- sx9mercure #PBS -m a                    # message si abort
69#-Q- sx9mercure #PBS -j o                    # regroupement des stdout et stderr
70#-Q- sx9mercure #PBS -S /usr/bin/ksh         # shell de soumission
71#-Q- sx9mercure #PBS -l memsz_job=1gb        # Limite memoire a 1 Go
72#-Q- sx9mercure #PBS -l cputim_job=24:00:00  # Limite temps a 1 heures
73#-Q- sx9mercure #PBS -q scalaire
74#-Q- titane #!/bin/ksh
75#-Q- titane ######################
76#-Q- titane ## TITANE   CEA ##
77#-Q- titane ######################
78#-Q- titane #MSUB -r REBUILDWRK     # Nom du job               
79#-Q- titane #MSUB -N 1              # Reservation du noeud
80#-Q- titane #MSUB -n 1              # Reservation du processus
81#-Q- titane #MSUB -T 86400          # Limite de temps elapsed du job
82#-Q- titane #MSUB -E "-j o"
83#-Q- titane #MSUB -E "-S /bin/ksh"
84#-Q- titane ##MSUB -e nco.out        # Sortie standard
85#-Q- titane ##MSUB -o nco.out        # Sortie standard
86#-Q- lxiv8 ######################
87#-Q- lxiv8 ## OBELIX      LSCE ##
88#-Q- lxiv8 ######################
89#-Q- lxiv8 #PBS -N REBUILDWRK
90#-Q- lxiv8 #PBS -m a
91#-Q- lxiv8 #PBS -j oe
92#-Q- lxiv8 #PBS -q medium
93#-Q- lxiv8 #PBS -o REBUILDWRK.$$
94#-Q- lxiv8 #PBS -S /bin/ksh
95#-Q- default #!/bin/ksh
96#-Q- default ##################
97#-Q- default ## DEFAULT HOST ##
98#-Q- default ##################
99
100# $Date: $
101# $Author: $
102# $Revision: $
103# IPSL (2006)
104#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
105
106#set -eu
107#set -vx
108
109date
110
111#-Q- sx8brodie export OMP_NUM_THREADS=1
112#-Q- aix6 export OMP_NUM_THREADS=1
113
114########################################################################
115
116#D- Flag to determine if this job in a standalone mode
117#D- Default : value from AA_job if any
118StandAlone=${StandAlone:=true}
119
120#D- Low level debug : to bypass lib test checks and stack construction
121#D- Default : value from AA_job if any
122libIGCM=${libIGCM:=::modipsl::/libIGCM}
123# WARNING for StandAlone used : To run this script on some machine,
124# you must check MirrorlibIGCM variable in sys library.
125# If this variable is true, you must use libIGCM_POST path instead
126# of your running libIGCM directory.
127
128#D- Do we rebuild parallel output from archive or from ${BIGDIR}
129#D- Default : value from AA_job if any
130RebuildFromArchive=${RebuildFromArchive:=false}
131
132#D- Directory where files we need to rebuild are store
133#D- Default : value from AA_job if any
134#D- if RebuildFromArchive=true REBUILD_DIR=${DMFDIR}/IGCM_OUT/.../JobName/TMP
135#D- example : /dmnfs09/cont003/p86denv/IGCM_OUT/IPSLCM5/CM5PIRC7/TMP
136#D- if RebuildFromArchive=false REBUILD_DIR=${BIGDIR}/REBUILD/TagName/JobName/
137#D- example : /scratch/cont003/p86denv/REBUILD/IPSLCM5/SCAL-NEW
138REBUILD_DIR=${REBUILD_DIR:=/path/to/your/TMP/REBUILD/FILES}
139
140#D- How many directory to rebuild we have to consider
141#D- Default : value from AA_job if any
142NbRebuildDir=${NbRebuildDir:=1000}
143
144#D- Suffix date we will use to determine which directory to rebuild
145#D- We will rebuild NbRebuildDir before and including PeriodDateBegin
146#D- Default : value from AA_job if any
147LastPeriodForRebuild=${PeriodDateBegin:=18901201}
148
149#D- Name of the job to work in a standalone mode (needed for mask patch)
150#D- Default : value from config.card if any
151config_UserChoices_JobName=${config_UserChoices_JobName:=name_of_the_job}
152
153#D- Directory where output data are stored (needed in standalone mode for mask patch)
154#D- Default : value from AA_job if any
155R_SAVE=${R_SAVE:=/path/to/your/ARCHIVE/FILES}
156
157#D- Flag to determine atlas job's output directory
158#D- Default : value from libIGCM_post.ksh if any
159POST_DIR=${POST_DIR:=${PBS_O_WORKDIR}}
160
161#D- Increased verbosity (1, 2, 3)
162#D- Default : value from AA_job if any
163Verbosity=${Verbosity:=3}
164
165#D- Low level debug : to bypass lib test checks and stack construction
166#D- Default : value from AA_job if any
167DEBUG_debug=${DEBUG_debug:=false}
168
169#D- TEMPORARY Flag to determine atmospheric resolution
170#D- Default : value from atmospheric driver if any
171RESOL_ATM=${RESOL_ATM:=ALL}
172
173#D- TEMPORARY Flag to determine ocean resolution
174#D- Default : value from ocean driver if any
175RESOL_OCE=${RESOL_OCE:=ORCA2}
176
177#D- TEMPORARY Flag to determine ice resolution
178#D- Default : value from ice driver if any
179RESOL_ICE=${RESOL_ICE:=ORCA2}
180
181#D- TEMPORARY Flag to determine biogeochemistry resolution
182#D- Default : value from ice driver if any
183RESOL_MBG=${RESOL_MBG:=ORCA2}
184
185#D- Flag to determine surface resolution
186#D- Default : value from surface driver if any
187RESOL_SRF=ALL
188
189#D- Flag to determine surface resolution
190#D- Default : value from surface driver if any
191RESOL_SBG=ALL
192
193########################################################################
194
195. ${libIGCM}/libIGCM_debug/libIGCM_debug.ksh
196      ( ${DEBUG_debug} ) && IGCM_debug_Check
197. ${libIGCM}/libIGCM_card/libIGCM_card.ksh
198     ( ${DEBUG_debug} ) && IGCM_card_Check
199. ${libIGCM}/libIGCM_date/libIGCM_date.ksh
200     ( ${DEBUG_debug} ) && IGCM_date_Check
201#-------
202. ${libIGCM}/libIGCM_sys/libIGCM_sys.ksh
203. ${libIGCM}/libIGCM_post/libIGCM_post.ksh
204
205########################################################################
206
207#set -vx
208
209RUN_DIR=${RUN_DIR_PATH}
210IGCM_sys_MkdirWork ${RUN_DIR}
211IGCM_sys_Cd ${RUN_DIR}
212#
213if [ ${RebuildFromArchive} = true ] ; then
214    ListAllRebuildDir=$( IGCM_sys_RshArchive ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} )
215else
216    ListAllRebuildDir=$( IGCM_sys_RshMaster ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} )
217fi
218#
219
220for directory in ${ListAllRebuildDir} ; do
221    #
222    if [ ${RebuildFromArchive} = true ] ; then
223        IGCM_sys_Get_Dir ${directory} ${RUN_DIR}
224    else
225        IGCM_sys_Get_Master ${directory} ${RUN_DIR}
226    fi
227    #
228    IGCM_sys_Cd ${RUN_DIR}/$( basename ${directory} )
229
230    # --------------------------------------------------------------------
231    # Source function include in the REBUILD ksh and rebuild
232    # --------------------------------------------------------------------
233    . ${RUN_DIR}/$( basename ${directory} )/rebuild.ksh
234    IGCM_FlushRebuild
235    #
236    IGCM_sys_Cd ${RUN_DIR}
237    # Clean Up
238    if [ ${RebuildFromArchive} = true ] ; then
239        IGCM_sys_RshArchive rm -rf ${directory}
240    else
241        IGCM_sys_Rm -rf ${directory}
242    fi
243done
244
245# Clean RUN_DIR_PATH (necessary for cesium only)
246IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH}
Note: See TracBrowser for help on using the repository browser.