Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CorryvreckanCorryvreckan
  • CorryvreckanCorryvreckan
  • Issues
  • #56
Closed
Open
Issue created Apr 15, 2019 by Jens Kroeger@jekroegeOwner

jobsub: not possible to process same run with multiple configurations

The htcondor jobsub works well for multiple run (different run numbers).

What I would like to do as well is process the same run multiple times with different analysis parameters, e.g.

RunNumber, TimingCut
29674, 100us
29674, 200us
29674, 300us

However, the jobsub.py script only parses the csv table until the first match of the run number, and doesn't catch the second and third line.

It would also be nice if all runs specified in the csv table would be submitted if not specifying any run number as an input parameter to jobsub.py:

jobsub.py [runs]

For this, it would also be necessary to change the name the generated config file (merged from config template and csv table). Currently, this is <run_number>-<name_of_config_file>.conf.

Edited Apr 15, 2019 by Jens Kroeger
Assignee
Assign to
Time tracking