- Feb 17, 2017
-
-
Podhorszki, Norbert authored
-
- Feb 16, 2017
-
-
-
wfg authored
Testing
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
-
wfg authored
-
-
wfg authored
see examples/hello/dataman and examples/hello/writer for working examples
-
Podhorszki, Norbert authored
-
- Feb 15, 2017
-
-
Podhorszki, Norbert authored
-
- Feb 14, 2017
- Feb 13, 2017
-
-
Podhorszki, Norbert authored
-
wfg authored
-
- Feb 10, 2017
-
-
wfg authored
-
- Feb 09, 2017
-
-
wfg authored
Run ./buildTest.sh to build and run Vis engine example Corrected bugs in Group in GetDimensions functions
-
- Feb 07, 2017
-
-
wfg authored
To do: List of methods in Data Attribute index function in BP1writer BP1 metadata handling in Close BP1 Dump utility
-
- Feb 06, 2017
-
-
wfg authored
Added function in Engine that checks for name uniqueness among File I/O transports Added static set of FileTransports in core/Support class To do: Format transports using BP class Add list of methods in data buffers Add function to write attribute index BP Dump utility for POSIX transport
-
- Feb 03, 2017
- Feb 02, 2017
-
-
wfg authored
Reduced number of functions Created BP1.h for common functionality and structs (with potential reader) Moved common functions to adiosFunctions adiosTemplates and BP1.h To do: Attribute var index PG var index Max Buffer size and transport handling
-
- Feb 01, 2017
-
-
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
-
- Jan 31, 2017
-
-
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
-
wgodoy authored
Now comparing type and GetType<T> first
-
wfg authored
Propagate GetType<T> in Group, Engine and Support classes To do: Test ./examples/hello/writer/helloWriter_OOP.cpp
-
- Jan 30, 2017
-
-
wfg authored
BP1Writer: Continue working on functions to write data and metadata Group: added Dims alias and SetDimensions function, so dimensions can be built from a Var List put in an std::initializer_list<Var>
-
- Jan 27, 2017
-
-
wfg authored
Added a bool flag in Variable to know if it is a dimension To do: Allow for passing values at DefineVariable
-
- Jan 26, 2017
-
-
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
-
- Jan 25, 2017
-
-
wfg authored
Once the char* raw pointer is obtained with virtual Get, write operations can be performed directly
-
- Jan 24, 2017
-
-
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
-
- Jan 23, 2017
-
-
wfg authored
Method class allows parameters Removed Capsule Parameters (will be default or provided by Engine) To do: BP Format class
-
- Jan 22, 2017
-
-
wfg authored
DataMan class implemented under include/engine/dataman and src/engine/dataman Implemented transport MdtmMan used by DataMan engine under include/transport and src/transport. This will serve as the basis for WAN transport Modified Makefile to include DataMan paths
-
- Jan 20, 2017
-
-
wfg authored
To do: Create Format class and assign BP Format to it Compile and test a Hello DataMan example
-
- Jan 17, 2017
-
-
wfg authored
include/functions/bp1Write.h
-
- Jan 11, 2017
-
-
wfg authored
Run and tested helloWriter under examples/hello/writer Fixed Makefile
-
- Jan 10, 2017
-
-
wfg authored
Added example/hello/dataman with API examples Changed mpidummy.h due to an error in Titan compilation with g++
-
wfg authored
SingleBP was accessing private members of Group
-
wfg authored
First function argument should name the required: Buffer type for AddCapsule, e.g. AddCapsule( "Heap", ... ); Transport method for AddTransport, e.g. AddTransport( "POSIX", ... );
-
- Jan 09, 2017
-
-
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)
-