Skip to content
Snippets Groups Projects
Commit e6e5a483 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Merge branch 'main' into 'debug-timings-all-return-true'

# Conflicts:
#   .gitlab-ci.yml
parents cc4c3408 4ca033a8
No related tags found
1 merge request!34Debug timings all return true
Pipeline #42126 failed
image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:nightly image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:nightly
variables: variables:
JOBS: 1 JOBS: 8
default: default:
timeout: 3 hours timeout: 3 hours
...@@ -56,7 +56,7 @@ stages: ...@@ -56,7 +56,7 @@ stages:
- mkdir -p $(dirname results/datasets/timings/$DATA) - mkdir -p $(dirname results/datasets/timings/$DATA)
- echo $DATA - echo $DATA
- cat results/datasets/nevents/$DATA | grep -v "^\#" - cat results/datasets/nevents/$DATA | grep -v "^\#"
- cat results/datasets/nevents/$DATA | grep -v "^\#" | parallel -j 16 --colsep "," scripts/determine_timing.sh {1} {2} {3} | tee results/datasets/timings/$DATA || true - cat results/datasets/nevents/$DATA | grep -v "^\#" | parallel -j $JOBS --colsep "," scripts/determine_timing.sh {1} {2} {3} | sort | tee results/datasets/timings/$DATA || true
.collect: .collect:
stage: collect stage: collect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment