- Jun 28, 2017
-
-
William F Godoy authored
-
williamfgc authored
Memory
-
- Jun 27, 2017
-
-
williamfgc authored
Always check for python dev libs when ADIOS2_HAVE_PYTHON is TRUE
-
Atkins, Charles Vernon authored
Fixes #193
-
William F Godoy authored
Picking up config.xml from examples/heatTransfer/write/config.xml from ./build/bin/heatTransfer_write_adios2
-
William F Godoy authored
-
williamfgc authored
const_cast added to MPI_Isend due to void* signature
-
William F Godoy authored
-
William F Godoy authored
-
William F Godoy authored
Increased Default Maximum Memory to 200Mb Added config.xml for the heat transfer example for memory management (among other parameters) at runtime To do: Copy config.xml to /build/bin, right now the heat transfer example won't run in config.xml is not found
-
- Jun 26, 2017
-
-
Atkins, Charles Vernon authored
Fix compatibility issues with CMake v3.5
-
Atkins, Charles Vernon authored
Fixes #175 (again)
-
Atkins, Charles Vernon authored
Adjust error handling for consistency
-
Atkins, Charles Vernon authored
-
- Jun 25, 2017
-
-
pnorbert authored
use adios_config -l and adios_config -c separately in FindADIOS1 script
-
Podhorszki, Norbert authored
-
pnorbert authored
fix examples for the release branch
-
Podhorszki, Norbert authored
-
williamfgc authored
Solve Issue #180 Modified file transports to enable write loop in size > 2Gb
-
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
Setup library versioning.
-
Atkins, Charles Vernon authored
Fixes #152
-
Atkins, Charles Vernon authored
Switch to pugixml
-
Atkins, Charles Vernon authored
Use a newer upstream version of FindBZip2
-
Atkins, Charles Vernon authored
Fixes #175
-
Atkins, Charles Vernon authored
Use kwsys as object lib
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Jun 22, 2017
-
-
williamfgc authored
Solve Issue #171, bug when using threaded operations
-
williamfgc authored
Solve Issue #171 in IO SetParameters and AddTransport
-
williamfgc authored
WIP: Added working python types test
-
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
-
williamfgc authored
Makes missing xml file permissive
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
Fixes #151
-
Atkins, Charles Vernon authored
* upstream-KWSys: KWSys 2017-06-22 (ab645c94)
-
Code extracted from: https://gitlab.kitware.com/chuck.atkins/kwsys.git at commit ab645c94b6b02922248fbca1e7ac9355a0055391 (ab645c9). Upstream Shortlog ----------------- Adam Weisi (3): 8a799e36 Process: Improve definition ordering in header file 7d56ef24 Process: Save results from all children internally b7eba998 Process: Add APIs to get results of individual processes Ben Boeckel (4): ac0c67d2 gitattributes: indicate attributes to ignore when importing 3dfeb55e gitattributes: rename the c-style attribute cea71543 style: remove separator comments 874dc559 style: help clang-format near macros Brad King (4): edd8b5e0 FStream: Open files on Windows using UNC path c23e388b ConsoleBuf: Avoid signed/unsigned comparison 51859eab CONTRIBUTING: Specify clang-format version used for code style 7e04a3d2 SystemTools: Remove RemoveEmptyPathElements method Chuck Atkins (2): 51e95ba7 XL: Fix compatibility with newer clang-based XL on Linux ab645c94 Add an option to split object and interface libs. Daniel Pfeifer (2): 2564822b Disable clang-tidy 0f7ec930 Pass std::string as const& Florian Maushart (2): 684bcda6 SystemInformation: Expose CPU feature flags publicly 70b8332f SystemInformation: Add CPU_FEATURE_FPU flag Matteo Settenvini (1): 6173f4b3 SystemTools: Add function to remove empty path components Pavel Solodovnikov (2): 36d14691 Access string npos without instance ab265991 Remove second arg: npos in substr usages
-
Atkins, Charles Vernon authored
-