-
William F Godoy authored
Reorganized bindings components to map ADIOS2 core classes Using cmake FortranCInterface to automatically resolve name mangling
William F Godoy authoredReorganized bindings components to map ADIOS2 core classes Using cmake FortranCInterface to automatically resolve name mangling
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
adios2_mod.f90 409 B
!
! 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_parameters
use adios2_adios
use adios2_io
! TODO use adios2_variable
use adios2_engine
end module