Skip to content
Snippets Groups Projects
  1. Nov 13, 2017
  2. Nov 10, 2017
  3. Nov 09, 2017
  4. Nov 08, 2017
  5. Nov 06, 2017
  6. Nov 03, 2017
  7. Nov 01, 2017
  8. Oct 27, 2017
  9. Oct 25, 2017
  10. Oct 23, 2017
  11. Oct 11, 2017
    • William F Godoy's avatar
      Partial refactoring with Get and Put API · 82fda615
      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
  12. Oct 09, 2017
    • William F Godoy's avatar
      Reading collective metadata file · e6747039
      William F Godoy authored
      Getting and defining available Variables at Open
      Storing Variable position in Metadata, added to VariableBase
      mpidummy: Added support for MPI_Reduce, MPI_Gatherv
      Added utils and BPLS
      e6747039
  13. Oct 03, 2017
  14. Sep 20, 2017
  15. Aug 29, 2017
  16. Aug 28, 2017
    • William F Godoy's avatar
      Fixing issues · 5914cffc
      William F Godoy authored
      Testing and Examples issues after merging with master for conflicts
      Fixing non-MPI issue
      C enums and Fortran parameters now compatible
      5914cffc
  17. Aug 22, 2017
  18. Aug 09, 2017
    • William F Godoy's avatar
      CMake builds C bindings and hello example · 03155fcd
      William F Godoy authored
      Builds libadios2_c.a and libadios2_c.so 
      Verified with and without MPI
      Added nonMPI hello bp write example
      Added new ADIOS2_USE_C ON/OFF cmake argument
      
      To do:
      Add C tests and cmake support for the latter
      03155fcd
  19. Aug 08, 2017
  20. Jul 21, 2017
    • William F Godoy's avatar
      Solve Issue #211 and made changes due to Windows warnings and bugs · ed4b4765
      William F Godoy authored
      Bugs: 1) Missing binary mode in FilePointer fopen and FStream ofstream
      transports
            2) Replacing reinterpret_cast of size_t to uint_64, not the same
      on Windows 64-bit
      
      Removed some warnings generated by Visual Studio
      
      Added static_cast for type conversions
      
      Refactor XML reader to restore original check on single engine
      conditions and eliminate warnings. Test added.
      
      Allow ctime and fopen "not secure" warnings: now using binary fstream as
      default file IO library on Windows
      ed4b4765
  21. Jun 25, 2017
    • wgodoy's avatar
      Modified file transports to enable write loop in size > 2Gb · 16aa78c9
      wgodoy authored
      Checking std::ios_base::failure exceptions
      IOChrono is off by default, each owner turns it on explicitly
      Modified FileDescriptor and FilePointer destructors
      Added Tests BPWriteRead for stdio and fstream
      Removed IO AddTransport with vector (shoud have been there?) to enable
      AddTransport in Tests
      16aa78c9
  22. Jun 20, 2017
  23. Jun 19, 2017
  24. Jun 15, 2017
  25. Jun 14, 2017
  26. Jun 12, 2017
  27. Jun 07, 2017
  28. Jun 06, 2017
    • pnorbert's avatar
      Williamfgc refactor examples basics (#8) · d26769e8
      pnorbert authored
      * Added examples for variables
      
      * fix more example code
      
      * make Open explicit in ADIOS1 toolkit. Fix handling open mode
      
      * fix OpenModeToString() to serve adios 1 API's needs as well
      
      * fix basic examples after code refactoring
      
      * fix nompi build for basic examples
      
      * fix nompi build
      d26769e8
  29. Jun 05, 2017
    • William F Godoy's avatar
      Making more changes: · b1c9ef99
      William F Godoy authored
      bool flag checks are implicit
      Removed single letter enums in ADIOSTypes.h
      All enums are enum class in ADIOSTypes.h using CamelCase
      ADIOS uses delegating constructor
      Using return type of emplace for IO (in ADIOS) and Variable (in IO)
      Removed all base class include from inl template file
      b1c9ef99
Loading