Author Commit Message Commit Date Albert Cheng 4d34b797304 [svn-r25851] INSTALL_parallel already has a known issues section for Hopper.
I moved all hopper known problems from RELEASE.txt to INSTALL_parallel
so that they are all in one place. 25 Nov 2014 Allen Byrne 0a212433034 [svn-r25847] Correct typos in linux export of mod 25 Nov 2014 Allen Byrne 5816073846c [svn-r25842] Change WiX program check to use the ENV variable for path.
Tested: Windows 25 Nov 2014 Private HDF b59663156da [svn-r25834] Snapshot version 1.9 release 203 23 Nov 2014 Allen Byrne 36a847bc0cc [svn-r25818] Add checks for windows installers 17 Nov 2014 Allen Byrne 59132dec159 [svn-r25800] Add utilities and expected output 06 Nov 2014 Allen Byrne 05716e22396 [svn-r25798] correct example cmake info 06 Nov 2014 Mohamad Chaarawi 3ba28fb7ee3 [svn-r25790] fix bug in shapesame test where test fails with more than 10
procs. This is a fix in the test itself and does not have to do with
the library code.
tested cloud machine with parallel. 05 Nov 2014 Allen Byrne a096202edd8 [svn-r25784] Add STATUS to message in script 04 Nov 2014 Mohamad Chaarawi 5362b49beca [svn-r25779] fix bug in parallel tests where a compact dset is being created
proportional to the process count without regard to the 64KB limit for
compact datasets.
tested on jam with parallel. 04 Nov 2014 Albert Cheng 52bff896a7e [svn-r25771] Bug fix: HDFFV-8954
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 decid... 03 Nov 2014 Quincey Koziol 89e2c8822dd [svn-r25766] Description:
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 03 Nov 2014 Private HDF 2fcec016a8c [svn-r25762] Snapshot version 1.9 release 202 02 Nov 2014 Dana Robinson d5f913731d1 [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flags
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. T... 31 Oct 2014 Dana Robinson 81f7e6b1d3d [svn-r25755] Removed spurious casts in a few HDfree() statements.
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. 31 Oct 2014 Mohamad Chaarawi 6735f59f7d6 [svn-r25750] use MPI_File_get_size() instead of stat when retrieving the file size for the MPIO driver. 28 Oct 2014 Allen Byrne 73465a6bc2e [svn-r25745] Testfiles for h5dump bitfields and opaques 27 Oct 2014 Allen Byrne 573d47083b4 [svn-r25744] Add bitfield and opague datatype file for tests.
Tested: local linux 27 Oct 2014 Allen Byrne 3fa8cd322fb [svn-r25741] Remove obsolete comment and add test to suite. 27 Oct 2014 Allen Byrne 429dce17368 [svn-r25740] HDFFV-8953: remove svn url references 27 Oct 2014 Private HDF 290dfb8799a [svn-r25736] Snapshot version 1.9 release 201 26 Oct 2014 Albert Cheng b6e694cb329 [svn-r25721] The return type of H5A_create was changed from hid_t to H5A_t *
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. 19 Oct 2014 Private HDF 2a668bd0fcd [svn-r25720] Snapshot version 1.9 release 200 19 Oct 2014 Allen Byrne ad3e91f0c3b [svn-r25714] remove reference to deleted sub-folder 17 Oct 2014 Scot Breitenfeld d527a825d4e [svn-r25707] Added missing type cast for hid_t_f ids. 15 Oct 2014 Allen Byrne d3dbcf313f1 [svn-r25706] Change hdf5 config install location. 15 Oct 2014 Larry Knox 6d82d6c7cdb [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944.
Tested with h5committest and failed external daily tests. 13 Oct 2014 Elena Pourmal b4022017457 [svn-r25695] Maintenance: Addressing bug HDFFV-8836 - information in section 3.2 about the SZIP binaries distribution was wrong. Fixed. 13 Oct 2014 Albert Cheng a65212ed9fd [svn-r25694] HDFFV-8932:
added Fortran interface to the default build.
Tested: jam, koala, platypus 13 Oct 2014 Private HDF e8ffff68537 [svn-r25693] Snapshot version 1.9 release 199 12 Oct 2014 Allen Byrne 6fdac87ac14 [svn-r25691] File is not generated by non-2003 compliant fortran compilers.
Tested: jam and local linux 10 Oct 2014 Larry Knox c7da369bfdb [svn-r25690] Update RELEASE.txt for 1.8.14 release:
Reviewed and revised version information for unix daily tested machines in supported
and tested platforms sections. 09 Oct 2014 Albert Cheng 9a074a6679f [svn-r25685] HDFFV-8932:
added C++ and High level interface to the default build.
Tested: jam, koala, platypus 09 Oct 2014 Albert Cheng 18f671c0647 [svn-r25679] Added instruction to run bin/reconfigure after changes. 07 Oct 2014 Albert Cheng 96451596144 [svn-r25677] HDFFV-8933:
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. 07 Oct 2014 Larry Knox ab33b7f34db [svn-r25670] Update compiler fersion information for XL compilers on ostrich.
Text only - no test.
This line, and those below, will be ignored--
M RELEASE.txt 06 Oct 2014 Private HDF e6702f2cae7 [svn-r25668] Snapshot version 1.9 release 198 05 Oct 2014 Allen Byrne 6cc1d95b5f1 [svn-r25662] Correct packaging paths 03 Oct 2014 Mohamad Chaarawi ca6ffd477d1 [svn-r25661] Update the default setting for the memb_addr array when use passes NULL to equally divide all the address space between all the members.
Before there was one chunk of the address space not being used.
tested h5committest, and multi vfd make check on jam. 03 Oct 2014 Mohamad Chaarawi 26400c392b4 [svn-r25659] fix filename generation with prefix for perf test.
tested h5commitest, jam & platypus parallel. 02 Oct 2014 Binh-Minh Ribler bd9c6d829ac [svn-r25658] Purpose: Fixed HDFFV-8922
Description:
Added notes regarding UTF-8 and extended ASCII, provided in HDFFV-8899,
to C++ API.
Platforms tested:
Linux/32 2.6 (jam) - only in comments 02 Oct 2014 Albert Cheng cbd0112b16e [svn-r25654] Bug fix: HDFFV-8933
Description:
Mac has changed to use the clang/clang++ compilers but compiler settings for production, debug and profile
were not setup.
Solution:
Setup default values for PROD_CFLAGS, PROD_CPPFLAGS, DEBUG_CFLAGS, DEBUG_CPPFLAGS.
PROFILE_CFLAGS and PROFILE_CPPFLAGS were set too but clang does not -pg or such for
profiling. Need to fix it later.
Tested: duck, swallow, and quail using --enable-production. 01 Oct 2014 Mohamad Chaarawi 87bed2c7528 [svn-r25651] Fix for: HDFFV-8715
HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests.
tested on Jam w/ parallel. 01 Oct 2014 Allen Byrne bfdf6635692 [svn-r25646] Fix missing endif 01 Oct 2014 Binh-Minh Ribler 1df7b415ab5 [svn-r25645] Description:
Removed the try/block with new/bad_alloc that were unintentionally
committed previously.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu) 30 Sep 2014 Binh-Minh Ribler 22d0d32716a [svn-r25644] Purpose: Fixed HDFFV-8928
Description:
Followed hints on the JIRA issue to remove several potential memory
leaks.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 (emu) 30 Sep 2014 Binh-Minh Ribler 10f1e6acf89 [svn-r25640] Purpose: Fixed HDFFV-4259
Description:
- Used H5I_INVALID_HID instead of 0 to initialized member "id" in classes
that represent HDF5 objects. For PropList, H5P_DEFAULT has to be used
instead of H5I_INVALID_HID.
- Added try/catch block to some dynamically allocating memory code and
re-throw the bad_alloc exception with a message informing the location of
the failure.
Platforms tested:
Linux/ppc64 (ostrich)
Linux/32 2.6 (jam)
SunOS 5.11 ... 30 Sep 2014 Binh-Minh Ribler 0befe65753b [svn-r25632] Purpose: Fixed HDFFV-8852
Description:
H5F_ACC_CREAT was included in the C++ API while the C library doesn't
allow it yet. Possibly, in the future, but not now. In addition, the
two flags H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the
documentation, causing confusion that appending is not supported.
Solution:
- Removed H5F_ACC_CREAT from the function until the C library support it
- Added H5F_ACC_RDONLY and H5F_ACC_RDWR to the comments to update t... 29 Sep 2014 Scot Breitenfeld 9140500b86f [svn-r25631] Fix fo HDFFV-8912 29 Sep 2014 Scot Breitenfeld 17893b24ea8 [svn-r25629] Fix for hdffv-8855. 29 Sep 2014 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '4d34b797304f6e5fd6339adbe667f9042db90126', href: '/users/frank.willmore/repos/hdf5_der/commits/4d34b797304f6e5fd6339adbe667f9042db90126',parents: [{ id: '0a212433034304f0b691019fae2a7e91d5808045' }]},{id: '0a212433034304f0b691019fae2a7e91d5808045', href: '/users/frank.willmore/repos/hdf5_der/commits/0a212433034304f0b691019fae2a7e91d5808045',parents: [{ id: '5816073846c524b5845ab3ba17cd3c1f9f883952' }]},{id: '5816073846c524b5845ab3ba17cd3c1f9f883952', href: '/users/frank.willmore/repos/hdf5_der/commits/5816073846c524b5845ab3ba17cd3c1f9f883952',parents: [{ id: 'b59663156da7e89fda153bd8b0ed0c41b30c2f28' }]},{id: 'b59663156da7e89fda153bd8b0ed0c41b30c2f28', href: '/users/frank.willmore/repos/hdf5_der/commits/b59663156da7e89fda153bd8b0ed0c41b30c2f28',parents: [{ id: '36a847bc0ccc402857d05d9a5b5d8502081469e9' }]},{id: '36a847bc0ccc402857d05d9a5b5d8502081469e9', href: '/users/frank.willmore/repos/hdf5_der/commits/36a847bc0ccc402857d05d9a5b5d8502081469e9',parents: [{ id: '59132dec15935c4c402e60137537ed8669d3aa97' }]},{id: '59132dec15935c4c402e60137537ed8669d3aa97', href: '/users/frank.willmore/repos/hdf5_der/commits/59132dec15935c4c402e60137537ed8669d3aa97',parents: [{ id: '05716e22396b6e727d353e2e14da7db4a26d0f89' }]},{id: '05716e22396b6e727d353e2e14da7db4a26d0f89', href: '/users/frank.willmore/repos/hdf5_der/commits/05716e22396b6e727d353e2e14da7db4a26d0f89',parents: [{ id: '3ba28fb7ee35d27b6c86f3b5e5981e666fb12956' }]},{id: '3ba28fb7ee35d27b6c86f3b5e5981e666fb12956', href: '/users/frank.willmore/repos/hdf5_der/commits/3ba28fb7ee35d27b6c86f3b5e5981e666fb12956',parents: [{ id: 'a096202edd89d5ce00ecc9d19232bd8a457ae1c1' }]},{id: 'a096202edd89d5ce00ecc9d19232bd8a457ae1c1', href: '/users/frank.willmore/repos/hdf5_der/commits/a096202edd89d5ce00ecc9d19232bd8a457ae1c1',parents: [{ id: '5362b49becae67d22ca0a237292974876780cdd0' }]},{id: '5362b49becae67d22ca0a237292974876780cdd0', href: '/users/frank.willmore/repos/hdf5_der/commits/5362b49becae67d22ca0a237292974876780cdd0',parents: [{ id: '52bff896a7e57d1c1b19438b8be76b2cb01ae94b' }]},{id: '52bff896a7e57d1c1b19438b8be76b2cb01ae94b', href: '/users/frank.willmore/repos/hdf5_der/commits/52bff896a7e57d1c1b19438b8be76b2cb01ae94b',parents: [{ id: '89e2c8822ddacd982bd326be153e30fc5cbc3d3a' }]},{id: '89e2c8822ddacd982bd326be153e30fc5cbc3d3a', href: '/users/frank.willmore/repos/hdf5_der/commits/89e2c8822ddacd982bd326be153e30fc5cbc3d3a',parents: [{ id: '2fcec016a8c827cae8bb0f0caa7c74b4dc005285' }]},{id: '2fcec016a8c827cae8bb0f0caa7c74b4dc005285', href: '/users/frank.willmore/repos/hdf5_der/commits/2fcec016a8c827cae8bb0f0caa7c74b4dc005285',parents: [{ id: 'd5f913731d19758e6a24c9ada3018ff61dc11915' }]},{id: 'd5f913731d19758e6a24c9ada3018ff61dc11915', href: '/users/frank.willmore/repos/hdf5_der/commits/d5f913731d19758e6a24c9ada3018ff61dc11915',parents: [{ id: '81f7e6b1d3d1e1b4ef70c520e8296645b63923ba' }]},{id: '81f7e6b1d3d1e1b4ef70c520e8296645b63923ba', href: '/users/frank.willmore/repos/hdf5_der/commits/81f7e6b1d3d1e1b4ef70c520e8296645b63923ba',parents: [{ id: '6735f59f7d65a3d2d1821c5217fb3f9612cfed49' }]},{id: '6735f59f7d65a3d2d1821c5217fb3f9612cfed49', href: '/users/frank.willmore/repos/hdf5_der/commits/6735f59f7d65a3d2d1821c5217fb3f9612cfed49',parents: [{ id: '73465a6bc2ef74dd251dd87b89b5f363b2ef69ae' }]},{id: '73465a6bc2ef74dd251dd87b89b5f363b2ef69ae', href: '/users/frank.willmore/repos/hdf5_der/commits/73465a6bc2ef74dd251dd87b89b5f363b2ef69ae',parents: [{ id: '573d47083b4eeea7212f711b6b38cc35c87402e9' }]},{id: '573d47083b4eeea7212f711b6b38cc35c87402e9', href: '/users/frank.willmore/repos/hdf5_der/commits/573d47083b4eeea7212f711b6b38cc35c87402e9',parents: [{ id: '3fa8cd322fb9bbe10aa124fb65ab4786b284f357' }]},{id: '3fa8cd322fb9bbe10aa124fb65ab4786b284f357', href: '/users/frank.willmore/repos/hdf5_der/commits/3fa8cd322fb9bbe10aa124fb65ab4786b284f357',parents: [{ id: '429dce1736848df9eed38352ca266e2c886466ab' }]},{id: '429dce1736848df9eed38352ca266e2c886466ab', href: '/users/frank.willmore/repos/hdf5_der/commits/429dce1736848df9eed38352ca266e2c886466ab',parents: [{ id: '290dfb8799af532bb8f04eb62fc198ac6cfddd0e' }]},{id: '290dfb8799af532bb8f04eb62fc198ac6cfddd0e', href: '/users/frank.willmore/repos/hdf5_der/commits/290dfb8799af532bb8f04eb62fc198ac6cfddd0e',parents: [{ id: 'b6e694cb329c684a6b63dba92613c0ff24b859d2' }]},{id: 'b6e694cb329c684a6b63dba92613c0ff24b859d2', href: '/users/frank.willmore/repos/hdf5_der/commits/b6e694cb329c684a6b63dba92613c0ff24b859d2',parents: [{ id: '2a668bd0fcd9c9374a43d72a279a80a05ce7b369' }]},{id: '2a668bd0fcd9c9374a43d72a279a80a05ce7b369', href: '/users/frank.willmore/repos/hdf5_der/commits/2a668bd0fcd9c9374a43d72a279a80a05ce7b369',parents: [{ id: 'ad3e91f0c3b47f83e1dc2b37f2d195b0df6ae8f0' }]},{id: 'ad3e91f0c3b47f83e1dc2b37f2d195b0df6ae8f0', href: '/users/frank.willmore/repos/hdf5_der/commits/ad3e91f0c3b47f83e1dc2b37f2d195b0df6ae8f0',parents: [{ id: 'd527a825d4efa2335f2446f2a118de1f2cf93b76' }]},{id: 'd527a825d4efa2335f2446f2a118de1f2cf93b76', href: '/users/frank.willmore/repos/hdf5_der/commits/d527a825d4efa2335f2446f2a118de1f2cf93b76',parents: [{ id: 'd3dbcf313f1f75644f7232bdfe3c66abade1677f' }]},{id: 'd3dbcf313f1f75644f7232bdfe3c66abade1677f', href: '/users/frank.willmore/repos/hdf5_der/commits/d3dbcf313f1f75644f7232bdfe3c66abade1677f',parents: [{ id: '6d82d6c7cdb1c1449eb7783b3ecb7b50c0bc7949' }]},{id: '6d82d6c7cdb1c1449eb7783b3ecb7b50c0bc7949', href: '/users/frank.willmore/repos/hdf5_der/commits/6d82d6c7cdb1c1449eb7783b3ecb7b50c0bc7949',parents: [{ id: 'b40220174575adc12677ab9ab7ea46d533d2a041' }]},{id: 'b40220174575adc12677ab9ab7ea46d533d2a041', href: '/users/frank.willmore/repos/hdf5_der/commits/b40220174575adc12677ab9ab7ea46d533d2a041',parents: [{ id: 'a65212ed9fdbaee0aa80ce98f29db6888630f965' }]},{id: 'a65212ed9fdbaee0aa80ce98f29db6888630f965', href: '/users/frank.willmore/repos/hdf5_der/commits/a65212ed9fdbaee0aa80ce98f29db6888630f965',parents: [{ id: 'e8ffff6853704824579fbbf053f1819b239802c9' }]},{id: 'e8ffff6853704824579fbbf053f1819b239802c9', href: '/users/frank.willmore/repos/hdf5_der/commits/e8ffff6853704824579fbbf053f1819b239802c9',parents: [{ id: '6fdac87ac1483c0ef1cbfc29a801f2b0b9c241e2' }]},{id: '6fdac87ac1483c0ef1cbfc29a801f2b0b9c241e2', href: '/users/frank.willmore/repos/hdf5_der/commits/6fdac87ac1483c0ef1cbfc29a801f2b0b9c241e2',parents: [{ id: 'c7da369bfdbb595794194f931c85b83f88ffb253' }]},{id: 'c7da369bfdbb595794194f931c85b83f88ffb253', href: '/users/frank.willmore/repos/hdf5_der/commits/c7da369bfdbb595794194f931c85b83f88ffb253',parents: [{ id: '9a074a6679fa08b6aa07cc9d2599c51ddb22f514' }]},{id: '9a074a6679fa08b6aa07cc9d2599c51ddb22f514', href: '/users/frank.willmore/repos/hdf5_der/commits/9a074a6679fa08b6aa07cc9d2599c51ddb22f514',parents: [{ id: '18f671c064783d4274492106ccd7fa0ab8648621' }]},{id: '18f671c064783d4274492106ccd7fa0ab8648621', href: '/users/frank.willmore/repos/hdf5_der/commits/18f671c064783d4274492106ccd7fa0ab8648621',parents: [{ id: '964515961446b6e0968dbe40f0588f9a43e1717e' }]},{id: '964515961446b6e0968dbe40f0588f9a43e1717e', href: '/users/frank.willmore/repos/hdf5_der/commits/964515961446b6e0968dbe40f0588f9a43e1717e',parents: [{ id: 'ab33b7f34dbae5042eb720b106962677157d5c9c' }]},{id: 'ab33b7f34dbae5042eb720b106962677157d5c9c', href: '/users/frank.willmore/repos/hdf5_der/commits/ab33b7f34dbae5042eb720b106962677157d5c9c',parents: [{ id: 'e6702f2cae7a549e6b32e609e2fb66623ff7c5b5' }]},{id: 'e6702f2cae7a549e6b32e609e2fb66623ff7c5b5', href: '/users/frank.willmore/repos/hdf5_der/commits/e6702f2cae7a549e6b32e609e2fb66623ff7c5b5',parents: [{ id: '6cc1d95b5f1eabc70deb02eb3a73785919ff9d0f' }]},{id: '6cc1d95b5f1eabc70deb02eb3a73785919ff9d0f', href: '/users/frank.willmore/repos/hdf5_der/commits/6cc1d95b5f1eabc70deb02eb3a73785919ff9d0f',parents: [{ id: 'ca6ffd477d11268cb4d37174417befe6506ae47b' }]},{id: 'ca6ffd477d11268cb4d37174417befe6506ae47b', href: '/users/frank.willmore/repos/hdf5_der/commits/ca6ffd477d11268cb4d37174417befe6506ae47b',parents: [{ id: '26400c392b45a86e385905fd377e34603a31377a' }]},{id: '26400c392b45a86e385905fd377e34603a31377a', href: '/users/frank.willmore/repos/hdf5_der/commits/26400c392b45a86e385905fd377e34603a31377a',parents: [{ id: 'bd9c6d829acd95ba78b07c8d286eae81d74cd1c9' }]},{id: 'bd9c6d829acd95ba78b07c8d286eae81d74cd1c9', href: '/users/frank.willmore/repos/hdf5_der/commits/bd9c6d829acd95ba78b07c8d286eae81d74cd1c9',parents: [{ id: 'cbd0112b16e4da4811226beb03144db4c5ed10d2' }]},{id: 'cbd0112b16e4da4811226beb03144db4c5ed10d2', href: '/users/frank.willmore/repos/hdf5_der/commits/cbd0112b16e4da4811226beb03144db4c5ed10d2',parents: [{ id: '87bed2c75284cfb13a1e88f34e48103d6614eedc' }]},{id: '87bed2c75284cfb13a1e88f34e48103d6614eedc', href: '/users/frank.willmore/repos/hdf5_der/commits/87bed2c75284cfb13a1e88f34e48103d6614eedc',parents: [{ id: 'bfdf66356924857ed6b515bbc6a0bc150b2a221e' }]},{id: 'bfdf66356924857ed6b515bbc6a0bc150b2a221e', href: '/users/frank.willmore/repos/hdf5_der/commits/bfdf66356924857ed6b515bbc6a0bc150b2a221e',parents: [{ id: '1df7b415ab51697c3e5af31fcfc799c07c0b82b6' }]},{id: '1df7b415ab51697c3e5af31fcfc799c07c0b82b6', href: '/users/frank.willmore/repos/hdf5_der/commits/1df7b415ab51697c3e5af31fcfc799c07c0b82b6',parents: [{ id: '22d0d32716a588063970a7e412d69a2937118034' }]},{id: '22d0d32716a588063970a7e412d69a2937118034', href: '/users/frank.willmore/repos/hdf5_der/commits/22d0d32716a588063970a7e412d69a2937118034',parents: [{ id: '10f1e6acf8916a429f2cc925f49518cfc0015b6c' }]},{id: '10f1e6acf8916a429f2cc925f49518cfc0015b6c', href: '/users/frank.willmore/repos/hdf5_der/commits/10f1e6acf8916a429f2cc925f49518cfc0015b6c',parents: [{ id: '0befe65753b60e85891453dcbca373763a070419' }]},{id: '0befe65753b60e85891453dcbca373763a070419', href: '/users/frank.willmore/repos/hdf5_der/commits/0befe65753b60e85891453dcbca373763a070419',parents: [{ id: '9140500b86f1143e9d0684db553d796271bffc14' }]},{id: '9140500b86f1143e9d0684db553d796271bffc14', href: '/users/frank.willmore/repos/hdf5_der/commits/9140500b86f1143e9d0684db553d796271bffc14',parents: [{ id: '17893b24ea87ae013d88ab280e262cbde00e2815' }]},{id: '17893b24ea87ae013d88ab280e262cbde00e2815', href: '/users/frank.willmore/repos/hdf5_der/commits/17893b24ea87ae013d88ab280e262cbde00e2815',parents: [{ id: 'c617cbdfb05564890f5d76e0d5c9ea525ec27a09' }]}]);