Skip to content
Snippets Groups Projects
Commit 4cec1570 authored by Maria Zurek's avatar Maria Zurek
Browse files

Adjust time and Output Level for jobs

parent 4f21581d
No related branches found
No related tags found
1 merge request!54Draft: Resolve "Optimize job time for new geometry"
...@@ -8,7 +8,7 @@ dis:generate: ...@@ -8,7 +8,7 @@ dis:generate:
dis:process: dis:process:
stage: process stage: process
needs: ["common:detector", "dis:generate"] needs: ["common:detector", "dis:generate"]
timeout: 1 hour timeout: 2 hours
script: script:
- compile_analyses.py dis - compile_analyses.py dis
- ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275 - ./benchmarks/dis/dis.sh --config barrel --ebeam 18 --pbeam 275
......
...@@ -13,7 +13,7 @@ dvmp:generate: ...@@ -13,7 +13,7 @@ dvmp:generate:
dvmp:process: dvmp:process:
stage: process stage: process
needs: ["common:detector", "dvmp:generate"] needs: ["common:detector", "dvmp:generate"]
timeout: 1 hour timeout: 2 hours
script: script:
- ls -lrth - ls -lrth
- compile_analyses.py dvmp - compile_analyses.py dvmp
......
...@@ -18,8 +18,8 @@ if "DETECTOR_PATH" in os.environ : ...@@ -18,8 +18,8 @@ if "DETECTOR_PATH" in os.environ :
detector_path = str(os.environ["DETECTOR_PATH"]) detector_path = str(os.environ["DETECTOR_PATH"])
geo_service = GeoSvc("GeoSvc", geo_service = GeoSvc("GeoSvc",
detectors=["{}/{}.xml".format(detector_path, detector_name)]) detectors=["{}/{}.xml".format(detector_path, detector_name)], OutputLevel=INFO)
podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=DEBUG) podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=INFO)
from Configurables import PodioInput from Configurables import PodioInput
from Configurables import Jug__Base__InputCopier_dd4pod__Geant4ParticleCollection_dd4pod__Geant4ParticleCollection_ as MCCopier from Configurables import Jug__Base__InputCopier_dd4pod__Geant4ParticleCollection_dd4pod__Geant4ParticleCollection_ as MCCopier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment