- Apr 19, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Apr 12, 2017
-
-
Podhorszki, Norbert authored
-
- Apr 05, 2017
-
-
Atkins, Charles Vernon authored
-
Podhorszki, Norbert authored
-
Atkins, Charles Vernon authored
-
- Apr 04, 2017
-
-
wfg authored
added: ./packages/format/bp1 ./packages/profiling/iochrono ./packages/wan/dataman (for DataMan integration in ADIOS)
-
- Apr 03, 2017
-
-
Atkins, Charles Vernon authored
-
- Mar 30, 2017
-
-
Atkins, Charles Vernon authored
-
- Mar 28, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Mar 24, 2017
-
-
Podhorszki, Norbert authored
-
- Mar 03, 2017
-
-
Podhorszki, Norbert authored
-
wfg authored
Continued debugging BP1 Writer for a single variable write
-
- Mar 01, 2017
-
-
wgodoy authored
In ADIOS.h set default engine type according to access mode to BPWriter (w) and BPReader (r). Adde buildBP.sh for automatic test of examples/hello/bpWriter (bpReader next)
-
- Feb 16, 2017
-
-
wfg authored
see examples/hello/dataman and examples/hello/writer for working examples
-
- 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 11, 2017
-
-
wfg authored
Run and tested helloWriter under examples/hello/writer Fixed Makefile
-
- Jan 10, 2017
-
-
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)
-
- Jan 06, 2017
-
-
wfg authored
Transports -> defined POSIX (unbuffered), File (C FILE* buffered), FStream (C++ fstream buffered) Method -> defined functions to initialize a Method and Add capsule buffers and transports To do: Need to work on SingleBP engine
-
- Jan 05, 2017
-
-
wfg authored
Understanding BP file format and each record. To do: Move Metadata out of FStream transport. Keep it simple.
-
- Dec 19, 2016
-
-
wfg authored
Added Heap class deriving Capsule Added Single class deriving Engine Variable now has a pointer reference to a Transform object Added Method struct needed for Engine
-
- Dec 16, 2016
-
-
wfg authored
Introducing Engine Defining Write API cases Removed public directory
-