Skip to content
Snippets Groups Projects
user avatar
William F Godoy authored
Passed ctest (MPI and nonMPI) excluding ADIOS1 engine, and Python bindings
HDF5, C bindings and C++ tests working
Introduced BeginStep EndStep functions
Renamed IO GetVariable/Attribute to InquireVariable/Attribute
82fda615
History

examples/hello

Provides tests and illustrates how to use very basic functionality in adios2

  1. adios1Writer (-DADIOS2_USE_ADIOS1=ON -DADIOS1_DIR=/adios1-location)

    • Write BP format files using adios1 library through adios2 interface
  2. bpWriter

    • Write BP format files for one Variable
  3. bpTimeWriter

    • Write BP format files for two Variables (one is timestep) using time aggregation
  4. datamanReader (to be deprecated, ADIOS_USE_DataMan=ON)

    • Read real-time WAN streams using dataman
  5. datamanWriter

    • Write real-time WAN streams using dataman
  6. hdf5Writer (-DADIOS_USE_HDF5=ON)

    • Write HDF5 files using interoperability through the adios2 interface