Skip to content
Snippets Groups Projects
  1. Apr 19, 2017
  2. Apr 03, 2017
  3. Mar 31, 2017
  4. Mar 30, 2017
  5. Mar 28, 2017
  6. Mar 22, 2017
  7. Mar 21, 2017
  8. Dec 16, 2016
  9. Nov 01, 2016
  10. Oct 24, 2016
    • wfg's avatar
      Testing "Hello" from CFStream Transport Method · 137f6aa2
      wfg authored
      Added ./examples/hello/helloFStream.cpp and Modified Makefile to test
      Hello in ADIOS Write function
      
      Added more context in ./doc/CodingGuildelines and README files
      
      Changed definition of Variable and VariableTemplate to always allow a
      void* type. Might be a better way?
      
      
      To do:
      Test void* to int* or double* conversion
      Test check for "<>" in XML Config file
      137f6aa2
  11. Oct 19, 2016
    • wfg's avatar
      Preparing Makefile · eda8fbb9
      wfg authored
      Changed Doxyfile to print inclusion diagrams
      Reorganized code to allow mpidummy.h inclusion replacing mpi.h for
      single source object.
      eda8fbb9
  12. Oct 18, 2016
    • wfg's avatar
      Complete reformulation of ADIOS structure · 91ede10a
      wfg authored
      1) Eliminated MPI and NonMPI separate functions and Transports
      
      2) All Transport classes extend CTransport
      
      3) Using mpidummy.h header for non-mpi compilation. Will need to include
      it in the adios namespace (currently C)
      
      
      To do:
      Makefile
      Hello all Transports
      BP File
      91ede10a
Loading