This file is indexed.

/usr/include/trilinos/Kokkos_config.h is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.

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
41
42
43
44
45
46
/* src/Kokkos_config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if want to build examples */
/* #undef HAVE_EXAMPLES */

/* Define if want to build kokkos-examples */
/* #undef HAVE_KOKKOS_EXAMPLES */

/* Define if want to build kokkos-experimental */
/* #undef HAVE_KOKKOS_EXPERIMENTAL */

/* Enable float type for CUDA nodes. */
#define HAVE_KOKKOS_CUDA_FLOAT

/* Enable double type for CUDA nodes. */
/* #undef HAVE_KOKKOS_CUDA_DOUBLE */

/* #undef HAVE_KOKKOS_CUDA_NODE_MEMORY_PROFILING */
/* #undef HAVE_KOKKOS_CUDA_NODE_MEMORY_TRACE */

/* Enable complex<float> type for CUDA nodes. */
/* #undef HAVE_KOKKOS_CUDA_COMPLEX_FLOAT */

/* Enable complex<double> type for CUDA nodes. */
/* #undef HAVE_KOKKOS_CUDA_COMPLEX_DOUBLE */

/* Define if want to build kokkos-tests */
/* #undef HAVE_KOKKOS_TESTS */

/* Define if want to build tests */
/* #undef HAVE_TESTS */

/* Other package dependencies */
/* #undef HAVE_KOKKOS_TEUCHOS */
#define HAVE_KOKKOS_THREADPOOL

/* TPL Dependencies */
/* #undef HAVE_KOKKOS_TBB */
/* #undef HAVE_KOKKOS_CUDA */
/* #undef HAVE_KOKKOS_THRUST */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif