This file is indexed.

/usr/include/madness/world/parsec.h is in libmadness-dev 0.10.1~gite4aa500e-10.

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
#ifndef MADNESS_PARSEC_INCLUED
#define MADNESS_PARSEC_INCLUED

#include <madness/madness_config.h>

#ifdef HAVE_PARSEC

#include <dague.h>
#include <dague/dague_internal.h>
#include <dague/devices/device.h>
#include <dague/execution_unit.h>
#include <dague/scheduling.h>  
#include <iostream>

namespace madness{
  extern "C"{

    extern const dague_function_t madness_function;
    extern dague_handle_t madness_handle;
  }

}

#endif // HAVE_PARSEC

#endif // MADNESS_PARSEC_INCLUED