]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/sim/Run.jdl.in
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Run.jdl.in
1
2 # To submit this JDL:
3 #
4 #   alien_submit alien:@data@/JDL \
5 #      <run number> <N_jobs> <N_events> <tag> <generator> [<more>]
6 #
7 # where 
8 #
9 #   $1: <run number>   is the run number 
10 #   $2: <N_jobs>       is the number of sub-jobs 
11 #   $3: <N_events>     is the number of events per sub-job
12 #   $4: <tag>          is a single-word tag 
13 #   $5: <more>         is more arguments for simrun.sh 
14 #   ...
15 #    
16 # The output is written to alien:@out@/test/<tag>
17 #
18 Executable="@bin@/run.sh";
19
20 Jobtag={
21         "comment:$4 ($1) $5 MC"
22 };
23
24 Packages = {
25          "VO_ALICE@AliRoot::@aliroot@",
26          "VO_ALICE@GEANT3::@geant@",
27          "VO_ALICE@ROOT::@root@",
28          "VO_ALICE@APISCONFIG::V1.1x",
29          "VO_ALICE@boost::v1_43_0",
30          "VO_ALICE@cgal::v3.6",
31          "VO_ALICE@fastjet::v2.4.2",
32          "VO_ALICE@jemalloc::v3.0.0"
33          };
34
35
36 TTL="72000";
37 Price="10";
38
39 Requirements=member(other.GridPartitions,"PDC08_2");
40
41 Validationcommand="/alice/validation/validation.sh";
42
43 InputFile={
44         "LF:@data@/BaseConfig.C",
45         "LF:@data@/Check.C",
46         "LF:@data@/Config.C",
47         "LF:@data@/DetConfig.C",
48         "LF:@data@/EGConfig.C",
49         "LF:@data@/OCDBConfig.C",
50         "LF:@data@/Reconstruct.C",
51         "LF:@data@/Simulate.C",
52         "LF:@data@/simrun.sh",
53         "LF:@data@/Tag.C",
54         "LF:@data@/QA.C",
55         "LF:@data@/QAConfig.C",
56         "LF:@data@/AOD.C",
57         "LF:@data@/AODConfig.C",
58         "LF:@data@/GRP.C",
59         "LF:@data@/fmd_corrections.root"
60 };
61
62 Output = {
63        "log_archive:*.log@disk=1",
64        "QA_archive.zip:QAresults*.root,event_stat*.root,trending*.root,*.stat.qa*@disk=2",
65         "root_archive.zip:galice.root,Kinematics.root,TrackRefs.root,Trigger.root,AliESD*.root,Run*.root,*.RecPoints.root,check.root@disk=2",
66         "aod_archive.zip:pyxsec*.root,AODQA.root,AliAOD*.root,FilterEvents_Trees*.root,*.stat.aod@disk=3",
67         "EventStat_temp*.root@disk=2"
68 };
69
70 OutputDir="@out@/$4/$1/#alien_counter_03i#";
71
72 JDLVariables={
73         "Packages", 
74         "OutputDir"
75 };
76
77
78 splitarguments="--run $1 --event $3 --number #alien_counter# $5";
79 split="production:1-$2";
80
81 Workdirectorysize={"10000MB"};
82
83 # Local Variables:
84 #  mode: conf-javaprop
85 # End: