summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r25902] Fix CMP0053 warningAllen Byrne2014-12-191-1/+2
|
* [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-1738-84/+82
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25898] Replace 7zip required command with cmake commandAllen Byrne2014-12-171-3/+2
|
* [svn-r25891] Updated online help page to match what the command does now.Albert Cheng2014-12-171-3/+2
| | | | Tested: "bin/release -h" and visual inspect the output to be correct.
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-1413-26/+26
|
* [svn-r25884] Description:Quincey Koziol2014-12-111-3/+1
| | | | | | | | Minor code cleanups found while reviewing 'avoid truncate' branch. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (too minor to require h5committest)
* [svn-r25881] Description:Quincey Koziol2014-12-102-69/+21
| | | | | | | | Minor code/comment cleanups, found while reviewing 'avoid truncate' code. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r25880] Test if binary folder existsAllen Byrne2014-12-101-3/+6
|
* [svn-r25876] DAILYTEST-31: Fix cmakehdf5 for Daily Test useAlbert Cheng2014-12-101-4/+18
| | | | | | | Fix cmakehdf5 so that it can figure out where the source directory is. It expects cmakehdf5 itself resides at $srcdir/bin/cmamkehdf5. Tested: Jam by invoking cmakehdf4 with different paths.
* [svn-r25871] Updated with new options of cmakehdf5.Albert Cheng2014-12-091-0/+3
|
* [svn-r25870] HDFFV-8932: configure options added to enable or disable the ↵Albert Cheng2014-12-091-8/+82
| | | | | | | | | building of different language API's and testings. See "cmakehdf5 --help" for details. Tested: jam using different combinations of option and verified correctness by inspeacting libhdf5.settings output.
* [svn-r25868] HDFFV-9041: Definitions needed to be a semi-colon separated list.Allen Byrne2014-12-092-4/+9
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-0713-26/+26
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-3013-26/+26
|
* [svn-r25851] INSTALL_parallel already has a known issues section for Hopper.Albert Cheng2014-11-251-0/+17
| | | | | I moved all hopper known problems from RELEASE.txt to INSTALL_parallel so that they are all in one place.
* [svn-r25847] Correct typos in linux export of modAllen Byrne2014-11-251-1/+1
|
* [svn-r25842] Change WiX program check to use the ENV variable for path.Allen Byrne2014-11-251-1/+4
| | | | Tested: Windows
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-2317-960/+960
|
* [svn-r25818] Add checks for windows installersAllen Byrne2014-11-171-1/+61
|
* [svn-r25800] Add utilities and expected outputAllen Byrne2014-11-061-2/+4
|
* [svn-r25798] correct example cmake infoAllen Byrne2014-11-062-20/+29
|
* [svn-r25790] fix bug in shapesame test where test fails with more than 10Mohamad Chaarawi2014-11-051-2/+8
| | | | | | | procs. This is a fix in the test itself and does not have to do with the library code. tested cloud machine with parallel.
* [svn-r25784] Add STATUS to message in scriptAllen Byrne2014-11-041-4/+4
|
* [svn-r25779] fix bug in parallel tests where a compact dset is being createdMohamad Chaarawi2014-11-041-4/+11
| | | | | | | proportional to the process count without regard to the 64KB limit for compact datasets. tested on jam with parallel.
* [svn-r25771] Bug fix: HDFFV-8954Albert Cheng2014-11-041-6/+1
| | | | | | | | | | | | | | Previously, ph5diff may hang in a test in Linux 32 platform(HDFFV-587). No solution was available and a patch to bypass the test is implemented. Since the company is changing domain name soon, the patch would not be valid any more. Tests were done (repeat 100 mpiexec -np 6 ./ph5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5) and the previous hanging problem did not occur. It is likely the newer versions of mpich no longer have this problem. Therefore, it is decide to remove this patch to make the test script cleaner, if nothing else. Tested: ran build and test in Jam (linux 32) and the repeat 100 command mentioned above. All passed.
* [svn-r25766] Description:Quincey Koziol2014-11-0336-5269/+3188
| | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-0213-26/+26
|
* [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flagsDana Robinson2014-10-311-1/+1
| | | | | | | | | | | | | script. The warnings that this generates cannot easily be resolved in platform-independent C code since gnu expects the non-standard (gnu) 'D' suffix for double constants. It's still technically useful for catching float and long double constants, but should probably be enabled by developers on an as-needed basis for that purpose so the spurious warnings are avoided. Tested on a local linux VM with gcc 4.8.2. This is a very minor change.
* [svn-r25755] Removed spurious casts in a few HDfree() statements.Dana Robinson2014-10-314-13/+13
| | | | | | | Discovered when I temporarily #defined HDfree() to a more complicated function while investigating something. Tested on a local linux VM. This is a very minor change.
* [svn-r25750] use MPI_File_get_size() instead of stat when retrieving the ↵Mohamad Chaarawi2014-10-281-4/+17
| | | | file size for the MPIO driver.
* [svn-r25745] Testfiles for h5dump bitfields and opaquesAllen Byrne2014-10-273-0/+295
|
* [svn-r25744] Add bitfield and opague datatype file for tests.Allen Byrne2014-10-272-0/+160
| | | | Tested: local linux
* [svn-r25741] Remove obsolete comment and add test to suite.Allen Byrne2014-10-271-6/+1
|
* [svn-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-275-19/+8
|
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-2613-26/+26
|
* [svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t *Albert Cheng2014-10-201-1/+1
| | | | | | | but the test was not changed (still doing H5A_create(...) < 0). Fixed the error by changing to compare against NULL. Tested: ADA AIX machine where the old code was flagged as an error by the AIX compiler.
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-1913-26/+26
|
* [svn-r25714] remove reference to deleted sub-folderAllen Byrne2014-10-171-1/+1
|
* [svn-r25707] Added missing type cast for hid_t_f ids.Scot Breitenfeld2014-10-151-23/+23
|
* [svn-r25706] Change hdf5 config install location.Allen Byrne2014-10-151-5/+5
|
* [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-142-4/+12
| | | | Tested with h5committest and failed external daily tests.
* [svn-r25695] Maintenance: Addressing bug HDFFV-8836 - information in section ↵Elena Pourmal2014-10-131-17/+21
| | | | 3.2 about the SZIP binaries distribution was wrong. Fixed.
* [svn-r25694] HDFFV-8932:Albert Cheng2014-10-131-1/+1
| | | | | | added Fortran interface to the default build. Tested: jam, koala, platypus
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-1213-26/+38
|
* [svn-r25691] File is not generated by non-2003 compliant fortran compilers.Allen Byrne2014-10-101-3/+20
| | | | Tested: jam and local linux
* [svn-r25690] Update RELEASE.txt for 1.8.14 release:Larry Knox2014-10-091-7/+4
| | | | | Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections.
* [svn-r25685] HDFFV-8932:Albert Cheng2014-10-091-1/+17
| | | | | | added C++ and High level interface to the default build. Tested: jam, koala, platypus
* [svn-r25679] Added instruction to run bin/reconfigure after changes.Albert Cheng2014-10-071-0/+2
|
* [svn-r25677] HDFFV-8933:Albert Cheng2014-10-071-3/+13
| | | | | | | | | | | Did not provide default values for clang++ options. Also, applied wrong values for the *_CPPFLAGS. Solution: Added default values for *_CXXFLAGS. Fixed the *_CPPFLAGS values. Tested: wren with and without --enable-production.
* [svn-r25670] Update compiler fersion information for XL compilers on ostrich.Larry Knox2014-10-061-5/+6
| | | | | | | | Text only - no test. This line, and those below, will be ignored-- M RELEASE.txt