]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/sim/Run.jdl.in
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / sim / Run.jdl.in
CommitLineData
f8b7a926 1#
2# To submit this JDL:
3#
4# alien_submit alien:@data@/JDL \
421f877c 5# <run number> <N_jobs> <N_events> <tag> <generator> [<more>]
f8b7a926 6#
7# where
8#
421f877c 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
66ff3038 13# $5: <more> is more arguments for simrun.sh
14# ...
15#
f8b7a926 16# The output is written to alien:@out@/test/<tag>
17#
18Executable="@bin@/run.sh";
19
20Jobtag={
21 "comment:$4 ($1) $5 MC"
22};
23
24Packages = {
421f877c 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 };
f8b7a926 34
35
36TTL="72000";
37Price="10";
38
39Requirements=member(other.GridPartitions,"PDC08_2");
40
41Validationcommand="/alice/validation/validation.sh";
42
43InputFile={
421f877c 44 "LF:@data@/BaseConfig.C",
f8b7a926 45 "LF:@data@/Check.C",
46 "LF:@data@/Config.C",
ee275c29 47 "LF:@data@/DetConfig.C",
66ff3038 48 "LF:@data@/EGConfig.C",
ee275c29 49 "LF:@data@/OCDBConfig.C",
f8b7a926 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
62Output = {
421f877c 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"
f8b7a926 68};
69
70OutputDir="@out@/$4/$1/#alien_counter_03i#";
71
72JDLVariables={
73 "Packages",
74 "OutputDir"
75};
76
66ff3038 77
78splitarguments="--run $1 --event $3 --number #alien_counter# $5";
f8b7a926 79split="production:1-$2";
80
ee275c29 81Workdirectorysize={"10000MB"};
421f877c 82
83# Local Variables:
84# mode: conf-javaprop
85# End: