- Apr 19, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Apr 18, 2017
-
-
Atkins, Charles Vernon authored
-
- Apr 05, 2017
-
-
Podhorszki, Norbert authored
-
Atkins, Charles Vernon authored
-
- 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 09, 2017
-
-
wfg authored
Changed FD and FP to FileDescriptor and FilePointer, respectively. Added Profiler class based on chronos header for high resolution time information in buffering and transport open, write, close
-
- 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
-
- 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
-
- 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
-
- Dec 05, 2016
-
-
wfg authored
Renamed all files, structs and classes. Now using the standard describe in Classes / Structs under doc/CodingGuidelines
-
- Dec 01, 2016
-
-
wfg authored
Added Support for more than one transport ReFormulated classes ADIOS, Group, Capsule, Variable including members ownership ( CCapsule.m_Transports, ADIOS.m_Tranforms ) To do: Test compilation Adjust to new naming convention (removing C and S) Implement and test one variable compression
-
- Nov 04, 2016
-
-
wfg authored
Adding metadata m_SerialSize in CGroup for potential preallocation of serialized metadata. Removing any template functionality. Incompatible with C and Fortran support with void*. Need to work on tracking milestones.
-
- Oct 27, 2016
-
-
wfg authored
Changes in CVariable and CVariableTemplate: Replace CVariable with CVariableBase Replace CVariableTemplate<> (it's obvious) with CVariable<> Added file functions/GroupFunctions.cpp for helper functions to decongest CGroup, especially those related to variable and transport selections from lookup table structs (see SSupport.h). Added exception to "using" in doc/CodingGuidelines Switched all shared_ptr in CGroup members to the more restrictive unique_ptr To-do: Modify CGroup and SetMembers in ADIOSFunctions so groupName is identified before CGroup. This will allow an emplace on m_Groups map for unique_ptr.
-
- Oct 26, 2016
-
-
wfg authored
Added: m_HostLanguage as const reference (need to use move constructor, not copy when inserting to map). Modified: m_Attributes is now a map Testing VariableTemplate Get and Set Worked with int* and std::vector<int> (not need to pass a size with vector) To do: Add variable Support for CGroup::SetVariable function Add SSupport Datatypes as a function of host language. Test "vector<int>" < > in XML Config file
-
- Oct 18, 2016
-
-
wfg authored
1) Eliminated MPI and NonMPI separate functions and Transports 2) All Transport classes extend CTransport 3) Using mpidummy.h header for non-mpi compilation. Will need to include it in the adios namespace (currently C) To do: Makefile Hello all Transports BP File
-