dmwm / CRAB2

CRAB2
2 stars 11 forks source link

set wall limit default to 22h #880

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 100282 reported by belforte on Tue Feb 5 08:50:24 2013.

make it match glidein built in limit, actually make sure it is 10min less. this somehow was missed when putting 22h for remoteGlidein in client 284 users who can use more and need more, can always use crab.cfg

ericvaandering commented 10 years ago

Comment by belforte on Thu Feb 7 11:34:49 2013

SchedulerRemoteglidein put in JDL jobParams += '+MaxWallTimeMins = %d; ' % (60*22 - 5) # 22h default in glidein, 5min to wrap

so in watchDog I'll put 22h - 10min

ericvaandering commented 10 years ago

Comment by belforte on Thu Feb 7 15:06:26 2013

done /local/reps/CMSSW/COMP/CRAB/python/crabWatchdog.sh,v <-- crabWatchdog.sh new revision: 1.18; previous revision: 1.17

ericvaandering commented 10 years ago

Closed by belforte on Fri Feb 8 10:01:51 2013

ericvaandering commented 10 years ago

Comment by belforte on Fri Feb 8 10:01:51 2013

released in CRAB_2_8_5_patch2

ericvaandering commented 10 years ago

Open by belforte on Thu Feb 28 07:56:27 2013

ericvaandering commented 10 years ago

Comment by belforte on Thu Feb 28 07:56:27 2013

was not done right. I had removed 5min in JDL rather then watchdog. Watchdog must always kill 5min before MaxWallTimeMins.

ericvaandering commented 10 years ago

Closed by belforte on Mon Mar 11 12:39:41 2013

ericvaandering commented 10 years ago

Comment by belforte on Mon Mar 11 12:39:41 2013

seems all I needed was to fix the default in crabWatchdog.sh comitted in Revision 1.17

tested OK in crab 2_8_5_patch2