Modified CDataMan and continued working on CCapsule
CDataMan now has a different constructor as CTransport need the name for CCapsule operations. Added ./include/functions/CCapsuleTemplates.h Working on CCapsule using template Write functions and a threaded version of memcpy (must be tested with large data). To do: Test current code Need to work on Metadata Need to work on Attribute Write
parent
e418020f
No related branches found
No related tags found
Showing
- include/core/CCapsule.h 39 additions, 31 deletionsinclude/core/CCapsule.h
- include/core/CTransport.h 5 additions, 3 deletionsinclude/core/CTransport.h
- include/functions/ADIOSFunctions.h 32 additions, 1 deletioninclude/functions/ADIOSFunctions.h
- include/functions/ADIOSTemplates.h 47 additions, 56 deletionsinclude/functions/ADIOSTemplates.h
- include/functions/CCapsuleTemplates.h 119 additions, 0 deletionsinclude/functions/CCapsuleTemplates.h
- include/public/ADIOS.h 1 addition, 1 deletioninclude/public/ADIOS.h
- include/transport/CPOSIX.h 1 addition, 1 deletioninclude/transport/CPOSIX.h
- src/core/CCapsule.cpp 37 additions, 38 deletionssrc/core/CCapsule.cpp
- src/functions/ADIOSFunctions.cpp 53 additions, 4 deletionssrc/functions/ADIOSFunctions.cpp
- src/public/ADIOS.cpp 4 additions, 6 deletionssrc/public/ADIOS.cpp
- src/transport/CDataMan.cpp 3 additions, 1 deletionsrc/transport/CDataMan.cpp
- src/transport/CFStream.cpp 1 addition, 1 deletionsrc/transport/CFStream.cpp
- src/transport/CPOSIX.cpp 1 addition, 1 deletionsrc/transport/CPOSIX.cpp
Loading
Please register or sign in to comment