- Jun 25, 2017
-
-
wgodoy authored
Checking std::ios_base::failure exceptions IOChrono is off by default, each owner turns it on explicitly Modified FileDescriptor and FilePointer destructors Added Tests BPWriteRead for stdio and fstream Removed IO AddTransport with vector (shoud have been there?) to enable AddTransport in Tests
-
- Jun 23, 2017
-
-
Atkins, Charles Vernon authored
Fixes #152
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Jun 22, 2017
-
-
William F Godoy authored
Keep only std::map<std::string, std::string> initializer list. Corrected examples.
-
William F Godoy authored
Replace std::copy with std::memcpy in std::thread Added threads to profiling.log Limiting the use of threads TO DO: large scale runs to enforce threads policy
-
William F Godoy authored
If file doesn't exist, continue with run Fixed bug if space before and after "=" in: <tag attribute1= "value1"> To do: need to discuss policy for config files, still experimental
-
- Jun 21, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Jun 20, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Jun 19, 2017
-
-
wgodoy authored
-
wgodoy authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
William F Godoy authored
-
William F Godoy authored
Verified MPI and sequencial version
-
wgodoy authored
Initial implementation of XML running with helloBPWriter example Corrected bug in ADIOS.cpp when detecting IO in ConfigFile
-
- Jun 16, 2017
-
-
William F. Godoy authored
unsigned int checking if < 0 Adding intermediate int verbosity for string conversion stoi
-
William F Godoy authored
-
- Jun 15, 2017
-
-
William F Godoy authored
-
- Jun 14, 2017
-
-
wgodoy authored
-
Atkins, Charles Vernon authored
-
- Jun 13, 2017
-
-
William F Godoy authored
-
guj authored
-
William F Godoy authored
m_Name must a string object not a const reference.
-
William F Godoy authored
Added example bpFlushWriter (incomplete).
-
wgodoy authored
To do: Memory buffer reallocation strategy
-
- Jun 12, 2017
-
-
wgodoy authored
-
Atkins, Charles Vernon authored
* Add initial python support to CMake build * pybind11 2017-04-07 (1df91d36) Code extracted from: https://github.com/pybind/pybind11.git at commit 1df91d36cfa997c8987889234304ea5e37cc3e68 (v2.1.1). * Build python bindings with cmake * Adjust for adios2py -> adios2 module name
-
- Jun 08, 2017
-
-
William F Godoy authored
Python bindings running but not printing values with bpls. Min and Max captured correctly. IO SetParameters and AddTransport will accept vector and map Variable.cpp and Variable.tcc for complete separation of core components in the public include
-
- Jun 07, 2017
-
-
William F Godoy authored
-
- Jun 06, 2017
-
-
William F Godoy authored
To do: Debug hello_datamanWriter non-MPI version
-
William F Godoy authored
-
Atkins, Charles Vernon authored
-
William F Godoy authored
-
pnorbert authored
* fix more example code * make Open explicit in ADIOS1 toolkit. Fix handling open mode * fix OpenModeToString() to serve adios 1 API's needs as well
-
- Jun 05, 2017
-
-
William F Godoy authored
-
William F Godoy authored
bool flag checks are implicit Removed single letter enums in ADIOSTypes.h All enums are enum class in ADIOSTypes.h using CamelCase ADIOS uses delegating constructor Using return type of emplace for IO (in ADIOS) and Variable (in IO) Removed all base class include from inl template file
-
pnorbert authored
* fix more example code * make Open explicit in ADIOS1 toolkit. Fix handling open mode
-