- 07 Jul, 2016 1 commit
-
-
Philip Carns authored
- untested
-
- 06 Jul, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
There are cases where lustre stripe info is not available the first time a given file is opened (e.g., when using the llapi_file_create call). So, now we call into the lustre module every time a file is opened to give the module a chance to gather data.
-
- 01 Jul, 2016 1 commit
-
-
Shane Snyder authored
-
- 30 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Philip Carns authored
-
- 28 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 27 Jun, 2016 1 commit
-
-
Shane Snyder authored
some bugs were causing the regression tests to fail when using LD_PRELOAD instrumentation method
-
- 24 Jun, 2016 4 commits
-
-
Philip Carns authored
-
Philip Carns authored
-
Philip Carns authored
-
Philip Carns authored
-
- 23 Jun, 2016 1 commit
-
-
Philip Carns authored
- eliminated 110 SLOC - untested
-
- 21 Jun, 2016 2 commits
-
-
Glenn K. Lockwood authored
fixed bugs that prevented record names from mapping to file systems in darshan-util; also fixed thread safety and deadlock issues
-
Shane Snyder authored
-
- 17 Jun, 2016 7 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 15 Jun, 2016 1 commit
-
-
Glenn K. Lockwood authored
-
- 14 Jun, 2016 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 13 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
A common record comparision/sort routine is now defined in darshan-common which can be used by any modules with fixed-length records and whose records first field is the darshan_base_record. The comparison was also updated to sort secondarily by darshan record identifier to resolve a potential bug in the way we have traditionally sorted the records.
-
- 10 Jun, 2016 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 09 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
rather than using 'begin_shutdown', 'get_output_data', and 'shutdown', we combine all three into one shutdown routine.
-
- 08 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
Cleanup the structure and documenation of the code to be in sync with the new mmap version of Darshan. In particular, I made sure all extra mmap logic was properly ifdef wrapped so it's more clear which portions of the code are responsible for implementing that feature.
-
- 07 Jun, 2016 1 commit
-
-
Glenn K. Lockwood authored
implemented a simple get_output_data that doesn't use MPI; all ranks except rank0 just drop their shared records
-
- 06 Jun, 2016 1 commit
-
-
Shane Snyder authored
This interface provides some convenience functions for mapping opaque record identifiers (could be a filename, file descriptor, or any other type of file handle) to a corresponding runtime structure referencing the actual file record. This runtime structure should at least contain a pointer to the actual file record, and can also persist arbitrary state for this record.
-
- 03 Jun, 2016 2 commits
-
-
Glenn K. Lockwood authored
-
Glenn K. Lockwood authored
partly working lustre module supporting ost mapping; shared file agg still doesn't work, and log parsing doesn't either
-