ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerArc.py
Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Aug 18 07:54:42 2009 UTC (15 years, 8 months ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_6_2, CRAB_2_6_2_pre1, CRAB_2_6_2_pre2, CRAB_2_6_3, CRAB_2_6_3_patch_1, CRAB_2_6_3_patch_2, CRAB_2_6_3_patch_2_pre1, CRAB_2_6_3_patch_2_pre2, CRAB_2_6_3_pre1, CRAB_2_6_3_pre2, CRAB_2_6_3_pre3, CRAB_2_6_3_pre4, CRAB_2_6_3_pre5, CRAB_2_6_4, CRAB_2_6_4_pre1, CRAB_2_6_5, CRAB_2_6_5_pre1, CRAB_2_6_6, CRAB_2_6_6_check, CRAB_2_6_6_pre1, CRAB_2_6_6_pre2, CRAB_2_6_6_pre3, CRAB_2_6_6_pre4, CRAB_2_6_6_pre5, CRAB_2_6_6_pre6, CRAB_2_7_0_pre1, test_1
Branch point for: CRAB_2_6_X_br
Changes since 1.20: +8 -1 lines
Diff to previous 1.20
Add support for configuration options GRID.additional_xrsl_parameters and
GRID.max_cpu_time.

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Jul 15 07:17:04 2009 UTC (15 years, 9 months ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_6_1, CRAB_2_6_1_pre1, CRAB_2_6_1_pre2, CRAB_2_6_1_pre3, CRAB_2_6_1_pre4
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Make argument 'full' boolean instead of string.

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Jul 14 09:59:28 2009 UTC (15 years, 9 months ago) by edelmann
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Use scheduler name instead of hostname in jobId:s everywhere.

Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Jul 1 16:06:45 2009 UTC (15 years, 10 months ago) by spiga
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
pass logger to credential API

Revision 1.17 - (view) (annotate) - [select for diffs]
Wed Jun 10 11:35:36 2009 UTC (15 years, 10 months ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_6_0, CRAB_2_6_0_pre10, CRAB_2_6_0_pre11, CRAB_2_6_0_pre12, CRAB_2_6_0_pre13, CRAB_2_6_0_pre14, CRAB_2_6_0_pre8, CRAB_2_6_0_pre9
Changes since 1.16: +7 -6 lines
Diff to previous 1.16
Improve logging.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Jun 10 06:35:52 2009 UTC (15 years, 10 months ago) by edelmann
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Added ARC support left and right.

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Jun 9 13:12:06 2009 UTC (15 years, 10 months ago) by slacapra
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Introduce a CrabLogger class which hanlde the std python logging

Revision 1.14 - (view) (annotate) - [select for diffs]
Fri May 29 11:33:53 2009 UTC (15 years, 11 months ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_6_0_pre6, CRAB_2_6_0_pre7
Changes since 1.13: +10 -12 lines
Diff to previous 1.13
Fixed mistake in func_exit().

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue May 26 10:23:01 2009 UTC (15 years, 11 months ago) by spiga
Branch: MAIN
CVS Tags: CRAB_2_6_0_pre3, CRAB_2_6_0_pre4, CRAB_2_6_0_pre5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
adapting code to logging usage. (crab_logger removed)

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon May 25 17:58:35 2009 UTC (15 years, 11 months ago) by edelmann
Branch: MAIN
Changes since 1.11: +16 -6 lines
Diff to previous 1.11
Improved checking of runtimeEnvironments.

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed May 20 11:05:10 2009 UTC (15 years, 11 months ago) by edelmann
Branch: MAIN
Changes since 1.10: +27 -0 lines
Diff to previous 1.10
Implemented a SchedulerArc-specific checkProxy().

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Apr 28 13:10:43 2009 UTC (16 years ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_6_0_pre1, CRAB_2_6_0_pre2
Changes since 1.9: +7 -0 lines
Diff to previous 1.9
python/SchedulerArc.py: Set X509_USER_PROXY, if it isn't set already.

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Apr 28 12:19:41 2009 UTC (16 years ago) by edelmann
Branch: MAIN
Changes since 1.8: +36 -47 lines
Diff to previous 1.8
python/SchedulerArc.py: Retionalized sched_parameter a bit.

Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Apr 27 11:41:15 2009 UTC (16 years ago) by edelmann
Branch: MAIN
Changes since 1.7: +3 -9 lines
Diff to previous 1.7
python/SchedulerArc.py: Removed some debugging output.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Apr 27 08:18:36 2009 UTC (16 years ago) by edelmann
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
Add some ARC specific bits to the jobs scripts.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Mar 24 14:47:40 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
CVS Tags: CRAB_2_5_1, CRAB_2_5_1_pre1, CRAB_2_5_1_pre2, CRAB_2_5_1_pre3, CRAB_2_5_1_pre4
Changes since 1.5: +7 -108 lines
Diff to previous 1.5
python/SchedulerArc.configure(): Rely on parent's implementation, with just
a few bits of our own added.

Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Mar 24 11:52:12 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
Changes since 1.4: +0 -18 lines
Diff to previous 1.4
python/SchedulerArc.py: Removed check on sandbox size, unnecessary for ARC.

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Mar 20 14:30:48 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
Changes since 1.3: +9 -7 lines
Diff to previous 1.3
python/SchedulerArc.py: Fixed setting of
self.environment_unique_identifier.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Mar 19 15:43:33 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
Changes since 1.2: +0 -6 lines
Diff to previous 1.2
python/SchedulerArc.py: removed loggingInfo(); rely on parent's
implementation instead.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Mar 19 14:54:41 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
Changes since 1.1: +2 -11 lines
Diff to previous 1.1
python/SchedulerArc.sched_parameter(): Don't do CE black- and white-listing
here; it's done for us already by self.listMatch().

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Mar 17 14:36:44 2009 UTC (16 years, 1 month ago) by edelmann
Branch: MAIN
Initial commit of ARC plugin.

Convenience Links

Links to HEAD: (view) (annotate) Links to test_1: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a