- Jun 20, 2017
-
-
William F Godoy authored
-
- Jun 02, 2017
-
-
William F Godoy authored
1 Now IO (replaced Method) and is the factory for Variables and Engines 2 Reduced core components to user-public objects only 3 Moved and reorganized all helper functions to helper directory 4 Engines are now lightweight (except for ADIOS1Reader WIP) using MACRO 5 HF5Common and ADIOS1Common (except for Readers WIP) are now part of the toolkit so they can be reused by Engines 6 TransportMan is a new layer for transport management (file is default) 7 DataMan will be implemented under toolkit/transportman/dataman 8 Template separation (tcc and inl) applied all over the code 9 Improved Doxygen documentation Runtime Issues: DataMan library compilation (cacheman) ADIOS1 Warning TestADIOSInterfaceWrite catches exceptions
-
- Apr 19, 2017
-
-
Atkins, Charles Vernon authored
-
- Apr 10, 2017
-
-
wfg authored
Fixing const-correctness in BP1 Changed CodingGuidelines to include clang-format information
-
- Apr 09, 2017
-
-
Podhorszki, Norbert authored
-
- Apr 05, 2017
-
-
Podhorszki, Norbert authored
-
Atkins, Charles Vernon authored
-
- Mar 28, 2017
-
-
Atkins, Charles Vernon authored
-
- Mar 24, 2017
-
-
Podhorszki, Norbert authored
-
- Mar 22, 2017
-
-
Podhorszki, Norbert authored
-
- Mar 03, 2017
-
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
-
- Dec 05, 2016
-
-
wfg authored
Renamed all files, structs and classes. Now using the standard describe in Classes / Structs under doc/CodingGuidelines
-
- Nov 23, 2016
-
-
wfg authored
Working on class CGroup and CCapsule
-
- 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 25, 2016
-
-
wfg authored
Must use polymorphism of the CVariable class with Get and Set? Union should be avoided as it doesn't preserve actual memory size of variable type (always returns the largest).
-
- Oct 24, 2016
-
-
wfg authored
Added ./examples/hello/helloFStream.cpp and Modified Makefile to test Hello in ADIOS Write function Added more context in ./doc/CodingGuildelines and README files Changed definition of Variable and VariableTemplate to always allow a void* type. Might be a better way? To do: Test void* to int* or double* conversion Test check for "<>" in XML Config file
-
Podhorszki, Norbert authored
-
- Oct 19, 2016
-
-
wfg authored
Changed Doxyfile to print inclusion diagrams Reorganized code to allow mpidummy.h inclusion replacing mpi.h for single source object.
-
- Oct 17, 2016
-
-
wfg authored
Added Transform Classes headers, need to implement Need to modify Makefile to account for transform directories under /include and /src
-
- Oct 14, 2016
-
-
wfg authored
Changed Monitor function in ADIOS and Group so it can take an ostream Edited Makefile to allow nompi and full libraries Edited ./doc/Doxyfile to include more graphs
-
- Oct 13, 2016
-
-
wfg authored
Warning: Makefile only compiling for all, not nompi or mpi
-
- Oct 10, 2016
-
-
wfg authored
functions needed by ADIOS.h. In the future will reduce compilation times. Implemented m_Globals population. Switched unique_ptr to shared_ptr to allow for copyable classes in empty SGlobal in m_Globals map value.
-
- Oct 03, 2016
-
-
wfg authored
To do: 1) Test Makefile with and without MPI
-
- Sep 30, 2016