[Darshan-commits] [Git][darshan/darshan][autoperf-mod-update] 40 commits: H5Pget_fapl_mpio returns errors for non MPIO VFD

Shane Snyder xgitlab at cels.anl.gov
Mon Mar 29 19:56:26 CDT 2021



Shane Snyder pushed to branch autoperf-mod-update at darshan / darshan


Commits:
189b7350 by Shane Snyder at 2021-02-04T14:22:32-06:00
H5Pget_fapl_mpio returns errors for non MPIO VFD

Fixes #295

- - - - -
2344493e by Shane Snyder at 2021-02-04T14:25:09-06:00
Merge branch 'fix-295-hdf5-fapl' into 'master'

H5Pget_fapl_mpio returns errors for non MPIO VFD

Closes #295

See merge request darshan/darshan!73
- - - - -
54062646 by Shane Snyder at 2021-02-05T12:25:45-06:00
don't exit mk-log-dirs if dir already exists

Fixes #296

- - - - -
5155d0c7 by Shane Snyder at 2021-02-05T12:29:15-06:00
Merge branch 'fix-296-mk-log-dirs-exists' into 'master'

don't exit darshan-mk-log-dirs if log directory already exists

Closes #296

See merge request darshan/darshan!74
- - - - -
3283af95 by wkliao at 2021-02-10T08:36:03-06:00
bug fix: add brackets when using AS_IF

