- 04 May, 2020 4 commits
-
-
Shane Snyder authored
finalize release steps for 3.2.0 See merge request !54
-
Shane Snyder authored
-
Shane Snyder authored
detailed HDF5 instrumentation modules See merge request !42
-
Shane Snyder authored
-
- 03 May, 2020 1 commit
-
-
Shane Snyder authored
fix parameter order See merge request !53
-
- 30 Apr, 2020 3 commits
-
-
Rob Latham authored
In shutdown_bench_setup I called MPIIO_RECORD_WRITE with the 'type' and 'offset' parameters swapped.
-
Shane Snyder authored
Python Bindings via CFFI See merge request !31
-
-
- 26 Apr, 2020 8 commits
-
-
Shane Snyder authored
DXT: include mpiio offset See merge request !46
-
-
Shane Snyder authored
add darshan-config --log-path option Closes #244 See merge request !52
-
closes #244
-
Shane Snyder authored
relax dynamic linker check in compiler wrappers See merge request !51
-
Shane Snyder authored
-
Shane Snyder authored
silence stdout from job-summary Closes #264 See merge request !50
-
- also remove --summary option - closes #264
-
- 24 Apr, 2020 2 commits
-
-
Shane Snyder authored
fix dynamic ld flags in darshan-config and pkgconfig See merge request !49
-
Shane Snyder authored
-
- 23 Apr, 2020 2 commits
-
-
Shane Snyder authored
modify GitLab CI pipelines to build on master commits See merge request !47
-
Shane Snyder authored
CI_COMMIT_REF_NAME, *not* CI_MERGE_REQUEST_TARGET_BRANCH_NAME
-
- 20 Apr, 2020 2 commits
-
-
Shane Snyder authored
add GitLab CI hooks See merge request !45
-
Shane Snyder authored
we invoke batch scheduler directly in our scripts
-
- 09 Apr, 2020 2 commits
-
-
Shane Snyder authored
simplify static linking implementation See merge request !44
-
Shane Snyder authored
-
- 07 Apr, 2020 2 commits
-
-
Shane Snyder authored
fix for fscanf wrappers in static linking See merge request !43
-
Shane Snyder authored
-
- 27 Mar, 2020 4 commits
-
-
Shane Snyder authored
revise dynamic linking strategy See merge request !41
-
- for some platforms (particularly the Cray Programming Environment) this is sufficient to enable instrumentation on dynamically-linked executables with the current version of Darshan
-
Shane Snyder authored
alternative implementation of DARSHAN_WRAPPER_MAP See merge request !39
-
- uses function alias (via glibc's __REDIRECT macro) rather than generating a shim function - this is intended to avoid possibility of infinite loop if a conventional PMPI instrumentation tool is used at the same time as an explicitly linked darshan library
-
- 26 Mar, 2020 2 commits
-
-
Shane Snyder authored
remove deprecated Fortran notes See merge request !40
-
- current version of Darshan should work with the particular Intel and MPICH versions noted in the docs since there is no longer a problem with bindings using PMPI directly
-
- 06 Mar, 2020 2 commits
-
-
Philip Carns authored
Make "--with-mem-align" optional, and default to 8 See merge request !38
-
Philip Carns authored
Make DESTDIR operation match common practice See merge request !37
-
- 05 Mar, 2020 2 commits
-
-
Christopher J. Morrone authored
Little guidance is given for what the the memory alignment value means or how to determine it, so making it optional lowers a barrier to getting started with darshan. 8 seems to be the common value for "--with-mem-align", so we make it the default.
-
Christopher J. Morrone authored
Modify DESTDIR to match common practice (for instance, that of automake), in that DESTDIR represents a staged install directory. It is intended that the tree would need to than be copied to the final install location afterwards. When supplied, DESTDIR will not change any compiled-in paths in darshan. See the automake manual section about DESTDIR for an example of standard usage. https://www.gnu.org/software/automake/manual/html_node/DESTDIR.html
-
- 24 Feb, 2020 2 commits
-
-
Philip Carns authored
bug fix to pkgconfig path for darshan-util See merge request !36
-
Philip Carns authored
- reported by Matthew Curry
-
- 14 Feb, 2020 1 commit
-
-
Philip Carns authored
fix fscanf redefinitions See merge request !35
-
- 13 Feb, 2020 1 commit
-
-
Shane Snyder authored
-