This file is indexed.

/usr/include/trilinos/ml_superlu_lapack.h is in libtrilinos-ml-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
/* ******************************************************************** */
/* See the file COPYRIGHT for a complete copyright notice, contact      */
/* person and disclaimer.                                               */
/* ******************************************************************** */
#ifndef __MLSUPERLULAPACKH__
#define __MLSUPERLULAPACKH__
#if defined(SUPERLU)

#include "ml_common.h"

#ifdef SGI
#define ML_DLAMCH_FUNC
#define ML_DLAMC1_FUNC
#define ML_DLAMC2_FUNC
#define ML_DLAMC3_FUNC
#define ML_DLAMC4_FUNC
#define ML_DLAMC5_FUNC
#endif
#endif
#endif