source: branches/Mars_McMismatchStudy/qsub/README@ 18558

Last change on this file since 18558 was 18013, checked in by ghughes, 10 years ago
README on how to use these scripts
File size: 1.8 KB
Line 
1In the Mars_McMismatchStudy branch I have created a set of scripts for sending jobs to the ISDC batch systemi (see below for full list).
2All of the scripts follow the same style. They are comprised of two files.
3
4FACT.sub_PROGRAM_TYPE.sh which is exicuatable and the one you run.
5FACT.qsub_PROGRAM_TYPE.sh which is the template for the script that runs on the batch machines.
6
7PROGRAM = star, calisto, ...
8TYPE = data or mc
9
10to find the options on how to run any of the scripts run it with no options:
11
12
13------
14> ./FACT.sub_star_data.sh
15
16FACT.sub_star_data.sh <runlist>
17
18<runlist> should be in the form YEAR MONTH DAY eg:
192013 10 15
20------
21
22An example run list for star is provided in the form of:
23Crab.star
24
25The sub script crates a job in the queue directory for each night on the list.
26Each job then runs over the sequence files for each day.
27To find the command and how it is run take a look inside the qsub file.
28For example star is run, in the script, as follows:
29
30 root -b -q fact/analysis/star.C\(\"$SEQFILE\",4,2.5,\"$INDIR\",\"$OUTDIR\"\)
31
32The output all goes to a directory called something like:
33 OUTDIR=$MARSSYS/OUTPUT/star/$DATE
34which be created if it does not exist.
35
36Things to do:
37
38The MC chain has not been tested.
39The files created by callisto are too large to do a large data set. What might be more
40useful for full production in to combine the callisto and star scripts. The callisto
41output can be created and removed on the fly.
42
43Give it a try and feel free to change/edit what doesn't work.
44
45
46Full list:
47
48Crab.star
49Crab.ganymed
50
51FACT.qsub_call_mc.sh
52FACT.qsub_ceres_mc.sh
53FACT.qsub_gan_data.sh
54FACT.qsub_gan_mc.sh
55FACT.qsub_ped_mc.sh
56FACT.qsub_star_data.sh
57FACT.qsub_star_mc.sh
58FACT.sub_call_mc.sh
59FACT.sub_ceres_mc.sh
60FACT.sub_gan_data.sh
61FACT.sub_gan_mc.sh
62FACT.sub_ped_mc.sh
63FACT.sub_star_data.sh
64FACT.sub_star_mc.sh
65
Note: See TracBrowser for help on using the repository browser.