Commit Graph

14550 Commits

Author SHA1 Message Date
Quincey Koziol
371a27f01e [svn-r26843] Description:
Minor code & warning cleanups.

Tested on:
    MacOSX/64 10.10.2 (amazon) w/serial & parallel
    Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-18 21:48:06 -05:00
Quincey Koziol
1eaaae9821 [svn-r26842] Description:
Cache the dataset's rank & dimension sizes, instead of querying them
frequently, to speed up various checks & algorithms.  Also, a few minor
cleanups.

Tested on:
    MacOSX/64 10.10.2 (amazon) w/serial & parallel
    Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-18 01:39:34 -05:00
Quincey Koziol
524bfed32e [svn-r26841] Description:
Minor formatting cleanups and remove unused field from callback struct.

Tested on:
    Mac OSX/64 10.10.2 (amazon) w/serial & parallel
    (Too minor to require h5committest)
2015-04-18 00:02:24 -05:00
Larry Knox
cf98752566 [svn-r26840] configure
configure.ac
hl/src/H5LTparse.c
hl/src/H5LTparse.h
        Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ".
        Change default to disable_shared on CYGWIN.

release_docs/INSTALL_Cygwin.txt
release_docs/RELEASE.txt
        Update for changed default and no CYGWIN szip binary.

c++/src/cpp_doc_config
bin/h5vers
        AddressHDFFV-9010: Add cpp_doc_config to h5vers

