- 28 Jun, 2016 1 commit
-
-
Shane Snyder authored
Conflicts: darshan-bgq-log-format.h darshan-runtime/darshan.h darshan-runtime/lib/darshan-bgq.c darshan-runtime/lib/darshan-core.c darshan-runtime/lib/darshan-posix.c darshan-util/darshan-convert.c darshan-util/darshan-diff.c
-
- 27 Jun, 2016 1 commit
-
-
Shane Snyder authored
some bugs were causing the regression tests to fail when using LD_PRELOAD instrumentation method
-
- 21 Jun, 2016 4 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
-
Glenn K. Lockwood authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 20 Jun, 2016 5 commits
-
-
Shane Snyder authored
Merging mmap feature development branch back into master. Darshan can now mmap its data structures to temporary log files at runtime to protect against applications that do not call MPI_Finalize. Feature can be enabled at configure time using '--enable-mmap-logs'.
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 17 Jun, 2016 8 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 16 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 15 Jun, 2016 3 commits
-
-
Glenn K. Lockwood authored
-
Glenn K. Lockwood authored
moved the temporary record buffer used in darshan-{convert,parser} into the heap; darshan_diff remains on the stack
-
Glenn K. Lockwood authored
-
- 14 Jun, 2016 4 commits
-
-
Shane Snyder authored
-
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 5 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
Conflicts: darshan-runtime/Makefile.in darshan-runtime/configure darshan-runtime/configure.in darshan-runtime/darshan.h darshan-runtime/lib/darshan-core.c darshan-runtime/lib/darshan-hdf5.c darshan-runtime/lib/darshan-mpiio.c darshan-runtime/lib/darshan-pnetcdf.c darshan-runtime/lib/darshan-posix.c darshan-util/Makefile.in darshan-util/darshan-convert.c darshan-util/darshan-logutils.c darshan-util/darshan-logutils.h darshan-util/darshan-parser.c
-
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 2 commits
-
-
Glenn K. Lockwood authored
-
Glenn K. Lockwood authored
implemented a simple get_output_data that doesn't use MPI; all ranks except rank0 just drop their shared records
-