Network

 
AuthorCommitMessageCommit Date
Mohamad ChaarawiMohamad Chaarawi
0943041b02aM[svn-r27830] - more fixes - another merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
69530fb2dc5[svn-r27827] build fixes.
Mohamad ChaarawiMohamad Chaarawi
9700bb6139dM[svn-r27824] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
6fd4104ce3e[svn-r27820] more fixes to paged aggregation.
Mohamad ChaarawiMohamad Chaarawi
14ea8dd2bdb[svn-r27797] - fix bug in MF shutdown code causing the unlink test to fail.
Mohamad ChaarawiMohamad Chaarawi
d1c0d168332M[svn-r27792] - update PB to correctly handle parallel metadata writes/reads. - Add cache settle function (still not working well with flush dependencies). - Fix paged aggregation to reuse existing pages for storing FS header and info on file close (still a little buggy). - merge from trunk (not very recent).
Mohamad ChaarawiMohamad Chaarawi
ab926ae730aM[svn-r27721] merge from trunk.
Mohamad ChaarawiMohamad Chaarawi
4b380fe4967[svn-r27667] resolve the cmake_ext_mod issue.
Mohamad ChaarawiMohamad Chaarawi
3684add52dbM[svn-r27666] - merge from MRA branch - move PONR setting to file dest - other fixes.
Mohamad ChaarawiMohamad Chaarawi
ffb28adcbf8[svn-r27665] - add point of no return for FS flush.
Mohamad ChaarawiMohamad Chaarawi
2a6f6e13daeM[svn-r27664] merge from trunk.. finally.
Mohamad ChaarawiMohamad Chaarawi
b9821ae3aa6[svn-r27610] patch in the page buffer changes.
Mohamad ChaarawiMohamad Chaarawi
a3375f5f9cd[svn-r27181] fix bug in mf test.
Quincey KoziolQuincey Koziol
107e2ed6492M[svn-r27177] Description: Update branch against r27175 on trunk. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
f51ddcb913aM[svn-r27175] Description: Bring changes from trunk through r27161 to branch. Tested on: MacOSX/64 10.10.3 (amazon) w/parallel & serial Linux/32 2.6.x (jam) w/parallel & serial
Quincey KoziolQuincey Koziol
45bd9291149[svn-r24601] Description: Minor cleanups Tested on: Mac OSX/64 10.9.1 (amazon) w/debug, C++, FORTRAN, thread-safe & build-all (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
bf671c693e9[svn-r24600] Description: Refactor space allocation routines between H5FD & H5F layers, and make space allocation for H5MF_alloc_pagefs more efficient and straightforward. Tested on: Mac OSX/64 10.9.1 (amazon) w/debug, C++, FORTRAN, thread-safe & build-all (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
34bc7713615[svn-r24597] Description: Another set of incremental revisions during review. Tested on: Mac OSX/64 10.9.1 (amazon) w/C++, FORTRAN, gcc 4.8.1, thread-safe and build-all (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
952412d818d[svn-r24596] Description: Initial set of revisions, as preparing to bring feature back to trunk after review. Tested on: Mac OSX/64 10.9.1 (amazon) w/C++, FORTRAN, thread-safe & build-all (h5committest not required for this branch)
Quincey KoziolQuincey Koziol
f9087d1f9f5M[svn-r24595] Description: Sync w/trunk as of r24594. Tested on: Mac OSX/64 10.9.1 (amazon) w/C++, FORTRAN, thread-safe, debug and build-all (h5committest not required on this branch)
Vailin ChoiVailin Choi
f4043ef0681[svn-r23560] Modifications due to changes in file space handling strategies: H5F_FSPACE_STRATEGY_AGGR -- Aggregation: mechanisms are free-space managers, aggregators, and virtual file driver H5F_FSPACE_STRATEGY_PAGE -- Paged aggregation: mechanisms are free-space managers with embedded paged aggregation and virtual file driver H5F_FSPACE_STRATEGY_NONE -- No aggregation: mechanisms are free-space managers and virtual file driver Tests and tools are changed accordingly.
Vailin ChoiVailin Choi
f46eb4ba374[svn-r23285] 1) tools: h5stat, h5dump, h5repack (add new option) 2) Modifications to allow user to disable file space paging via H5Pset_file_space_page_size()
Vailin ChoiVailin Choi
a8caccd2022[svn-r23231] Changes for backward/forward compatibility: 1) Enable "mark if unknown" flag when creating the file space info message 2) Use default file space management if the file space info message is marked as "unknown" 3) Generate test files that are copied to 1.8 branch, opened/modified by 1.8 library, and then copied back to the trunk for compatibility test via test_filespace_round_compatible().
Vailin ChoiVailin Choi
077631b7801[svn-r23215] 1) Tests in test/mf.c, test/tfile 2) Clean up debugging information 3) Various bug fixes while working on tests
Vailin ChoiVailin Choi
83fb5f21357[svn-r23124] Initial checkin for the new file space management. Still need work for the following-- 1) The tests in test/mf.c, test/tfile.c, test/freespace.c 2) Debugging information for file space + src/H5MFdbg.c 3) Address the problem about the allocation of section info at file closing--see routines H5MF_realloc_thefs(), H5MF_alloc_pagefs() and H5FS_alloc_sect().
Richard WarrenRichard Warren
bef42708d2cRestore a local variable delaration for non MPI_V3 compilations modified: src/H5Smpio.c
Richard WarrenRichard Warren
51b094171c7Commit the modified files modified: src/H5Smpio.c modified: testpar/Makefile.am
Richard WarrenRichard Warren
7484ef7e0cdCreated a new branch in preparation of a code review
Allen ByrneAllen Byrne
1a1bdc1219aMMerge pull request #324 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'cceddc6b4f002fe98470f9f6af5dbf9f6461c95a': Correct result code for strings test Add extension to filename HDFFV-10128 fix string compare and add tests Lowercase math and set CMake commands
Allen ByrneAllen Byrne
cceddc6b4f0Correct result code for strings test
Allen ByrneAllen Byrne
eebe786cca0Add extension to filename
Allen ByrneAllen Byrne
9e75847d67dHDFFV-10128 fix string compare and add tests
Allen ByrneAllen Byrne
713f0f3721cLowercase math and set CMake commands
Allen ByrneAllen Byrne
0df90f9f796MMerge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
Allen ByrneAllen Byrne
f4dd30f41ccUpdate CMake formatting
Allen ByrneAllen Byrne
2562ec3a4b5Update CMake files and formatting
Allen ByrneAllen Byrne
03835974635HDFFV-10120 verify nozlib checking with tools tests
Allen ByrneAllen Byrne
cae5e0ad077cmake non-code typo
Quincey KoziolQuincey Koziol
a04bf9bf7faMMerge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to develop * commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes.
Quincey KoziolQuincey Koziol
5df52404bc6Misc. small cleanups to sync against incoming page buffering changes.
Dana RobinsonDana Robinson
82e2f9acbdaMMerge pull request #320 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'acdd8463bf97f84f9d50e10b16bfd3e3945207c1': Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
Dana RobinsonDana Robinson
acdd8463bf9Added "flush" and "refresh" to testflushrefresh.sh error output so it's easier to see where errors in the script occur.
Quincey KoziolQuincey Koziol
046e64a9bd7MMerge pull request #318 in HDFFV/hdf5 from merge_page_buffering_06 to develop * commit '90a0d07f099831f5b6070fa647dab86dacc0aaad': Normalize against incoming page buffering changes.
Quincey KoziolQuincey Koziol
90a0d07f099Normalize against incoming page buffering changes.
Quincey KoziolQuincey Koziol
a49bd13da3fMMerge pull request #316 in HDFFV/hdf5 from merge_page_buffering_05 to develop * commit 'cf932610999de00867c0a0bb3a08ee3bbf39a158': Correct issues from pull request reviews. Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes. Revert "Fix some more signed -> unsigned value issues with cache data structures, also"
Quincey KoziolQuincey Koziol
cf932610999Correct issues from pull request reviews.
Quincey KoziolQuincey Koziol
5db402afbb6Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0: Fix some more signed -> unsigned value issues with cache data structures, also misc. style cleanups. All to align w/incoming page_buffering changes.
Quincey KoziolQuincey Koziol
e5fb4191de1Revert "Fix some more signed -> unsigned value issues with cache data structures, also" This reverts commit 4b5e05c084f93c35dae946c2c9e814d565a613b0.
Allen ByrneAllen Byrne
dfad2e1b079MMerge pull request #315 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '8d909320bf752baa32c13c0d4e2a29985a0e923b': Added virtual to list mpich module file is in env var
Allen ByrneAllen Byrne
8d909320bf7Added virtual to list