/usr/include/ga-mpi.fh 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 | #ifndef GA_MPI_H_
#define GA_MPI_H_
! usage: call ga_mpi_comm(OUT integer comm)
! usage: call ga_mpi_comm_pgroup(OUT integer comm, IN integer grp)
! usage: call ga_mpi_comm_pgroup_default(OUT integer comm)
external ga_mpi_comm
external ga_mpi_comm_pgroup
external ga_mpi_comm_pgroup_default
#endif /* GA_MPI_H_ */
|