- Feb 23, 2017
- Feb 22, 2017
-
-
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.
-
- Feb 21, 2017
-
-
-
wfg authored
Run ./buildDataman.sh see contents for detailed info
-
williamfgc authored
compound type example
-
Eisenhauer, Greg authored
-
wfg authored
-
- Feb 17, 2017
-
-
-
wfg authored
-
Podhorszki, Norbert authored
-
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
-