Skip to content
Snippets Groups Projects
Commit f829830e authored by charles leggett's avatar charles leggett
Browse files

Add command line option "--concurrent-events" for AthenaMT

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
parent c022339e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment