Feature #20165
generate job description language to implement periodic releases
Start date:
06/13/2018
Due date:
% Done:
0%
Estimated time:
Stakeholders:
Description
RITM0638375 has the misleading title of 'Please add the following principals to the rexbatch .k5login on jobsub01 and jobsub02'
The actual request, according to Parag in the ticket is:
Additional comments (customer communication) 2018-01-22 14:52:30
5mo ago
After discussing with HTCondor team here is what you want in the condor JDL. I haven't tested it so someone (Dennis or Marc or Shreyas) needs to test it.
- Supporting attributes that need to be added to JDL are shown by + sign
- OriginalMemory = <Value of --memory>
- GraceMemory = Increment request_memory by this amount if job was put on
+OriginalMemory = 2000
+GraceMemory = 2000
+MaxAllowedMemory = $(OriginalMemory) + $(GraceMemory)
request_memory = ifthenelse(isUndefined(MemoryUsage), OriginalMemory, MaxAllowedMemory)
periodic_release = (HoldReasonCode =?= 34) && (RequestMemory < MaxAllowedMemory)
History
#1 Updated by Dennis Box over 2 years ago
- Target version changed from v1.2.8 to v1.2.9
#2 Updated by Dennis Box about 2 years ago
- Target version changed from v1.2.9 to v1.3
#3 Updated by Dennis Box over 1 year ago
- Target version changed from v1.3 to v1.3.2
#4 Updated by Dennis Box 11 months ago
- Target version deleted (
v1.3.2) - Status changed from New to Rejected
HTC has implemented this via other means