/usr/include/trilinos/TpetraKernels_config.h is in libtrilinos-tpetra-dev 12.4.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #ifndef TPETRAKERNELS_CONFIG_H
#define TPETRAKERNELS_CONFIG_H
/* Define if building in debug mode */
/* #undef HAVE_TPETRAKERNELS_DEBUG */
/* Define this macro if the quadmath TPL is enabled */
/* #undef HAVE_TPETRAKERNELS_QUADMATH */
/*
* "Optimization level" for computational kernels in this subpackage.
* The higher the level, the more code variants get generated, and
* thus the longer the compile times. However, more code variants
* mean both better performance overall, and more uniform performance
* for corner cases.
*/
#define KOKKOSLINALG_OPT_LEVEL 1
#endif // TPETRAKERNELS_CONFIG_H
|