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!> Exports scalapackfx functionality if compiled with scalapack support, otherwise empty.
11module dftbp_scalapackfx
12#:if WITH_SCALAPACK
13  use libscalapackfx_module
14#:endif
15  implicit none
16  public
17
18end module dftbp_scalapackfx
19