Error message below appeared when using autoconf 2.70.
./configure: line 4422: syntax error near unexpected token `newline'
./configure: line 4422: `    '''

- - - - -
3ca3e621 by Glenn K. Lockwood at 2021-02-11T15:33:26-08:00
change all memory size variables to long ints

- - - - -
30e9514c by Philip Carns at 2021-02-22T09:11:23-06:00
Merge branch 'fix_AS_IF' into 'master'

bug fix: add brackets when using AS_IF

See merge request darshan/darshan!75
- - - - -
4493b4ab by Philip Carns at 2021-02-22T09:37:23-06:00
Merge branch 'feature/BIGmodules' into 'master'

change all memory size variables to long ints

See merge request darshan/darshan!76
- - - - -
f860e676 by Phil Carns at 2021-02-22T10:38:07-05:00
long->size_t for memory sizes

- - - - -
1ca143f5 by wkliao at 2021-02-22T22:25:34-06:00
Add a missing place of int -> size_t

- - - - -
aec79e11 by Philip Carns at 2021-02-23T11:37:06-06:00
Merge branch 'hdf5_buf_size' into 'master'

Add a missing place of int -> size_t

See merge request darshan/darshan!78
- - - - -
649e3d35 by Phil Carns at 2021-02-23T12:56:54-05:00
remove unnecessary log examples

- closes #298

- - - - -
1e44c0ae by Phil Carns at 2021-03-10T16:51:38-05:00
brief documentation for spack packages

- - - - -
8de30ada by Philip Carns at 2021-03-10T15:52:51-06:00
Merge branch 'carns/darshan-runtim-doc-spack' into 'master'

brief documentation for spack packages

Closes #308

See merge request darshan/darshan!81
- - - - -
e16ee404 by Kevin Harms at 2021-03-10T23:35:38-06:00
Python cleanup

- - - - -
913450d7 by Shane Snyder at 2021-03-10T23:35:38-06:00
Merge branch 'python-cleanup' into 'master'

Python cleanup

See merge request darshan/darshan!79
- - - - -
c436afe9 by Phil Carns at 2021-03-11T10:11:19-05:00
convert dxt_analyzier to python3

- includes changes suggested by futurize utility

- - - - -
8f4cdc1c by Philip Carns at 2021-03-11T09:12:38-06:00
Merge branch 'carns/issue-310-dxt-analyzer-python3' into 'master'

convert dxt_analyzier to python3

Closes #310

See merge request darshan/darshan!82
- - - - -
4cac1e1e by Phil Carns at 2021-03-11T16:59:17-05:00
clarify comments and configure help for max mem

- - - - -
117568d3 by Phil Carns at 2021-03-11T16:59:55-05:00
boost default per-process memory limit to 4 MiB

- - - - -
4f87238e by Philip Carns at 2021-03-11T16:01:31-06:00
Merge branch 'carns/issue-290-maxmem' into 'master'

increase max memory per process

Closes #290

See merge request darshan/darshan!83
- - - - -
e4d608dd by Phil Carns at 2021-03-11T17:46:48-05:00
validate input file format in dxt_analyzer

- - - - -
286dda22 by Philip Carns at 2021-03-11T16:51:12-06:00
Merge branch 'carns/issue-286-dxt-analyzer-error' into 'master'

validate input file format in dxt_analyzer

Closes #286

See merge request darshan/darshan!84
- - - - -
ae2b411e by Jakob Luettgau at 2021-03-16T13:49:38-05:00
Add some troubleshooting notes about potentially missing dependencies and this being tested only in bash (although all source are replaced by . now which enjoys better support.)

- - - - -
80c88c16 by Shane Snyder at 2021-03-16T13:49:38-05:00
Merge branch 'luettgau-python-cleanup' into 'master'

More Python Cleanup & Restore Wheel Building

See merge request darshan/darshan!85
- - - - -
1bd5b2db by Philip Carns at 2021-03-16T14:05:47-05:00
improve handling of incomplete logs

- exit with error by default in parsers
- show more verbose error message with tips to help
- add --show-incomplete option to enable previous behavior
- properly set incomplete flag for modules that don't store any records

- - - - -
7d4a80ab by Shane Snyder at 2021-03-16T14:05:47-05:00
Merge branch 'carns/issue-284-incomplete-warning' into 'master'

improve handling of incomplete logs

Closes #284

See merge request darshan/darshan!87
- - - - -
332f4ebb by Shane Snyder at 2021-03-18T00:47:00-05:00
switch lustre ioctls to fgetxattr

some configure cleanup as well as modification of darshan
linker flags when lustre module is enabled

Fixes #270

- - - - -
e245da9d by Shane Snyder at 2021-03-18T00:47:00-05:00
Merge branch 'dev-270-lustre-ioctl-crash' into 'master'

modify Darshan's Lustre module to use fgetxattr for getting stripe info

See merge request darshan/darshan!89
- - - - -
e62a6255 by Phil Carns at 2021-03-24T16:33:07-04:00
avoid attempting to instrument final log rename()

- - - - -
d26bf896 by Phil Carns at 2021-03-24T16:55:23-04:00
bug fix to internal shutdown timing

- - - - -
755e6853 by Philip Carns at 2021-03-24T15:57:42-05:00
Merge branch 'carns/issue-312-log-time-name' into 'master'

fix internal timing for finalize

Closes #312

See merge request darshan/darshan!90
- - - - -
92501e87 by Jakob Luettgau at 2021-03-25T11:13:34-05:00
PyDarshan: Record Collections

- - - - -
054de670 by Shane Snyder at 2021-03-25T11:13:34-05:00
Merge branch 'pydarshan-RecordCollection' into 'master'

PyDarshan: Record Collections

See merge request darshan/darshan!86
- - - - -
cfda2264 by Shane Snyder at 2021-03-25T21:48:40-05:00
Add H5D module counter to indicate corresponding H5F record ID

- - - - -
63130594 by Shane Snyder at 2021-03-25T21:48:40-05:00
Merge branch 'dev-h5d-file-rec-counter' into 'master'

Add H5D module counter to indicate corresponding H5F record  ID

See merge request darshan/darshan!91
- - - - -
f0835bed by Shane Snyder at 2021-03-26T11:28:55-05:00
expose new H5D module counter via pydarshan

- - - - -
6616d73b by Shane Snyder at 2021-03-26T16:37:33-05:00
runtime docs typos

- - - - -
f1b80c21 by Shane Snyder at 2021-03-26T16:49:37-05:00
updated H5D counter documentation

- - - - -
8f294eff by Shane Snyder at 2021-03-29T19:55:03-05:00
Merge remote-tracking branch 'origin/master' into autoperf-mod-update

- - - - -


30 changed files:

- ChangeLog
- darshan-hdf5-log-format.h
- darshan-runtime/configure
- darshan-runtime/configure.in
- darshan-runtime/darshan-config.in
- darshan-runtime/darshan-core.h
- darshan-runtime/darshan-mk-log-dirs.pl.in
- darshan-runtime/darshan-runtime-config.h.in
- darshan-runtime/darshan.h
- darshan-runtime/doc/darshan-runtime.txt
- darshan-runtime/lib/darshan-bgq.c
- darshan-runtime/lib/darshan-core.c
- darshan-runtime/lib/darshan-dxt.c
- darshan-runtime/lib/darshan-hdf5.c
- darshan-runtime/lib/darshan-lustre.c
- darshan-runtime/lib/darshan-mdhim.c
- darshan-runtime/lib/darshan-mpiio.c
- darshan-runtime/lib/darshan-null.c
- darshan-runtime/lib/darshan-pnetcdf.c
- darshan-runtime/lib/darshan-posix.c
- darshan-runtime/lib/darshan-stdio.c
- darshan-runtime/lib/pkgconfig/darshan-runtime.pc.in
- darshan-util/darshan-dxt-parser.c
- darshan-util/darshan-hdf5-logutils.c
- darshan-util/darshan-job-summary/bin/darshan-job-summary.pl.in
- darshan-util/darshan-job-summary/share/summary.tex
- darshan-util/darshan-parser.c
- darshan-util/doc/darshan-util.txt
- darshan-util/dxt_analyzer.py
- darshan-util/pydarshan/.gitignore


The diff was not included because it is too large.


View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/d0219299181b4fcdc480d2d654f65f310c950ee8...8f294effa9c2d040949f853a13e1e2cffc1cbb34

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/d0219299181b4fcdc480d2d654f65f310c950ee8...8f294effa9c2d040949f853a13e1e2cffc1cbb34
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/20210329/75b76744/attachment-0001.html>


More information about the Darshan-commits mailing list