This file is indexed.

/usr/include/trilinos/TpetraKernels_config.h is in libtrilinos-tpetra-dev 12.10.1-3.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#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 */

/* Define this macro if the MKL TPL is enabled.  This is different
   than just linking against the MKL to get the BLAS and LAPACK; it
   requires (a) header file(s) as well, and may use functions other
   than just BLAS and LAPACK functions.  */
/* #undef HAVE_TPETRAKERNELS_MKL */

/* Define this macro if experimental features of Kokkoskernels are enabled */
/* #undef HAVE_TPETRAKERNELS_EXPERIMENTAL */

/* Define this macro to disallow instantiations of kernels which are not covered by ETI */
/* #undef HAVE_TPETRAKERNELS_ETI_ONLY */

/* Whether to build kernels for execution space Kokkos::Cuda */
/* #undef TPETRAKERNELS_BUILD_EXECUTION_SPACE_CUDA */
/* Whether to build kernels for execution space Kokkos::OpenMP */
/* #undef TPETRAKERNELS_BUILD_EXECUTION_SPACE_OPENMP */
/* Whether to build kernels for execution space Kokkos::Threads */
/* #undef TPETRAKERNELS_BUILD_EXECUTION_SPACE_PTHREAD */
/* Whether to build kernels for execution space Kokkos::Serial */
#define TPETRAKERNELS_BUILD_EXECUTION_SPACE_SERIAL

/*
 * "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