This file is indexed.

/usr/include/trilinos/ml_vampir.h is in libtrilinos-ml-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
41
42
43
/* ******************************************************************** */
/* See the file COPYRIGHT for a complete copyright notice, contact      */
/* person and disclaimer.                                               */
/* ******************************************************************** */
#ifndef __MLVAMPIREH__
#define __MLVAMPIREH__

#include "ml_common.h"
#include <stdio.h>
#include <stdlib.h>

#ifdef ML_VAMPIR
/*vampir header file*/
#include <VT.h>

#ifndef ML_CPP
#ifdef __cplusplus
extern "C" {
#endif
#endif

/* variables for different classes */
extern int ml_vt_genhierarchy_class;

/* variables for different states */
extern int /*ml_vt_reitzinger_state,*/
           ml_vt_aggregating_state,
           ml_vt_building_coarse_T_state,
           ml_vt_build_Pe_state,
           ml_vt_smooth_Pe_state,
           ml_vt_make_coarse_A_with_rap_state,
           ml_vt_reitzinger_cleanup_state;

extern void ML_Vampir_Setup(void);

#ifndef ML_CPP
#ifdef __cplusplus
}
#endif
#endif

#endif /*ifdef ML_VAMPIR*/
#endif