1!--------------------------------------------------------------------------------------------------!
2!  DFTB+: general package for performing fast atomistic simulations                                !
3!  Copyright (C) 2006 - 2019  DFTB+ developers group                                               !
4!                                                                                                  !
5!  See the LICENSE file for terms of usage and distribution.                                       !
6!--------------------------------------------------------------------------------------------------!
7
8#:include 'common.fypp'
9
10!> Exporting mpifx functionality if compiled with mpi support, otherwise empty.
11module dftbp_mpifx
12#:if WITH_MPI
13  use libmpifx_module
14#:endif
15  implicit none
16  public
17
18end module dftbp_mpifx
19