13#ifndef ATHENASERVICES_ATHENVIRONMENTSVC_H
14#define ATHENASERVICES_ATHENVIRONMENTSVC_H
50 {
this,
"EigenL1CacheSize", 32768,
"L1 cache size to declare to Eigen, to allow for for reproducibility across machines. Set all cache sizes to 0 to use instead the actual hardware cache sizes." };
53 {
this,
"EigenL2CacheSize", 1048576,
"L2 cache size to declare to Eigen, to allow for for reproducibility across machines. Set all cache sizes to 0 to use instead the actual hardware cache sizes." };
56 {
this,
"EigenL3CacheSize", 33554432,
"L3 cache size to declare to Eigen, to allow for for reproducibility across machines. Set all cache sizes to 0 to use instead the actual hardware cache sizes." };
Environment settings, including Eigen cache sizes.
IntegerProperty m_eigenL2CacheSize
virtual StatusCode initialize() override
Gaudi initialize method.
IntegerProperty m_eigenL3CacheSize
IntegerProperty m_eigenL1CacheSize