Skip to content
Snippets Groups Projects
  1. Apr 19, 2017
  2. Apr 18, 2017
  3. Apr 05, 2017
  4. Apr 04, 2017
  5. Mar 30, 2017
  6. Mar 28, 2017
  7. Mar 27, 2017
  8. Mar 24, 2017
  9. Mar 23, 2017
    • wfg's avatar
      Working on time aggregation · 89742d8b
      wfg authored
      Will need a new branch to implement variable merging as it implies
      changing the BP1.h structs
      89742d8b
  10. Mar 21, 2017
  11. Mar 20, 2017
  12. Mar 16, 2017
  13. Mar 14, 2017
    • wfg's avatar
      Continue working on Python bindings and changes in BPFileWriter · 5fe7f309
      wfg authored
      Moved CheckBufferAllocation to functions/adiosFunctions.h to make it
      available to all engines
      
      Added MethodPy in Python bindings, SetParameters and AddTransports use
      raw functions to accept any number of arguments in the form of a
      dictionary. Tested with test_hello.py
      5fe7f309
  14. Mar 09, 2017
  15. Mar 08, 2017
    • wfg's avatar
      First working version of BP1Writer · 9b454fb0
      wfg authored
      Tests with bpls indicate that variable payloads are recognized
      
      Renamed BPWriter engine to BPFileWriter
      
      Changed WriteVariableIndex function in BP1Writer to only include a
      capsule::STLVector as buffers, other capsules will need to get it from
      this heap buffer.
      
      To do:
      add profiling info (time)
      9b454fb0
  16. Mar 06, 2017
  17. Mar 03, 2017
  18. Feb 24, 2017
  19. Feb 23, 2017
  20. Feb 22, 2017
    • wfg's avatar
      Enable support for external DataMan library · 85ba7217
      wfg authored
      Modified Makefile.libs and Makefiles in ./examples/hello/datamanReader
      and ./examples/hello/datamanWriter
      
      Need to set DATAMAN_LOC in those makefiles for local DataMan
      installation.
      
      Need to set DATAMAN_LOCATION in buildDataMan.sh for local DataMan
      installation.
      85ba7217
  21. Feb 21, 2017
  22. Feb 17, 2017
  23. Feb 16, 2017
    • wfg's avatar
      Working Groupless version · 30c466fb
      wfg authored
      see examples/hello/dataman and examples/hello/writer for working
      examples
      30c466fb
  24. Feb 10, 2017
  25. Feb 09, 2017
  26. Feb 01, 2017
    • wfg's avatar
      Working on BP1Writer.h · 6f3664e1
      wfg authored
      Tested memory leaks with valgrind for simple example
      Verifying if variable index is written correctly
      
      Added ./src/format/BP1Writer.cpp
      
      To do:
      Need to test for array index and payload write
      6f3664e1
  27. Jan 31, 2017
    • wfg's avatar
      Continue working on format/BP1Writer.h · 26e8c074
      wfg authored
      Working on writing variables to bp format
      
      Implemented and tested hello world for dataman:
      examples/hello/data/helloDataMan_OOP.cpp
      
      Updated README.md
      26e8c074
  28. Jan 24, 2017
    • wfg's avatar
      Working on format/BP1Writer.h · cb0d2c11
      wfg authored
      Template functions for Writing in BP Format
      
      Modified Makefile to take default g++ and mpic++ in PATH
      
      Modified DataMan.cpp and 
      
      Removed functions/bp1Write.h, in favor of class format/BP1Writer.h
      
      To do:
      Buffer management (maybe capsule needs data offset variables?)
      Work on BP format under BP1Writer.h
      cb0d2c11
  29. Jan 17, 2017
  30. Jan 11, 2017
  31. Jan 10, 2017
    • wfg's avatar
      Added DataMan template · 03e63505
      wfg authored
      Added example/hello/dataman with API examples
      Changed mpidummy.h due to an error in Titan compilation with g++
      03e63505
  32. Jan 09, 2017
    • wfg's avatar
      Testing non-XML hello SingleBP Engine · 449b86ce
      wfg authored
      This version compiles. 
      Tested with 2 write APIs:
      
      under examples/hello/singleBP
      helloSingleBP.cpp -> using ADIOS single manager class from ADIOS.h
      helloSingleBP.cpp -> using ADIOS objects from ADIOS_OO.h
      
      both generate a .bp file using a POSIX transport
      
      To do:
      Test compilation in other platforms/compilers
      Add coverage test cases
      Add the NULL transport (does nothing)
      Work on SingleBP engine to generate bp format
      XML config file support (to be defined)
      449b86ce
Loading