Skip to content
Snippets Groups Projects
  1. Oct 26, 2017
  2. Sep 20, 2017
  3. Sep 15, 2017
  4. Sep 06, 2017
  5. Sep 05, 2017
  6. Sep 01, 2017
  7. Aug 31, 2017
  8. Aug 29, 2017
  9. Aug 28, 2017
  10. Aug 25, 2017
  11. Aug 24, 2017
  12. Aug 23, 2017
  13. Aug 22, 2017
  14. Aug 17, 2017
    • Haocheng Liu's avatar
      Testing: Make ADIOS1WriteRead test run in parallel · 1ffc7f18
      Haocheng Liu authored
      TO achieve this goal, GoogleTest.cmake is extended to allow
      exec_wrapper and SmallTestData.h now would generate data based on
      step&world_rank&world_size.
      ADIOS2ADIOS1WriteADIOS1Read2D1x8/2x4/4x2 now runs in MPI.
      1ffc7f18
  15. Aug 09, 2017
  16. Aug 04, 2017
  17. Jul 31, 2017
  18. Jul 28, 2017
  19. Jul 26, 2017
    • William F Godoy's avatar
      Fixing Issue #216 Python bindings · 633a001a
      William F Godoy authored
      Copy constructor was implicitly removed for ADIOSPy due to m_ADIOS.
      
      PyBind11 needed the copy constructor.
      
      m_ADIOS is now a shared pointer to avoid copy constructor removal
      
      Separated MPI nonMPI test as ctest failed for MPI
      633a001a
  20. Jul 21, 2017
    • William F Godoy's avatar
      Added more bug/warning fixes · 81bcb116
      William F Godoy authored
      Removed ADIOS copy constructor explicitly, as it wasn't allowed by clang
      compiler in testing/xml/TestXMLConfig.cpp
      
      Using more portable preprocessor definitions to avoid warning on Windows
      for ctime and fopen
      
      Introduced std::throw_with_nested for bad_alloc in STLVector Capsule
      
      Removed std:: in C function calls to avoid confusion with actual C++
      only calls
      81bcb116
    • 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. Jul 19, 2017
    • Godoy, William's avatar
      Fixing Issue #208 · 54cd5ce6
      Godoy, William authored
      Using language primitives in test data instead of fixed width integers.
      casting size_t to unsigned long in mpidummy to remove warning on Mac
      54cd5ce6
  22. Jul 18, 2017
  23. 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
Loading