Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • charles leggett's avatar
    3d3a8380
    Add command line option "--concurrent-events" for AthenaMT · 3d3a8380
    charles leggett authored
    Adds the command line option "--concurrent-events=N" which enables individual
    control of the number of concurrent events as well as the number of threads in
    an AthenaMT job.
    
    If --concurrent-events OR --threads is used, the job is assumed to be MT.
    
    If neither is set, then the job is not setup as AthenaMT.
    
    If only one of --concurrent-events or --threads is used, the other takes the same
    value (ie, same number of concurrent events as threads).
    
    Both --concurrent-events and --threads can also be set simultaneously
    
    
    Former-commit-id: f829830e
    3d3a8380
    History
    Add command line option "--concurrent-events" for AthenaMT
    charles leggett authored
    Adds the command line option "--concurrent-events=N" which enables individual
    control of the number of concurrent events as well as the number of threads in
    an AthenaMT job.
    
    If --concurrent-events OR --threads is used, the job is assumed to be MT.
    
    If neither is set, then the job is not setup as AthenaMT.
    
    If only one of --concurrent-events or --threads is used, the other takes the same
    value (ie, same number of concurrent events as threads).
    
    Both --concurrent-events and --threads can also be set simultaneously
    
    
    Former-commit-id: f829830e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.