Tested with h5committest, on CYGWIN.
2015-04-17 17:24:47 -05:00
Scot Breitenfeld
50db6abee7 [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-04-17 16:39:12 -05:00
Quincey Koziol
7bf3a426e8 [svn-r26837] Description:
Separate allocating chunk on disk from inserting the chunk record into the
index.  This allows a "SWMR-safe" insert/update of chunks (the chunk is always
allocated -> written -> inserted/updated in the index).

Tested on:
    Mac OSX/64 10.10.2 (amazon) w/parallel & serial
    Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-17 15:49:27 -05:00
Scot Breitenfeld
8bdafb38d7 [svn-r26836] added BIND(C) to H5T APIs 2015-04-17 13:41:48 -05:00
Scot Breitenfeld
c632be5d7b [svn-r26834] Added more BIND(C) to H5O Fortran APIs 2015-04-17 11:33:26 -05:00
Scot Breitenfeld
75ff45add3 [svn-r26833] Added BIND(C) to H5O Fortran APIs 2015-04-17 11:23:52 -05:00
Scot Breitenfeld
7caca66dd0 [svn-r26832] misc. clean-up 2015-04-17 11:03:14 -05:00
Scot Breitenfeld
ec2327200d [svn-r26831] Added H5S BIND(C) 2015-04-17 11:01:16 -05:00
Scot Breitenfeld
d7fd1ed9c7 [svn-r26830] Added BIND(C) to Fortran H5R APIs. 2015-04-16 17:09:32 -05:00
Scot Breitenfeld
b8c6d8191c [svn-r26829] Added BIND(C) to the Fortran H5I APIs 2015-04-16 16:26:43 -05:00
Scot Breitenfeld
bd0aaf89e2 [svn-r26827] Combined parallel APIs and removed no longer needed parallel files. 2015-04-16 15:52:07 -05:00
Scot Breitenfeld
fa26809cdf [svn-r26826] CHANGED H5G APIs to use BIND(C) 2015-04-16 14:04:43 -05:00
Scot Breitenfeld
0cc9b0c79f [svn-r26825] Added include for preprocessing fortran files with configure definitions 2015-04-16 13:36:34 -05:00
Albert Cheng
c6717e8134 [svn-r26823] Update instruction that changes in this releaes that " --enable-parallel has
to be used explicitly to build parallel HDF5 regardless of the compiler type
being used.  (MSC - 2015/02/19 HDFFV-9068)"
2015-04-16 08:13:12 -05:00
Scot Breitenfeld
7984de553e [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel. 2015-04-15 17:03:33 -05:00
Allen Byrne
c04b083b60 [svn-r26815] Update cmake configuration checks
Tested: local linux
2015-04-15 11:59:11 -05:00
Scot Breitenfeld
9f4ed2197a [svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-04-15 08:49:33 -05:00
Scot Breitenfeld
1644eda6de [svn-r26812] Removed printf debugging statements.
Tested: trival.
2015-04-15 08:45:06 -05:00
Scot Breitenfeld
d7fbbda1a0 [svn-r26809] Changed Fortran file endings from ".f90" to ".F90" 2015-04-14 16:59:58 -05:00
Scot Breitenfeld
38f5b52ea4 [svn-r26808] svn merge -r26795:26807 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-04-14 15:50:57 -05:00
Scot Breitenfeld
74e0d6d697 [svn-r26807] Combined *_F03* files and removed *_F90* files. 2015-04-14 15:46:59 -05:00
Scot Breitenfeld
f8b34b0ff8 [svn-r26804] Updated the Fortran install information. 2015-04-14 09:05:17 -05:00
Dana Robinson
41302a1ea6 [svn-r26803] Fixed a minor typo in H5R code comment. 2015-04-14 07:57:30 -05:00
Dana Robinson
573365e3a0 [svn-r26786] In libhdf5.settings.in, changed the C++ shared library setting variable
from H5_CXX_SHARED (which no longer exists) to enable_static.

Tested on: jam (configure only - minor change)
2015-04-13 03:25:56 -05:00
HDF Tester
27313306f8 [svn-r26785] Snapshot version 1.9 release 216 2015-04-12 06:05:35 -05:00
Larry Knox
6c0fcb84a8 [svn-r26782] Remove md5 from METHODS arguments for calling bin/release script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods. 2015-04-11 22:45:56 -05:00
Allen Byrne
3875cc6960 [svn-r26778] fix path to config 2015-04-10 12:51:40 -05:00
Mohamad Chaarawi
3b72762036 [svn-r26777] - Fix usage of the internal AC global dxpls
- allocate sieve buffer with calloc instead of malloc

tested with h5committest
2015-04-10 12:47:16 -05:00
Allen Byrne
b452fc97e6 [svn-r26776] Add missing quote char. 2015-04-10 12:45:13 -05:00
Scot Breitenfeld
5619a9a119 [svn-r26772] Fixed wrong fapl for H5Fopen when testing H5Iget_name with anonymously created datatype.
Tested: jam (using split virtual driver)
2015-04-09 10:57:01 -05:00
Mohamad Chaarawi
7f06904d28 [svn-r26771] - remove unused internal dxpl properties and property lists from the AC layer
- fix warnings in H5AC.c

tested with h5committest
2015-04-08 16:24:22 -05:00
Scot Breitenfeld
1215ef0370 [svn-r26767] Added test to address HDFFV-3065:
H5Iget_name on datatype that is not named returns no error

Tested: h5committest
2015-04-08 11:06:48 -05:00
Quincey Koziol
4662835250 [svn-r26757] Description:
Minor typos & code cleanups

Tested on:
    MacOSX/64 10.10.2 (amazon) w/serial & parallel
    (Too minor to require h5committest)
2015-04-07 14:16:25 -05:00
Albert Cheng
dd32c639c6 [svn-r26751] Updated. 2015-04-07 13:13:57 -05:00
Albert Cheng
5cc53e3ba2 [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type.
Added the testing to h5repack where it belongs.
Undo the tests added to h5dump.

Tested: h5committested plus tested in jam by hand.
2015-04-07 13:10:21 -05:00
Mohamad Chaarawi
6fa9f61ae5 [svn-r26746] install_parallel updates. 2015-04-07 10:50:40 -05:00
Binh-Minh Ribler
4275900a7b [svn-r26737] Purpose: Fix daily test failure
Description:
    - In DataType::DataType(const PredType& pred_type), using DataType::copy
    will invoke DataType::close() unnecessarily, which will produce undefined
    behavior.  Changed to call H5Tcopy directly, code reuse is not useful in
    this case.
    - Also, fixed CommonFG::childObjVersion to return expected value outside of
    an if/else block.
Platforms tested:
    Linux/ppc64 (ostrich)
    Linux/64 (platypus)
    Linux/32 2.6 (jam)
2015-04-06 12:46:54 -05:00
Allen Byrne
b9e5e2af4e [svn-r26721] Disable failing test 2015-04-03 13:57:24 -05:00
Allen Byrne
09784944d2 [svn-r26719] Add HL to default components 2015-04-03 13:34:53 -05:00
Albert Cheng
abad30a44d [svn-r26712] Bug fix: cmakehdf5 broken because zlib is no longer configure in by default.
That broke the testings as some testfiles have zlib compressed datasets.

Added options control to enable the linking of zlib external libarary by
default and turn off the szip library linking as szip library may not be
avaiable. This matches the established settings.

Tested: run cmakehdf5 by hand in jam and platypus.
Also tested in wren but it failed in the testing stage.
Also tried "cmakehdf5 --script" in jam. It failed.
2015-04-02 17:36:46 -05:00
Larry Knox
3032f3adf3 [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure.
Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths.

Tested with h5committest.
2015-04-02 16:07:53 -05:00
Albert Cheng
33c8035f0e [svn-r26702] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type.
Description:
The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ...

Solution:
Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now.

Tested: h5committest, emu by hand for both development and production modes.
But cmake built h5dump failed to read the data file. Using the same source to build h5dump by autotools produced a h5dump that can read the test data file. Don't know why cmake could not produce a correct binary.
2015-04-01 16:18:18 -05:00
Allen Byrne
99baa66184 [svn-r26699] Generators are only built static 2015-04-01 16:02:43 -05:00
Binh-Minh Ribler
f6d9d1fdc8 [svn-r26695] Purpose: Fixed HDFFV-7947 (cont.)
Description:
    - Put back the UNUSED parameters in dsets test because the change to remove
      the warning last time caused failure in setting filter, in turn, caused
      failure in the test with such obscure/unrelated errors!
    - Added incRefCount() to other constructors that missed from last time.
Platforms tested:
    Linux/64 (platypus)
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2015-04-01 13:52:05 -05:00
Allen Byrne
6f03b60c61 [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal} 2015-04-01 13:30:56 -05:00
Allen Byrne
7e183071a5 [svn-r26691] Move attribute define out of dynamic block.
Tested: windows
2015-04-01 09:48:13 -05:00
Neil Fortner
b31a086f3e [svn-r26690] Fix error in H5Sextent_copy
When the selection is set to all, H5Sextent_copy did not update the number of
elements in the selection in the destination space.  Fixed H5Sextent_copy to do
this.  Added tests for this functionality.

Tested: jam, koala, ostrich (h5committest)
2015-04-01 09:22:16 -05:00