Skip to content
Snippets Groups Projects
  1. Oct 20, 2017
  2. Oct 18, 2017
  3. Oct 17, 2017
  4. 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
  5. 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
  6. Oct 03, 2017
  7. Aug 29, 2017
  8. 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
  9. Aug 25, 2017
  10. Aug 22, 2017
  11. 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
  12. Aug 08, 2017
  13. Jul 28, 2017
  14. 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
  15. Jun 30, 2017
  16. Jun 28, 2017
  17. Jun 25, 2017
  18. Jun 22, 2017
  19. Jun 20, 2017
  20. Jun 19, 2017
  21. Jun 15, 2017
  22. Jun 14, 2017
  23. Jun 13, 2017
  24. Jun 12, 2017
  25. Jun 08, 2017
  26. Jun 07, 2017
  27. Jun 06, 2017
    • William F Godoy's avatar
      Tests passed · 6674d3b4
      William F Godoy authored
      To do: 
      Debug hello_datamanWriter non-MPI version
      6674d3b4
    • pnorbert's avatar
      Williamfgc refactor examples basics (#10) · 58fd5e56
      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
      
      * fix one more example for nompi build
      58fd5e56
Loading