This file is indexed.

/usr/include/ga-mpi.h is in libga-dev 5.3+dfsg-1.

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

#include <mpi.h>

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

#endif /* GA_MPI_H_ */