From 4cec1570179991c1fa7e15f7d1f93387a4451b27 Mon Sep 17 00:00:00 2001 From: Maria Zurek <zurek@anl.gov> Date: Mon, 12 Jul 2021 04:39:05 +0000 Subject: [PATCH] Adjust time and Output Level for jobs --- benchmarks/dis/config.yml | 2 +- benchmarks/dvmp/config.yml | 2 +- options/tracker_reconstruction.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/dis/config.yml b/benchmarks/dis/config.yml index c1524bba..b3a16c9f 100644 --- a/benchmarks/dis/config.yml +++ b/benchmarks/dis/config.yml @@ -8,7 +8,7 @@ dis:generate: dis:process: stage: process needs: ["common:detector", "dis:generate"] - timeout: 1 hour + timeout: 2 hours script: - compile_analyses.py dis - ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275 diff --git a/benchmarks/dvmp/config.yml b/benchmarks/dvmp/config.yml index 61302d89..52409cf5 100644 --- a/benchmarks/dvmp/config.yml +++ b/benchmarks/dvmp/config.yml @@ -13,7 +13,7 @@ dvmp:generate: dvmp:process: stage: process needs: ["common:detector", "dvmp:generate"] - timeout: 1 hour + timeout: 2 hours script: - ls -lrth - compile_analyses.py dvmp diff --git a/options/tracker_reconstruction.py b/options/tracker_reconstruction.py index c9350dc3..8282a5da 100644 --- a/options/tracker_reconstruction.py +++ b/options/tracker_reconstruction.py @@ -18,8 +18,8 @@ if "DETECTOR_PATH" in os.environ : detector_path = str(os.environ["DETECTOR_PATH"]) geo_service = GeoSvc("GeoSvc", - detectors=["{}/{}.xml".format(detector_path, detector_name)]) -podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=DEBUG) + detectors=["{}/{}.xml".format(detector_path, detector_name)], OutputLevel=INFO) +podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=INFO) from Configurables import PodioInput from Configurables import Jug__Base__InputCopier_dd4pod__Geant4ParticleCollection_dd4pod__Geant4ParticleCollection_ as MCCopier -- GitLab