Testing non-XML hello SingleBP Engine
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)
parent
fce2bd2d
No related branches found
No related tags found
Showing
- Makefile 1 addition, 1 deletionMakefile
- Makefile.libs 2 additions, 2 deletionsMakefile.libs
- examples/dataman/datamanNoXML.cpp 0 additions, 96 deletionsexamples/dataman/datamanNoXML.cpp
- examples/hello/Makefile 1 addition, 1 deletionexamples/hello/Makefile
- examples/hello/helloADIOS.cpp 0 additions, 49 deletionsexamples/hello/helloADIOS.cpp
- examples/hello/helloADIOS_C.c 0 additions, 36 deletionsexamples/hello/helloADIOS_C.c
- examples/hello/helloADIOS_nompi.cpp 0 additions, 30 deletionsexamples/hello/helloADIOS_nompi.cpp
- examples/hello/singleBP/Makefile 35 additions, 0 deletionsexamples/hello/singleBP/Makefile
- examples/hello/singleBP/helloSingleBP.cpp 89 additions, 0 deletionsexamples/hello/singleBP/helloSingleBP.cpp
- examples/hello/singleBP/helloSingleBP_OOP.cpp 86 additions, 0 deletionsexamples/hello/singleBP/helloSingleBP_OOP.cpp
- include/ADIOS.h 5 additions, 5 deletionsinclude/ADIOS.h
- include/ADIOS_OOP.h 20 additions, 0 deletionsinclude/ADIOS_OOP.h
- include/capsule/Heap.h 6 additions, 7 deletionsinclude/capsule/Heap.h
- include/capsule/ShmSystemV.h 8 additions, 3 deletionsinclude/capsule/ShmSystemV.h
- include/core/Capsule.h 4 additions, 4 deletionsinclude/core/Capsule.h
- include/core/Engine.h 48 additions, 31 deletionsinclude/core/Engine.h
- include/core/Group.h 14 additions, 9 deletionsinclude/core/Group.h
- include/core/Method.h 5 additions, 7 deletionsinclude/core/Method.h
- include/core/Transform.h 1 addition, 3 deletionsinclude/core/Transform.h
- include/core/Transport.h 2 additions, 2 deletionsinclude/core/Transport.h
Loading
Please register or sign in to comment