- Dec 06, 2017
-
-
William F Godoy authored
Now passing numpy array in DefineVariable autopep8 syntax errors
-
- Dec 05, 2017
-
-
William F Godoy authored
Moved to sync functions Added exception in EndStep if Perform Puts/Gets is missing
-
- Dec 01, 2017
-
-
William F Godoy authored
Remove Single variable or attribute Remove all variables or attributes
-
- Nov 30, 2017
-
-
William F Godoy authored
If IO object to be used. InquireIO returns nullptr if DeclareIO not called. Two calls to DeclareIO with the same name will throw an exception
-
- Nov 28, 2017
-
-
William F Godoy authored
Modifying file names
-
- Nov 22, 2017
-
-
Eisenhauer, Greg authored
-
- Nov 21, 2017
-
-
William F Godoy authored
To do: understand blocks per step at write for string
-
- Nov 20, 2017
-
-
William F Godoy authored
Resolving long ambiguity Correcting APPLE MACROS
-
- Nov 19, 2017
-
-
William F Godoy authored
Add Path separator for Windows tests And long long (Windows) vs long (Linux) type
-
- Nov 16, 2017
-
-
William F Godoy authored
-
William F Godoy authored
Working on Fortran examples Testing Row Major Reader Debugging parallel read Changed file open function Added initial tests 1D and 2D
-
- Nov 14, 2017
-
-
Godoy, William authored
-
- Nov 12, 2017
-
-
William F Godoy authored
Attempting to solve HDF5 failed tests on summitdev
-
- Nov 09, 2017
-
-
William F Godoy authored
Remove cdash warnings for unused variables, type cast (including HDF5 char vs. int8) and virtual functions overloads.
-
William F Godoy authored
-
- Nov 07, 2017
-
-
William F Godoy authored
-
William F Godoy authored
-
- Nov 06, 2017
-
-
William F Godoy authored
Deactiveted ADIOS1 Attribute test Solved clang-format format and camelCase issues
-
- Nov 03, 2017
-
-
William F Godoy authored
InquireVariable/Attribute working for valid name, but returning invalid type ADIOS constructor now has host language so bindings can change define this at the constructor level Separated C bindings from C glue (added) for languages using C-API (e.g. Fortran)
-
William F Godoy authored
Removed stl containers that pybind11 takes care of
-
- Oct 27, 2017
-
-
William F Godoy authored
-
- Oct 26, 2017
-
-
Atkins, Charles Vernon authored
-
- Oct 25, 2017
-
-
Godoy, William authored
-
- Oct 23, 2017
-
-
William F Godoy authored
BPWrite_c -> ctypes XMLConfigTest.TwoIOs -> Test BP Writer 1
-
- Oct 18, 2017
-
-
William F Godoy authored
Continue refactoring IO, ADIOS classes
-
- Oct 11, 2017
-
-
William F Godoy authored
Passed ctest (MPI and nonMPI) excluding ADIOS1 engine, and Python bindings HDF5, C bindings and C++ tests working Introduced BeginStep EndStep functions Renamed IO GetVariable/Attribute to InquireVariable/Attribute
-
- Oct 09, 2017
-
-
William F Godoy authored
Getting and defining available Variables at Open Storing Variable position in Metadata, added to VariableBase mpidummy: Added support for MPI_Reduce, MPI_Gatherv Added utils and BPLS
-
- Oct 03, 2017
-
-
William F Godoy authored
Implemented basic buffer reading functionality Added threading for bp serialization/deserialization Refactored MPI functionality Engine is now a reference Initial Read API
-
- Sep 20, 2017
-
-
Atkins, Charles Vernon authored
-
- Sep 15, 2017
-
-
Haocheng Liu authored
Redesign the logic for C binding test with google framework. In the future we should also add validation for binding tests.
-
Wittenburg, William authored
-
- Sep 06, 2017
-
-
Haocheng Liu authored
Remove meaningless code(AddTransport which is not implemented yet) in HDF5 test as well.
-
- Sep 05, 2017
-
-
Haocheng Liu authored
In this PR, I extend HDF5 native reader so that now hdf5 tests can read data by selection(so called hyperslab selection in hdf5).
-
- Sep 01, 2017
-
-
Haocheng Liu authored
-
Haocheng Liu authored
-
Haocheng Liu authored
-
- Aug 31, 2017
-
-
Haocheng Liu authored
This PR also add testing for bp file name with path.
-
Haocheng Liu authored
-
Haocheng Liu authored
Since collective meta generation has not landed yet, I have to use same attribute for all processes. Ideally attribute per process should be unique to each other for testing purpose.
-
Haocheng Liu authored
-