Skip to content
Snippets Groups Projects
  1. Apr 20, 2017
  2. Apr 19, 2017
  3. Apr 14, 2017
  4. Apr 07, 2017
  5. Apr 06, 2017
  6. Apr 05, 2017
  7. Apr 01, 2017
  8. Mar 31, 2017
  9. Mar 30, 2017
  10. Mar 28, 2017
  11. Mar 24, 2017
  12. Mar 23, 2017
  13. Mar 22, 2017
  14. Mar 20, 2017
  15. Mar 16, 2017
  16. Mar 13, 2017
  17. Mar 07, 2017
  18. Mar 03, 2017
  19. Mar 01, 2017
  20. Feb 24, 2017
  21. Feb 23, 2017
    • wfg's avatar
      Updates to BP1Writer and complex support · db587112
      wfg authored
      Added BP1Writer pgindex and metadata functionality. Need to hook it with
      BPWriter engine 
      
      Added complex support in ADIOS class and DataMan engine and example for
      DataManWriter
      db587112
  22. 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
  23. Feb 21, 2017
  24. Feb 16, 2017
  25. Feb 14, 2017
  26. Jan 27, 2017
  27. Jan 26, 2017
    • wfg's avatar
      Made changes to ADIOS Class to return references and smart pointers · fc5eb577
      wfg authored
      rather than handlers
      
      Group&, Method& and the polymorphic std::shared_ptr<Engine> will be
      returned by DeclareGroup, DeclareMethod and Open.
      
      Added Group functions DefineVariable to be a template
      Now using adios::Var when creating a variable (still a variable name
      string).
      
      Uses more C++ OO + templates features
      
      Compiled and tested with ./examples/hello/helloWriter_OOP.cpp , mpi and
      no-mpi versions
      fc5eb577
Loading