Skip to content
Snippets Groups Projects
adios2_mod.f90 403 B
Newer Older
!
! Distributed under the OSI-approved Apache License, Version 2.0.  See
!  accompanying file Copyright.txt for details.
!
!  adios2_mod.f90 : ADIOS2 Fortran bindings central module
!
!   Created on: Mar 13, 2017
!       Author: William F Godoy godoywf@ornl.gov
!
module adios2
    use adios2_adios
    use adios2_io
    use adios2_variable
    use adios2_engine

end module