From 2cf692d5db1c6f7c7756522932deb753c64118b6 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 20 Apr 2021 18:42:00 -0500 Subject: [PATCH] modified: zdc/config.yml --- benchmarks/zdc/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/benchmarks/zdc/config.yml b/benchmarks/zdc/config.yml index 725fbea9..ac6bf03e 100644 --- a/benchmarks/zdc/config.yml +++ b/benchmarks/zdc/config.yml @@ -4,20 +4,20 @@ 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: + - ["sim:zdc"] + script: + - echo " Not yet complete" + #- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx zdc_benchmark: extends: .det_benchmark stage: benchmarks needs: - - ["cal_sim:zdc"] + - ["sim:zdc"] script: - echo " Not yet complete" #- root -b -q benchmarks/zdc/simple_checking.cxx+ @@ -26,7 +26,7 @@ cal_bench:zdc_benchmark_info_histogram: extends: .det_benchmark stage: benchmarks needs: - - ["cal_sim:zdc"] + - ["sim:zdc"] script: - root -b -q benchmarks/zdc/simple_info_plot_histograms.cxx+ -- GitLab