mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
6d647e5406
bug fix Description: h5diff would incur a segmentation fault in Alpha clusters when the percentage option is used. This was due to memory aliagment issue when the options variable is declared as a local variable in main(). Moved the declaration to a global declaration. Platforms tested: "h5committested" And tested at cluster QT of SNL. Misc. update: |
||
---|---|---|
.. | ||
Dependencies | ||
h5diff.c | ||
h5difftst.c | ||
h5trav.c | ||
h5trav.h | ||
Makefile.in | ||
testh5diff.sh |