- 08 Jun, 2020 1 commit
-
-
Shane Snyder authored
Fixes #281
-
- 24 Jan, 2020 1 commit
-
-
Shane Snyder authored
From Francois Trahay
-
- 19 Dec, 2019 1 commit
-
-
Shane Snyder authored
1) make sure wtime_offset is set properly when using MPI 2) fix ifdef logic to properly get wtime in all non-MPI cases
-
- 10 Dec, 2019 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 06 Dec, 2019 1 commit
-
-
Shane Snyder authored
-
- 11 Nov, 2019 1 commit
-
-
Shane Snyder authored
-
- 06 Nov, 2019 1 commit
-
-
Shane Snyder authored
-
- 07 Aug, 2019 1 commit
-
-
Shane Snyder authored
dynamic triggers still not working
-
- 06 Aug, 2019 1 commit
-
-
Philip Carns authored
-
- 05 Aug, 2019 1 commit
-
-
Philip Carns authored
-
- 30 Jul, 2019 3 commits
-
-
Shane Snyder authored
-
Philip Carns authored
- works for both mpi and non-mpi builds - unlike darshan_core_time(), it does not compute relative timestamp and thus doesn't require darshan core to be initialized
-
Shane Snyder authored
-
- 14 Dec, 2018 1 commit
-
-
Shane Snyder authored
-
- 05 Dec, 2018 1 commit
-
-
Shane Snyder authored
-
- 29 Nov, 2018 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 19 Sep, 2017 1 commit
-
-
Philip Carns authored
- match convention of other modules where possible - avoid trampoline for non-PMPI calls - resolve underlying symbols at run time - use symbol name direclty in wrapper
-
- 24 Jul, 2017 1 commit
-
-
Shane Snyder authored
Previously, modules would explicitly disable instrumentation when ever Darshan core called into the module to shut it down. The issue is that Darshan core starts shutting down well before modules do, so there is a time interval where modules could be trying to instrument data while its not safe to do so. Now, we expose a function (darshan_core_disabled_instrumentation) that modules can call to determine if its safe to instrument data.
-
- 25 Apr, 2017 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 20 Apr, 2017 1 commit
-
-
Cristian Simarro authored
-
- 09 Feb, 2017 1 commit
-
-
Shane Snyder authored
-
- 30 Jan, 2017 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
this allows us to request memory allocations at smaller granularity than MiB
-
- 24 Jan, 2017 2 commits
-
-
Glenn K. Lockwood authored
-
Glenn K. Lockwood authored
-
- 16 Dec, 2016 2 commits
-
-
Shane Snyder authored
-
Cristian Simarro authored
-
- 15 Dec, 2016 1 commit
-
-
Cristian Simarro authored
-
- 12 Dec, 2016 1 commit
-
-
Cristian Simarro authored
-
- 30 Nov, 2016 1 commit
-
-
Shane Snyder authored
-
- 17 Oct, 2016 1 commit
-
-
Cong Xu authored
Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 13 Oct, 2016 1 commit
-
-
Cong Xu authored
Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 20 Sep, 2016 1 commit
-
-
Shane Snyder authored
-
- 08 Sep, 2016 1 commit
-
-
Shane Snyder authored
This is needed to distinguish between log files generated with the same job id (i.e., for jobs that have multiple steps)
-
- 09 Aug, 2016 1 commit
-
-
Shane Snyder authored
-
- 07 Jul, 2016 1 commit
-
-
Shane Snyder authored
This function can be called by modules to allow FS-specific modules to gather data for a given file path/file descriptor. Currently integrated into POSIX and STDIO modules.
-