]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/sim/Final.jdl.in
Various updates for the production scripts
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Final.jdl.in
1
2 # To submit this JDL:
3 #
4 #   alien_submit alien:@data@/Merge.jdl \
5 #      <run number> <N_jobs> <N_events> <tag> <what>
6 #
7 # where 
8 #
9 #   <run number>   is the run number 
10 #   <stage>        is the stage number
11 #   <tag>          is a single-word tag 
12 #   <what>         what to merge (QA or AOD)
13 #
14 # The output is written to alien:$HOME/test/<tag>
15
16 # Before this is done, one must make the appropriate XML file. For stage=1
17 #
18 #   alien_find -x <what>Stage_1.xml \
19 #      @out@/<tag>/<run> \
20 #      */QA_archive.zip > <what>Stage_1.xml
21 #
22 # For stage > 1
23 #
24 #   alien_find -x <what>_Stage_<stage>.xml \
25 #      @out@/<tag>/<run>/<what>Stage_<stage-1> \
26 #      */QA_archive.zip > <what>_Stage_<stage>.xml
27 #
28 # and then the XML file should be copied to alien
29 #
30 #  alien_cp file:<what>_Stage_<stage>.xml alien:@out@/<tag>/<run>/<what>_Stage_<stage>.xml 
31 #
32
33 Jobtag={
34         "comment:$3 ($1) MC for FMD stage $4 final merge"
35 };
36 Packages = {
37         "VO_ALICE@AliRoot::@aliroot@",
38         "VO_ALICE@ROOT::@root@",
39         "VO_ALICE@APISCONFIG::V1.1x"
40 };
41 Executable = "@bin@/merge.sh";
42 Arguments = "$4 $1 $4_Stage_$2.xml $2";
43 InputFile = {
44         "LF:@data@/$4.C",
45         "LF:@data@/$4Config.C",
46         "LF:@data@/DetConfig.C",
47         "LF:@data@/GRP.C",
48         "LF:@data@/fmd_corrections.root",
49         "LF:@out@/$3/$1/$4_Stage_$2.xml"
50 };
51 OutputDir = "@out@/$3/$1";
52 OutputArchive = {
53    "$4_merge_log_archive.zip:std*,fileinfo*.log@disk=1",
54    "$4_merge_archive.zip:*$4*.root,*.stat*@disk=2"
55 };
56 TTL = "36000";
57 Price = "1";
58 Validationcommand = "/alice/cern.ch/user/a/aliprod/QA/validation_merge.sh";
59 Workdirectorysize = {"5000MB"};
60 JDLVariables = {
61    "Packages",
62    "OutputDir"
63 };
64 Workdirectorysize = {"10000MB"};
65 #
66 # EOF
67 #