From 749620fdf8da525d91fd800232181eba9a838763 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 20 Apr 2021 18:41:13 -0500 Subject: [PATCH] modified: zdc/config.yml --- benchmarks/zdc/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmarks/zdc/config.yml b/benchmarks/zdc/config.yml index 20c617bf..725fbea9 100644 --- a/benchmarks/zdc/config.yml +++ b/benchmarks/zdc/config.yml @@ -4,14 +4,14 @@ sim:zdc: script: - bash benchmarks/zdc/run_simulation_zdc.sh -zdc_neutrons: - extends: .det_benchmark - stage: benchmarks - needs: - - ["cal_sim:zdc"] - script: - - echo " Not yet complete" - #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx + #zdc_neutrons: + # extends: .det_benchmark + # stage: benchmarks + # needs: + # - ["cal_sim:zdc"] + # script: + # - echo " Not yet complete" + # #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx zdc_benchmark: extends: .det_benchmark -- GitLab