[Darshan-commits] [Git][darshan/darshan][dev-detailed-hdf5-mod] 26 commits: bug fix in dxt_analyzer if no jobid given

Shane Snyder xgitlab at cels.anl.gov
Tue Apr 7 09:14:31 CDT 2020



Shane Snyder pushed to branch dev-detailed-hdf5-mod at darshan / darshan


Commits:
538bb069 by Shane Snyder at 2019-12-20T09:50:15-06:00
bug fix in dxt_analyzer if no jobid given

reported by Francois Trahay

- - - - -
0db4e79c by Shane Snyder at 2020-01-07T15:15:56-06:00
Update .gitlab-ci.yml
- - - - -
d86cfe96 by Shane Snyder at 2020-01-07T15:17:52-06:00
Update .gitlab-ci.yml
- - - - -
5c353223 by Shane Snyder at 2020-01-07T15:23:33-06:00
Update .gitlab-ci.yml
- - - - -
6be034f4 by Shane Snyder at 2020-01-08T16:44:25-06:00
more tinkering to get gitlab-ci right
- - - - -
21483c02 by Shane Snyder at 2020-01-08T16:49:17-06:00
more gitlab-ci tinkering
- - - - -
28fcd92f by Shane Snyder at 2020-01-24T15:25:08-06:00
compiler warning fix for darshan-log-format

This fix resolves compiler warnings from g++ related to
Darshan module names array.

- - - - -
733cac5d by Shane Snyder at 2020-01-24T15:42:49-06:00
include variadic args in calls to DARSHAN_WARN

>From Francois Trahay

- - - - -
36d8e168 by Shane Snyder at 2020-02-13T16:10:11-06:00
add autoconf test for fscanf redirect

- - - - -
bb2909d1 by Shane Snyder at 2020-02-13T17:42:31-06:00
slight modification of autoconf test

- - - - -
82eb9e9e by Shane Snyder at 2020-02-13T18:00:35-06:00
need gnu_source for config check

- - - - -
7ff18700 by Shane Snyder at 2020-02-13T18:03:18-06:00
ifdef wrap in fscanf redirect case

- - - - -
9c769b2c by Philip Carns at 2020-02-14T07:33:14-06:00
Merge branch 'dev-fscanf-redefined' into 'master'

fix fscanf redefinitions

See merge request darshan/darshan!35
- - - - -
b102e65f by Philip Carns at 2020-02-24T15:27:52-06:00
bug fix to pkgconfig path for darshan-util

- reported by Matthew Curry

- - - - -
68b06d4a by Philip Carns at 2020-02-24T15:27:52-06:00
Merge branch 'carns/bugfix-pkgconfig-destdir' into 'master'

bug fix to pkgconfig path for darshan-util

See merge request darshan/darshan!36
- - - - -
84b360a7 by Christopher J. Morrone at 2020-03-05T11:05:43-08:00
Make DESTDIR operation match common practice

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

- - - - -
b427e72b by Christopher J. Morrone at 2020-03-05T14:14:58-08:00
Make "--with-mem-align" optional, and default to 8

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.

- - - - -
91c2d4a6 by Philip Carns at 2020-03-06T10:07:45-06:00
Merge branch 'fix_destdir' into 'master'

Make DESTDIR operation match common practice

See merge request darshan/darshan!37
- - - - -
f4939002 by Philip Carns at 2020-03-06T10:10:55-06:00
Merge branch 'mem_align' into 'master'

Make "--with-mem-align" optional, and default to 8

See merge request darshan/darshan!38
- - - - -
54d7a7a4 by Philip Carns at 2020-03-26T15:23:55-05:00
remove deprecated Fortran notes

- 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

- - - - -
428247f4 by Shane Snyder at 2020-03-26T15:23:55-05:00
Merge branch 'carns/dev-remove-fortran-doc-notes' into 'master'

remove deprecated Fortran notes

See merge request darshan/darshan!40
- - - - -
5102d021 by Philip Carns at 2020-03-27T09:27:23-05:00
alternative implementation of DARSHAN_WRAPPER_MAP

- 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

- - - - -
405131f9 by Shane Snyder at 2020-03-27T09:27:23-05:00
Merge branch 'carns/dev-wrapper-map-alias' into 'master'

alternative implementation of DARSHAN_WRAPPER_MAP

See merge request darshan/darshan!39
- - - - -
0750b747 by Philip Carns at 2020-03-27T10:04:24-05:00
explicitly link darshan when dynamically linking

- for some platforms (particularly the Cray Programming Environment)
  this is sufficient to enable instrumentation on dynamically-linked
  executables with the current version of Darshan

- - - - -
7715697e by Shane Snyder at 2020-03-27T10:04:24-05:00
Merge branch 'carns/dev-dyn-link-updates' into 'master'

revise dynamic linking strategy

See merge request darshan/darshan!41
- - - - -
205066ba by Shane Snyder at 2020-04-06T14:42:01-05:00
Merge branch 'master' into dev-detailed-hdf5-mod

- - - - -


30 changed files:

- .gitlab-ci.yml
- ChangeLog
- darshan-log-format.h
- darshan-runtime/Makefile.in
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-runtime/darshan-config.in
- darshan-runtime/darshan-gen-cc.pl.in
- darshan-runtime/darshan-gen-cxx.pl.in
- darshan-runtime/darshan-gen-fortran.pl.in
- darshan-runtime/darshan-runtime-config.h.in
- darshan-runtime/darshan.h
- darshan-runtime/doc/darshan-runtime.txt
- darshan-runtime/lib/darshan-core-init-finalize.c
- darshan-runtime/lib/darshan-core.c
- darshan-runtime/lib/darshan-mpiio.c
- darshan-runtime/lib/darshan-stdio.c
- darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
- − darshan-runtime/maint/generate-bg-compilers.sh
- − darshan-runtime/maint/generate-bgq-compilers.sh
- − darshan-runtime/maint/install-eureka.sh
- − darshan-runtime/maint/install-gadzooks.sh
- − darshan-runtime/maint/install-intrepid.sh
- − darshan-runtime/maint/install-surveyor.sh
- − darshan-runtime/maint/upgrade-eureka.sh
- − darshan-runtime/maint/upgrade-gadzooks.sh
- − darshan-runtime/maint/upgrade-intrepid.sh
- − darshan-runtime/maint/upgrade-surveyor.sh
- − darshan-runtime/share/mpi-profile/darshan-bg-cc.conf.in
- − darshan-runtime/share/mpi-profile/darshan-bg-cxx.conf.in


The diff was not included because it is too large.


View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/8b935c78a977bafa5062c9db7c35113f3c8ed9e9...205066ba5f2eb53613d9f925dbb6bc4804746bf7

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/8b935c78a977bafa5062c9db7c35113f3c8ed9e9...205066ba5f2eb53613d9f925dbb6bc4804746bf7
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200407/c299f198/attachment.html>


More information about the Darshan-commits mailing list