This file is indexed.

/usr/include/opari_omp.h is in libpomp-dev 1.1+dfsg-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
#ifndef OPARI_OMP_H
#define OPARI_OMP_H

  #ifdef _OPENMP
    #include <omp.h>
  #endif
#endif