Skip to content

Commit

Permalink
add job times
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 10, 2024
1 parent fdec764 commit 8585e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crab/scram-build/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

config.JobType.psetName = "pset.py"
config.JobType.pluginName = "PrivateMC"
config.JobType.maxJobRuntimeMin = int(os.getenv("CRAB_MAX_TIME", "720"))
config.JobType.maxJobRuntimeMin = 720
config.JobType.maxMemoryMB = 16000
config.JobType.numCores = 8
config.JobType.allowUndistributedCMSSW = True
Expand Down
2 changes: 1 addition & 1 deletion crab/script/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

config.JobType.psetName = "pset.py"
config.JobType.pluginName = "PrivateMC"
config.JobType.maxJobRuntimeMin = int(os.getenv("CRAB_MAX_TIME", "10"))
config.JobType.maxJobRuntimeMin = 10
config.JobType.maxMemoryMB = 2000
config.JobType.numCores = 1
config.JobType.allowUndistributedCMSSW = True
Expand Down
2 changes: 1 addition & 1 deletion crab/short-matrix/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

config.JobType.psetName = "pset.py"
config.JobType.pluginName = "PrivateMC"
config.JobType.maxJobRuntimeMin = int(os.getenv("CRAB_MAX_TIME", "600"))
config.JobType.maxJobRuntimeMin = 300
config.JobType.maxMemoryMB = 16000
config.JobType.numCores = 8
config.JobType.allowUndistributedCMSSW = True
Expand Down

0 comments on commit 8585e36

Please sign in to comment.