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." };
57};
58
59
60#endif // not ATHENASERVICES_ATHENVIRONMENTSVC_H