This file is indexed.

/usr/include/ga-mpi.h is in libglobalarrays-dev 5.4~beta~r10636+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
 8
 9
10
11
12
13
14
15
16
17
18
#ifndef GA_MPI_H_
#define GA_MPI_H_

#include <mpi.h>

#ifdef __cplusplus
extern "C" {
#endif

extern MPI_Comm GA_MPI_Comm();
extern MPI_Comm GA_MPI_Comm_pgroup(int pgroup);
extern MPI_Comm GA_MPI_Comm_pgroup_default();

#ifdef __cplusplus
}
#endif

#endif /* GA_MPI_H_ */