Skip to content

Commit

Permalink
rename GpuTask_cfi.py to ecalGpuTask_cfi.py to match the main object …
Browse files Browse the repository at this point in the history
…defined in it
  • Loading branch information
alejands committed Feb 17, 2022
1 parent 33736e9 commit f19e451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/EcalMonitorTasks/python/EcalMonitorTask_cff.py
Expand Up @@ -4,7 +4,7 @@

# Customization to run the CPU vs GPU comparison task if the job runs on a GPU enabled machine
from Configuration.ProcessModifiers.gpuValidationEcal_cff import gpuValidationEcal
from DQM.EcalMonitorTasks.GpuTask_cfi import ecalGpuTask
from DQM.EcalMonitorTasks.ecalGpuTask_cfi import ecalGpuTask

gpuValidationEcal.toModify(ecalGpuTask.params, runGpuTask = cms.untracked.bool(True))
gpuValidationEcal.toModify(ecalMonitorTask.workers, func = lambda workers: workers.append("GpuTask"))
Expand Down
File renamed without changes.

0 comments on commit f19e451

Please sign in to comment.