This file is indexed.

/usr/include/trilinos/Zoltan2_config.h is in libtrilinos-zoltan2-dev 12.12.1-5.

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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/* define if we want to include experimental code */
/* #undef INCLUDE_ZOLTAN2_EXPERIMENTAL */

/* define if we want to include wolf experimental code */
/* #undef INCLUDE_ZOLTAN2_EXPERIMENTAL_WOLF */

/* define if we have MPI */
#define HAVE_ZOLTAN2_MPI

/* define if we want to use OpenMP */
/* #undef HAVE_ZOLTAN2_OMP */

/* define if we have the METIS library*/
/* #undef HAVE_ZOLTAN2_METIS */

/* define if we have the PaToH library*/
/* #undef HAVE_ZOLTAN2_PATOH */

/* define if we have the Scotch library*/
#define HAVE_ZOLTAN2_SCOTCH

/* define if we have the ParMETIS library*/
/* #undef HAVE_ZOLTAN2_PARMETIS */

/* define if we have the PuLP library*/
/* #undef HAVE_ZOLTAN2_PULP */

/* define if we have the ParMA library*/
/* #undef HAVE_ZOLTAN2_PARMA */

/* define if we have the AMD library*/
/* #undef HAVE_ZOLTAN2_AMD */

/* define if we have the Ovis library*/
/* #undef HAVE_ZOLTAN2_OVIS */

/* define if we have Epetra */
#define HAVE_ZOLTAN2_EPETRA

/* define if we have Galeri */
#define HAVE_ZOLTAN2_GALERI

/* define if we have Pamgen */
#define HAVE_ZOLTAN2_PAMGEN

/* define if we have Anasazi */
/* #undef HAVE_ZOLTAN2_ANASAZI */

/* define to turn on runtime display of
 * total memory committed at points throughout
 * the execution of zoltan2
 */
/* #undef SHOW_ZOLTAN2_LINUX_MEMORY */

/* define to turn on runtime display of
 * maximum memory used by scotch
 * (requires a hack to the scotch library)
 */
/* #undef SHOW_ZOLTAN2_SCOTCH_MEMORY */

/* Use Zoltan's Comm package instead of Tpetra for migration */
/* #undef ZOLTAN2_USEZOLTANCOMM */

/* Enable workarounds for Purify builds */
/* #undef HAVE_ZOLTAN2_PURIFY */

/* define if we have TopoManager installed*/
/* #undef HAVE_ZOLTAN2_TOPOMANAGER */

/* define if we have RCALIB installed*/
/* #undef HAVE_ZOLTAN2_RCALIB */