!!****d* ABINIT/12_hide_mpi
!! NAME
!! 12_hide_mpi
!!
!! DESCRIPTION
!! This directory contains small routines that are
!! used to hide MPI calls in the ABINIT package.
!! Outside MPI calls, They do not call routines in other ABINIT directories,
!! hence these routines constitutes a stand-alone library.
!! Some of these routines have two versions : one sequential, and
!! one MPI-parallel.
!!
!! COPYRIGHT
!! Copyright (C) 1998-2020 ABINIT group (TD)
!! This file is distributed under the terms of the
!! GNU General Public License, see ~abinit/COPYING
!! or http://www.gnu.org/copyleft/gpl.txt .
!! For the initials of contributors, see ~abinit/doc/developers/contributors.txt .
!!
!! CHILDREN
!! interfaces_12_hide_mpi.F90
!! m_xmpi.F90
!! m_xomp.F90
!! xmpi_allgather.finc
!! xmpi_allgatherv.finc
!! xmpi_alltoall.finc
!! xmpi_alltoallv.finc
!! xmpi_bcast.finc
!! xmpi_exch.finc
!! xmpi_gather.finc
!! xmpi_gatherv.finc
!! xmpi_ialltoall.finc
!! xmpi_ialltoallv.finc
!! xmpi_irecv.finc
!! xmpi_isend.finc
!! xmpi_isum.finc
!! xmpi_land_lor.finc
!! xmpi_max.finc
!! xmpi_min.finc
!! xmpi_recv.finc
!! xmpi_scatterv.finc
!! xmpi_send.finc
!! xmpi_sum.finc
!! xmpi_sum_master.finc
!!
!!***
