]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/sim/Merge.jdl.in
Files for simulation jobs
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Merge.jdl.in
CommitLineData
f8b7a926 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#
32Jobtag={
33 "comment:$4 $3 ($1) MC stage $2 intermittent merge"
34};
35# "VO_ALICE@GEANT3::@geant@",
36Packages={
37 "VO_ALICE@AliRoot::@aliroot@",
38 "VO_ALICE@ROOT::@root@",
39 "VO_ALICE@APISCONFIG::V1.1x"
40};
41Executable="@bin@/merge.sh";
42InputDataCollection={
43 "LF:@out@/$3/$1/$4_Stage_$2.xml,nodownload"
44};
45InputFile={
46 "LF:@data@/$4.C",
47 "LF:@data@/$4Config.C",
48 "LF:@data@/GRP.C",
49 "LF:@data@/fmd_corrections.root"
50
51};
52InputDataListFormat="xml-single";
53InputDataList="wn.xml";
54OutputDir="@out@/$3/$1/$4_Stage_$2/#alien_counter_03i#";
55OutputArchive={
56 "$4_log_archive.zip:std*,fileinfo*.log@disk=1",
57 "$4_archive.zip:*.root,*.stat*@disk=2"
58};
59Split="se";
60SplitMaxInputFileNumber="20";
61SplitArguments="$4 $1 wn.xml $2 #alien_counter#";
62Validationcommand="/alice/cern.ch/user/a/aliprod/QA/validation_merge.sh";
63TTL="36000";
64Price="1";
65Workdirectorysize={"5000MB"};
66JDLVariables={
67 "Packages",
68 "OutputDir"
69};
70LPMActivity="86400";
71
72#
73# EOF
74#
75