- 08 Jun, 2020 2 commits
-
-
Shane Snyder authored
fix darshan-util compiler warnings See merge request !58
-
Shane Snyder authored
-
- 27 May, 2020 2 commits
-
-
Shane Snyder authored
bug fix in common val macros affecting hdf5 See merge request !57
-
Shane Snyder authored
-
- 15 May, 2020 4 commits
-
-
Shane Snyder authored
preprare 3.2.1 release See merge request !56
-
Shane Snyder authored
-
Shane Snyder authored
bug fix for common access counter updates Closes #274 See merge request !55
-
Shane Snyder authored
-
- 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 darshan/darshan!31
-
-
- 26 Apr, 2020 8 commits
-
-
Shane Snyder authored
DXT: include mpiio offset See merge request darshan/darshan!46
-
-
Shane Snyder authored
add darshan-config --log-path option Closes #244 See merge request darshan/darshan!52
-
closes #244
-
Shane Snyder authored
relax dynamic linker check in compiler wrappers See merge request darshan/darshan!51
-
Shane Snyder authored
-
Shane Snyder authored
silence stdout from job-summary Closes #264 See merge request darshan/darshan!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 darshan/darshan!49
-
Shane Snyder authored
-
- 23 Apr, 2020 2 commits
-
-
Shane Snyder authored
modify GitLab CI pipelines to build on master commits See merge request darshan/darshan!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 darshan/darshan!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 darshan/darshan!44
-
Shane Snyder authored
-
- 07 Apr, 2020 2 commits
-
-
Shane Snyder authored
fix for fscanf wrappers in static linking See merge request darshan/darshan!43
-
Shane Snyder authored
-
- 27 Mar, 2020 4 commits
-
-
Shane Snyder authored
revise dynamic linking strategy See merge request darshan/darshan!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 darshan/darshan!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 darshan/darshan!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
-