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
Showing
- Control/AthenaCommon/python/AthOptionsParser.py 14 additions, 3 deletionsControl/AthenaCommon/python/AthOptionsParser.py
- Control/AthenaCommon/python/AtlasThreadedJob.py 1 addition, 1 deletionControl/AthenaCommon/python/AtlasThreadedJob.py
- Control/AthenaCommon/python/ConcurrencyFlags.py 27 additions, 0 deletionsControl/AthenaCommon/python/ConcurrencyFlags.py
- Control/AthenaCommon/share/Preparation.py 17 additions, 4 deletionsControl/AthenaCommon/share/Preparation.py
Loading
Please register or sign in to comment