Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
    • wfg's avatar
      Working on SingleBP Engine · 9867bb53
      wfg authored
      Understanding BP file format and each record.
      
      To do:
      
      Move Metadata out of FStream transport. Keep it simple.
      9867bb53
  2. Jan 04, 2017
  3. Dec 22, 2016
  4. Dec 20, 2016
  5. Dec 19, 2016
  6. Dec 16, 2016
  7. Dec 09, 2016
  8. Dec 07, 2016
  9. Dec 06, 2016
  10. Dec 05, 2016
  11. Dec 02, 2016
  12. Dec 01, 2016
  13. Nov 30, 2016
    • wfg's avatar
      Working on ADIOS, CGroup and SVariable · af8eaed5
      wfg authored
      Added variable field for compressionLevel
      Finished working on CGroup
      
      To do:
      Work on Write method (without transform first)
      Test for more than two transports
      af8eaed5
  14. Nov 29, 2016
  15. Nov 23, 2016
  16. Nov 22, 2016
    • wfg's avatar
      Adding variadic tempalte function to class ADIOS · 7335d401
      wfg authored
      Adding variadic functions Open and Write to pass different options as
      different transport will require different arguments.
      
      Rewriting class CCapsule, now representing a stream with a buffer,
      metadata and a collection of CTransports.
      
      Write API would focus on Streams, not Group. This is for consistency
      with a Read API.
      
      To do:
      
      Finish reorganizing the code for compilation.
      7335d401
  17. Nov 18, 2016
    • wfg's avatar
      Modified CDataMan and continued working on CCapsule · f21e56f2
      wfg authored
      CDataMan now has a different constructor as CTransport need the name for
      CCapsule operations. 
      
      Added ./include/functions/CCapsuleTemplates.h Working on CCapsule using
      template Write functions and a threaded version of memcpy (must be
      tested with large data).
      
      
      To do:
      
      Test current code
      Need to work on Metadata
      Need to work on Attribute Write
      f21e56f2
  18. Nov 16, 2016
    • wfg's avatar
      Working on Write helper functions · e418020f
      wfg authored
      Defining ADIOSFunctions.h and ADIOSFunctions.cpp functions called from
      ADIOSTemplate.h. Once type is known, no need for templates.
      
      Need to implement CCapsule WriteToBuffer function using raw data, void*
      and sizeof
      e418020f
  19. Nov 15, 2016
    • wfg's avatar
      Working on CCapsule and Transport class CDataMan · 5e9166b5
      wfg authored
      Working on Write function so CCapsule can write to its m_Buffer
      
      Set include/transport/CDataMan.h and src/transport/CDataMan.cpp for
      integration with DataMan TCP communication
      
      Created examples/dataman/datamanNoXML.cpp for later testing of DataMan
      transport method
      
      Need to compare memcpy and insert performance for writing to a
      vector<char> buffer
      5e9166b5
  20. Nov 14, 2016
    • wfg's avatar
      Made Capsule a single object · 131dd3a6
      wfg authored
      Removed Shared Memory for now. Need to think were to put these.
      
      Removed priority and iterations mapping for transports for now.
      
      Implementing CPOSIX (C FILE*) and CFStream (C++)
      131dd3a6
  21. Nov 11, 2016
  22. Nov 10, 2016
  23. Nov 07, 2016
  24. Nov 04, 2016
    • wfg's avatar
      Complete redesign of CGroup, CVariable · 3388902c
      wfg authored
      Adding metadata m_SerialSize in CGroup for potential preallocation of
      serialized metadata.
      
      Removing any template functionality. Incompatible with C and Fortran
      support with void*.
      
      Need to work on tracking milestones.
      3388902c
  25. Nov 02, 2016
    • wfg's avatar
      Changes in CGroup members and adding test cases · bd726ac8
      wfg authored
      Modified CGroup.m_Variable to allow for Global Dimensions and Offsets
      and const members at creation
      
      Modified CGroup member functions to allow creating new Variables and
      Attributes
      
      Added a C-API test case ./examples/hello/C/helloFStream.c
      
      
      To do:
      
      Need to test C-API and new CGroup
      bd726ac8
  26. Nov 01, 2016
  27. Oct 31, 2016
Loading