Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
85cf58b5181Fixed wayward parentheses in H5Sprivate.h. (cherry picked from commit 4175847a199ae95d5a201d52c3452cc8bc7e82bf)
Dana RobinsonDana Robinson
f89df7684caUpdated the icc flags (C flags only). (cherry picked from commit 1c5029f21b51977d26b26fd3540065f36d97c683)
Dana RobinsonDana Robinson
2073bf2115fChange dlopen from RTLD_NOW to RTLD_LAZY (cherry picked from commit ae59766fc981ff64236e461cebe3f193c7fd6a51)
Vailin ChoiVailin Choi
80b492e7d10MMerge pull request #187 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '7ebca389b6f361ac5541228c3b9d0171296c834d': Modifications to fix bugs when extending and shrinking large-sized sections (1) When extending a large-sized block at EOA, put the mis-aligned fragment into the free-space manager. (2) When shrinking large-sized sections, free only full pages and retain partial page in the free-space manager. The above is done to keep EOA at page boundary.
Vailin ChoiVailin Choi
7ebca389b6fModifications to fix bugs when extending and shrinking large-sized sections (1) When extending a large-sized block at EOA, put the mis-aligned fragment into the free-space manager. (2) When shrinking large-sized sections, free only full pages and retain partial page in the free-space manager. The above is done to keep EOA at page boundary.
Vailin ChoiVailin Choi
056be9e9179MMerge pull request #180 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit 'cf50e8f51888526c6f25ef803eaaafce005a691d': Changes for making large sized allocations end on page boundary 1) Changes to make large sized allocations end on page boundary 2) Add eoa field to fsinfo message Need to address tests that are commented out in test/mf.c, test/tfile.c, test/tpage_buffer.c and testpar/t_file.c. Tested on moohan, mayll, kite, emu, osx1010test, ostrich, platypus,...
Vailin ChoiVailin Choi
cf50e8f5188MMerge branch 'page_buffering' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into page_buffering Changes to make large sized allocations end on page boundary. Add eoa field to fsinfo message.
Vailin ChoiVailin Choi
62ab9ae238eMMerge pull request #174 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '26c1f1f34f2f38a4a7e1df8b22b2780fceda41d4': Remove "struct{}fs" from H5F_file_t structure Remove all references to the fs structure. Tested on moohan, platypus, ostrich, emu, osx1010test, quail, kituo, mayll, kite.
Vailin ChoiVailin Choi
0ce5e6fbbafChanges for making large sized allocations end on page boundary 1) Changes to make large sized allocations end on page boundary 2) Add eoa field to fsinfo message Need to address tests that are commented out in test/mf.c, test/tfile.c, test/tpage_buffer.c and testpar/t_file.c. Tested on moohan, mayll, kite, emu, osx1010test, ostrich, platypus, quail, kituo.
Vailin ChoiVailin Choi
26c1f1f34f2Remove "struct{}fs" from H5F_file_t structure Remove all references to the fs structure. Tested on moohan, platypus, ostrich, emu, osx1010test, quail, kituo, mayll, kite.
Vailin ChoiVailin Choi
7299ea73217MMerge pull request #157 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '839ea752138f00a9769eabf27ce85604d3ad3ac5': 1) Modifications made to handle split/multi driver in paged aggregation 2) Refactor coding for paged aggreation 3) Modify test/mf.c, test/tpage_buffer.c, test/tfile.c to test for split/multi drivers for paged aggreation 4) Tidy up indentation/tabstop Tested on osx1010test, kite, kituo, mayll, platypus, ostrich, moohan, quail, emu.
Vailin ChoiVailin Choi
839ea7521381) Modifications made to handle split/multi driver in paged aggregation 2) Refactor coding for paged aggreation 3) Modify test/mf.c, test/tpage_buffer.c, test/tfile.c to test for split/multi drivers for paged aggreation 4) Tidy up indentation/tabstop Tested on osx1010test, kite, kituo, mayll, platypus, ostrich, moohan, quail, emu.
Allen ByrneAllen Byrne
e3da905e483MMerge pull request #97 in HDFFV/hdf5 from ~BYRN/hdf5_adb:page_buffering to page_buffering * commit 'cefc1ad9a11dd19e97d09a49089294070fad5c2a': Add new testfiles
Allen ByrneAllen Byrne
cefc1ad9a11Add new testfiles
Vailin ChoiVailin Choi
a69990255acMMerge pull request #88 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit 'dae45962bf7d92f5c81762bbd5ca5f4617226761': (114 commits) Add missing EXPORT tag in INSTALL command Fixed Windows dsets.c test failure. Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new" Revert "Fixed Windows test failures." Fixed Windows test failures. Correct text - missing GIT option Correct text - missing GIT option Remove test only tools from exports Fi...
Vailin ChoiVailin Choi
dae45962bf7MMerge branch 'develop' into page_buffering Merge trunk to page_buffering branch: up till b6bb7c123a0 dated Oct 17, 2016. Tested on kite, osx1010test, kituo, mayll, emu, platypus, ostrich, moohan, quail. Conflicts: src/H5Fint.c test/Makefile.am
Vailin ChoiVailin Choi
1c4f767c397MMerge pull request #86 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '9c615ea1d104bb7062ead60df43edbe1c926aa3d': Fix CMakeLists.txt Fix src/CMakeLists.txt; tested on moohan and osx1010test.
Vailin ChoiVailin Choi
9c615ea1d10Fix CMakeLists.txt Fix src/CMakeLists.txt; tested on moohan and osx1010test.
Vailin ChoiVailin Choi
f572a36b552MMerge pull request #83 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit 'bf15ce821a92834470cb99b9fb1a4eff92ffd756': Fix MANIFEST and CMakeLists.txt files 1) Add new files to MANIFEST 2) Remove obsolete HDF5 test files in test/ 3) Update src/CMakeLists.txt and test/CMakeLists.txt Tested on mayll, moohan, kite, quail.
Vailin ChoiVailin Choi
bf15ce821a9Fix MANIFEST and CMakeLists.txt files 1) Add new files to MANIFEST 2) Remove obsolete HDF5 test files in test/ 3) Update src/CMakeLists.txt and test/CMakeLists.txt Tested on mayll, moohan, kite, quail.
Allen ByrneAllen Byrne
39b2a71b717MMerge pull request #82 in HDFFV/hdf5 from ~BYRN/hdf5_adb:page_buffering to page_buffering * commit '559a866c7a419aad49eeeab3f5dd4c78f32513f6': Add PB files
Allen ByrneAllen Byrne
559a866c7a4Add PB files
Vailin ChoiVailin Choi
3d8d6e0534eMMerge pull request #36 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit '424161b29e1c20d1fffdd8a2b77e18de21e02cb1': Fix for test_page_alignment in test/mf.c for stdio driver The calculation of alignment is pushed up from the driver layer to H5FD_alloc() layer. This is done so that the alignment addr and size can be returned to the H5MF layer without changing the H5FD public interface. src/H5MF.c and src/H5MFsection.c: modifications are mainly related to the ...
Vailin ChoiVailin Choi
424161b29e1Fix for test_page_alignment in test/mf.c for stdio driver The calculation of alignment is pushed up from the driver layer to H5FD_alloc() layer. This is done so that the alignment addr and size can be returned to the H5MF layer without changing the H5FD public interface. src/H5MF.c and src/H5MFsection.c: modifications are mainly related to the change for vim tabstop settings. Tested on ostrich, platypus, mayll, kituo, emu, osx1010test, quail.
Vailin ChoiVailin Choi
c6d33010b3eMMerge pull request #16 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:page_buffering to page_buffering * commit 'e056814923e43ede4850b76835c0f893e0864d36': (22 commits) Removed -p option from invocation of autogen.sh by h5vers script to allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS. Add bin/pkgscrpts files to MANIFEST. dd bin/pkgscrpts directory with scripts to package deployed unix binaries into tarfiles. Added .gitignore and .gitattributes files with contents from the las...
Vailin ChoiVailin Choi
e056814923eMMerge branch 'develop' into page_buffering Merge from trunk till d9489260e4c (9/2/2016) Conflicts: tools/h5repack/h5repack_main.c
Mohamad ChaarawiMohamad Chaarawi
9dde8e851e9MMerge pull request #10 in HDFFV/hdf5 from ~CHAARAWI/hdf5:page_buffering to page_buffering * commit 'e7b259e865e9723508b99d9719a25465c6de17d4': fix indent. minor fixes. fix merge bugs.
chaarawichaarawi
e7b259e865efix indent.
chaarawichaarawi
312bda49bf3minor fixes.
chaarawichaarawi
94f7f14d0c0fix merge bugs.
Vailin ChoiVailin Choi
0a8408a8bdbM[svn-r30320] Bring revisions #30245 - #30306 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
14e572050f6M[svn-r30253] Bring revisions #30127 - #30245 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
19936c00de0M[svn-r30248] Bring revision #29985 - #30127 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
9b200e92a4eM[svn-r30230] Bring revisions #29857 - 29985 from trunk to page_buffering branch. In addition, fixes to h5format_convert & related routines (H5MF.c & H5F.c) based on current file space strategies. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
d6f9cf22165M[svn-r30227] Bring revisions #29743 - #29857 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
5f7b0eb61c6M[svn-r30226] Bring revisions #29603 - #29743 from trunk to page_buffering branch. In addition, clean up test/dsets.c, objcopy.c, unlink.c and fillval.c on the setting of file space strategy. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
03369a9536bM[svn-r30223] Bring revisions #29266 - #29603 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
1683bf29a41M[svn-r30222] Bring revisions #29096 - #29266 from trunk to page_buffering branch. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail. The test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" still needs to be addressed.
Vailin ChoiVailin Choi
32c7d97f0a8M[svn-r30221] Bring revisions #29057 - #29096 from trunk to page_buffering branch. Tested on mayll, platypus, emu, osx1010test, moohan, kituo, kite, ostrich, quail. There is one new test failure: testpar/test_page_buffer_access (testpar/t_file.c) related to "entry_ptr->coll_access" that needs to be addressed.
Vailin ChoiVailin Choi
1c48ec41d2aM[svn-r30218] Bring revisions #29050 - #29057 from trunk to page_buffering branch. Tested on platypus, mayll, osx1010test, emu, moohan, kituo, ostrich, kite, quail.
Vailin ChoiVailin Choi
d384f87698bM[svn-r30203] Bring revisions #29019 - #29050 from trunk to page_buffering branch. Tested on playtypus, mayll, emu, osx1010test, moohan, kituo, kite, ostrich, quail. There is a new "fortranlib_test" failure: due to merge of #29041 in trunk; the checkin was reverted later in #29084.
Vailin ChoiVailin Choi
2182b54235dM[svn-r30169] Bring revisions #28730 - #29019 from trunk to page_buffering branch. Tested on osx1010test, emu, quail, kituo, mayll, moohan, platypus, ostrich and kite.
Vailin ChoiVailin Choi
4a3ebc90f98M[svn-r30168] Bring revisions #28138 - #28730 from trunk to page_buffering branch. Tested on osx1010test, emu, quail, kituo, mayll, moohan, platypus, ostrich, kite.
Vailin ChoiVailin Choi
a067eae4eaaM[svn-r30167] Bring revisions #28132 - 28138 from trunk to page_buffering branch. Tested on emu, osx1010test, platypus, moohan, kituo, mayll, kite, ostrich and quail.
Vailin ChoiVailin Choi
085885a8d4d[svn-r30165] Fixed paged aggregation file space setting for latest format to be the same as the library default. Tested on emu, osx1010test, platypus, moohan, kituo, mayll, kite, ostrich, quail.
Vailin ChoiVailin Choi
03ef850d05cM[svn-r30150] Bring revisions #27927 - #28132 from trunk to page_buffering branch. There are 2 failures before this merge from trunk: test/mf.c and test/earray.c. Tested on osx1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
Mohamad ChaarawiMohamad Chaarawi
7c613b810ad[svn-r30146] fix non-parallel build.
Mohamad ChaarawiMohamad Chaarawi
f938594e060M[svn-r27977] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
eee8a0a3490M[svn-r27845] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
92847ecd0efM[svn-r27843] merge from trunk + regenerate plist files.