- Mar 03, 2017
-
-
wfg authored
Continued debugging BP1 Writer for a single variable write
-
- Feb 28, 2017
-
-
Wang, Ruonan authored
-
- Feb 27, 2017
-
-
wfg authored
Pull request to Jason's branch
-
- Feb 21, 2017
- Feb 16, 2017
-
-
wfg authored
see examples/hello/dataman and examples/hello/writer for working examples
-
- Feb 03, 2017
-
-
wfg authored
Corrected bug by including cmath in adiosFunctions.cpp Removed helloWriter.cpp and helloDataMan.cpp, now using helloDataMan_OOP.cpp and helloWriter_OOP.cpp
-
- 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 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++
-
- 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)
-