ATLAS Offline Software
Static Public Attributes | List of all members
python.AthenaMPFlags.ChunkSize Class Reference
Inheritance diagram for python.AthenaMPFlags.ChunkSize:
Collaboration diagram for python.AthenaMPFlags.ChunkSize:

Static Public Attributes

bool statusOn = True
 
list allowedTypes = ['int']
 
int StoredValue = -1
 

Detailed Description

Size of event chunks in the shared queue
    if chunk_size==-1, chunk size is set to auto_flush for files compressed with LZMA
    if chunk_size==-2, chunk size is set to auto_flush for files compressed with LZMA or ZLIB
    if chunk_size==-3, chunk size is set to auto_flush for files compressed with LZMA, ZLIB, or LZ4
    if chunk_size<=-4, chunk size is set to auto_flush

Definition at line 91 of file AthenaMPFlags.py.

Member Data Documentation

◆ allowedTypes

list python.AthenaMPFlags.ChunkSize.allowedTypes = ['int']
static

Definition at line 99 of file AthenaMPFlags.py.

◆ statusOn

bool python.AthenaMPFlags.ChunkSize.statusOn = True
static

Definition at line 98 of file AthenaMPFlags.py.

◆ StoredValue

int python.AthenaMPFlags.ChunkSize.StoredValue = -1
static

Definition at line 100 of file AthenaMPFlags.py.


The documentation for this class was generated from the following file: