ATLAS Offline Software
Loading...
Searching...
No Matches
python.AthenaMPFlags Namespace Reference

Classes

class  AffinityCPUList
class  AthenaMPFlags
class  ChunkSize
class  CollectSubprocessLogs
class  EventOrdersFile
class  EventRangeChannel
class  EventsBeforeFork
class  EvtRangeScattererCaching
class  MemSamplingInterval
class  OutputReportFile
class  PollingInterval
class  ReadEventOrders
class  Strategy
class  UseParallelCompression
class  UseSharedReader
class  UseSharedWriter
class  Version
class  WorkerTopDir

Variables

str __author__ = 'Mous Tatarkhanov'
str __version__ = "$Revision: 1.17 $"
str __doc__ = "A container of flags for AthenaMP"
list list_jobproperties

Variable Documentation

◆ __author__

str python.AthenaMPFlags.__author__ = 'Mous Tatarkhanov'
private

Definition at line 7 of file AthenaMPFlags.py.

◆ __doc__

str python.AthenaMPFlags.__doc__ = "A container of flags for AthenaMP"
private

Definition at line 9 of file AthenaMPFlags.py.

◆ __version__

str python.AthenaMPFlags.__version__ = "$Revision: 1.17 $"
private

Definition at line 8 of file AthenaMPFlags.py.

◆ list_jobproperties

list python.AthenaMPFlags.list_jobproperties
Initial value:
1= [
2 WorkerTopDir,
3 OutputReportFile,
4 AffinityCPUList,
5 Strategy,
6 CollectSubprocessLogs,
7 Version,
8 PollingInterval,
9 EventsBeforeFork,
10 EventRangeChannel,
11 MemSamplingInterval,
12 EvtRangeScattererCaching,
13 ChunkSize,
14 ReadEventOrders,
15 EventOrdersFile,
16 UseSharedReader,
17 UseSharedWriter,
18 UseParallelCompression,
19 ]

Definition at line 147 of file AthenaMPFlags.py.