- 22 Feb, 2017 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 18 Aug, 2016 1 commit
-
-
Joseph G. Hennessey authored
-
- 13 Jun, 2016 1 commit
-
-
Andrew J. Burns (Cont authored
Changes from ARL's Repo (C Wrappers, DSM rework, Custom Types, Templates, GridControllers, TIFF integration, XdmfAggregate)
-
- 06 Apr, 2016 1 commit
-
-
David DeMarle authored
Some style. Some fixes, especially for windows with the exports and template changes. More so adapt this to work well as a subdirectory in a larger project. Don't force settings that the parent project owns, allow parent project to turn on tests without xdmf's tests and make the name of the library an option so that parent can have two xdmfs.
-
- 25 Jun, 2014 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 27 May, 2014 1 commit
-
-
Andrew J. Burns authored
Rework of HeavyDataController and HDF5Controller to remove extra code and move HeavyDataController away from being too dependent on hdf5 style XdmfFunction now supports negative numbers in addition to the - operator Reworked the interaction between array references and reading Cleaned up some warnings that showed up in pedantic Adjusted mpi tests to test against the MPIEXEC variable as opposed to hard calling mpirun Still needs to be changed to work better with Cray mpi style execution Updates to XdmfArrayType to allow for signed and floating point checking General test and Documentation updates
-
- 08 May, 2014 1 commit
-
-
Kenneth Leiter authored
Add HDF5 tree writer test.
-
- 06 May, 2014 1 commit
-
-
Kenneth Leiter authored
-
- 31 Jul, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
made changes for preparations to push to master; still need to finish documentation changes and line length changes
-
- 03 Jul, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 02 Jul, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 26 Jun, 2013 1 commit
-
-
Kenneth Leiter authored
Only query hdf5 for number of datasets in a file when unavoidable. On some machines, this can cause performance problems when writing to large hdf5 files.
-
- 06 Jun, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 08 May, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 07 May, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 06 May, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 02 May, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 29 Apr, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
changes for file splitting and functions along with assorted changes to XdmfFortran for possible speed increases
-
- 23 Apr, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 22 Apr, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 17 Apr, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
-
- 16 Apr, 2013 2 commits
-
-
Andrew J. Burns (Cont authored
-
Andrew J. Burns (Cont authored
changes to file splitting, hyperslab not completely working yet. changes to Fortran to allow for polylines and releasing data after standard write
-
- 26 Mar, 2013 1 commit
-
-
Kenneth Leiter authored
-
- 13 Mar, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 22 Feb, 2013 1 commit
-
-
Andrew J. Burns (Cont authored
-
- 12 Feb, 2013 3 commits
-
-
Kenneth Leiter authored
Replace with visitor pattern that avoids the need for catching the exception. Update the HDF5Writer to use stringstreams for error message output for concatenating strings and error codes.
-
Kenneth Leiter authored
Current chunking mechanism produces chunks too large for hdf5 to handle. Reduce sizes of chunks for multi-dimensional hdf5 datasets. Chunks for multi-dimensional hdf5 datasets have shape resembling overarching dataset. Add test for this to TestXdmfArrayWriteRead.
-
Andrew J. Burns (Cont authored
-
- 04 Dec, 2012 1 commit
-
-
Kenneth Leiter authored
Add tests for I/O of strings (to hdf5 and xml). Fix bug in XdmfExodusReader when reading grid centered data. Add string I/O in python and add tests.
-
- 29 Nov, 2012 1 commit
-
-
Kenneth Leiter authored
Modified writer to utilize hyperslabs to write in parallel to file. Updated DSM to newest version (0.9.9). Modified DSM test to write in parallel to DSM buffer. Add test for new hyperslab writing mode.
-
- 20 Apr, 2012 1 commit
-
-
Kenneth Leiter authored
Choose dataset name more carefully to avoid querying the file many times. Use a more efficient function to check if a dataset already exists in a file. Get DSM working with new changes. Fix gcc compiler warning in test.
-
- 19 Apr, 2012 1 commit
-
-
Kenneth Leiter authored
Previously, each time a dataset was written to hdf5, the file was opened and closed. This was implemented because inside the heavy data writer we have no idea whether another dataset will be written, so we don't know whether to keep the file open. After profiling large xdmf writes it was determined that closing the file appeared to be a bottleneck so hooks were added to the heavy data writer to open the file and keep it open while writing. This is optional, but was incorporated into several higher level classes like XdmfWriter where we know we can leave a file open until we finish writing the XML. For our test problem we saw a 7 time performance gain.
-
- 29 Sep, 2011 1 commit
-
-
Kenneth Leiter authored
-
- 18 May, 2011 2 commits
-
-
Brian Panneton authored
-
Kenneth Leiter authored
-