Revision
1.21 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 2 23:41:12 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V02-03-01
Changes since
1.20: +5 -2 lines
Diff to
previous 1.20
Autoflush the buffer for standard output so that it's still line buffered even if it's redirected to a file or pipe.
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 19 13:40:44 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V02-03-00
Changes since
1.19: +37 -20 lines
Diff to
previous 1.19
Added "-d" and "-p" options which can be used to override the dataset name that is subsequently picked up by osusub_cfg.py and to add a suffix to the process name of the CMSSW job, respectively.
Revision
1.19 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 6 20:53:32 2013 UTC
(11 years, 10 months ago)
by
ahart
Branch:
MAIN
Changes since
1.18: +1 -1 lines
Diff to
previous 1.18
Got rid of the "no version information available" warning from condor_submit.
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Thu May 23 20:39:49 2013 UTC
(11 years, 11 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V02-01-01,
V02-02-00
Changes since
1.17: +9 -1 lines
Diff to
previous 1.17
When choosing among multiple datasets, the status of each dataset is now displayed in living color so hopefully it's easier to find the one you want.
Revision
1.15 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 25 18:26:58 2013 UTC
(12 years, 1 month ago)
by
ahart
Branch:
MAIN
Changes since
1.14: +5 -3 lines
Diff to
previous 1.14
Select the higher-order cross section from the database when it exists.
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Fri Feb 8 11:49:43 2013 UTC
(12 years, 2 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V00-00-06
Changes since
1.13: +33 -16 lines
Diff to
previous 1.13
Separate the condor submission file to make it easier for the user to edit it if necessary.
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Fri Feb 8 09:17:45 2013 UTC
(12 years, 2 months ago)
by
ahart
Branch:
MAIN
Changes since
1.12: +18 -10 lines
Diff to
previous 1.12
Added an option for the maximum number of events to process for a dataset. Actual number processed may differ from the target since job splitting is based on the number of files.
Revision
1.12 -
(
view)
(
annotate)
-
[select for diffs]
Mon Feb 4 04:14:43 2013 UTC
(12 years, 3 months ago)
by
ahart
Branch:
MAIN
Changes since
1.11: +48 -24 lines
Diff to
previous 1.11
Allow the dataset name to be omitted as in the case of MC generation.
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jan 17 20:51:46 2013 UTC
(12 years, 3 months ago)
by
ahart
Branch:
MAIN
Changes since
1.10: +33 -14 lines
Diff to
previous 1.10
Allow for a location to be given instead of a dataset name.
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Thu Dec 13 22:49:24 2012 UTC
(12 years, 4 months ago)
by
ahart
Branch:
MAIN
Changes since
1.9: +1 -1 lines
Diff to
previous 1.9
Introduce a batch mode flag called batchMode which is true using osusub and false otherwise.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Fri Nov 23 11:17:44 2012 UTC
(12 years, 5 months ago)
by
ahart
Branch:
MAIN
Changes since
1.7: +3 -2 lines
Diff to
previous 1.7
Add a third argument in the condor submission file which is the dataset name.
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
Tue Oct 9 10:20:47 2012 UTC
(12 years, 6 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V00-00-05
Changes since
1.6: +3 -0 lines
Diff to
previous 1.6
Add an IsLocalJob parameter and tell condor that we prefer to run on the new compute nodes.
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Sun Sep 9 20:02:20 2012 UTC
(12 years, 7 months ago)
by
ahart
Branch:
MAIN
Changes since
1.5: +11 -5 lines
Diff to
previous 1.5
Output a file containing the cross section if it is in the database.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Thu Aug 9 06:36:17 2012 UTC
(12 years, 8 months ago)
by
ahart
Branch:
MAIN
Changes since
1.3: +1 -1 lines
Diff to
previous 1.3
Order the list of datasets by creation time instead of time of last update.
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 14 17:42:30 2012 UTC
(12 years, 10 months ago)
by
ahart
Branch:
MAIN
CVS Tags:
V00-00-02
Changes since
1.1: +10 -6 lines
Diff to
previous 1.1
Allow fuzzy dataset names for osudb and osusub. First commit of AnaTools directory.