summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24499] Checking in files before tagging deliverable for SWMR Phase II ↵DLS_20131204Elena Pourmal2013-12-042-2/+2
| | | | task 1 (DLS)
* [svn-r24497] Updated MANIFEST with POSIX ordering reportsElena Pourmal2013-12-041-0/+2
|
* [svn-r24478] Description:Quincey Koziol2013-11-3032-1067/+1165
| | | | | | | | | Review Vailin's "metadata retry" code and make various cleanups to it. Also, disallow SWMR access for non-latest format and for non-POSIX VFDs. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8 and make check-vfd
* [svn-r24474] Added test results of Linux with local (ext3 and ext4) and NFS ↵Albert Cheng2013-11-282-0/+0
| | | | filesystems.
* [svn-r24469] POSIX Order Write Test report.Albert Cheng2013-11-262-0/+0
|
* [svn-r24462] Bring revision #24457 from revise_chunks.Vailin Choi2013-11-22110-932/+3398
|
* [svn-r24459] Checkin for bug fix SWMR-11: used message file to coordinate ↵Vailin Choi2013-11-2137-284/+438
| | | | | | | | | test runs for h5watch. The changes were initially done as part of the file locking implementation. This is a merge from the revise_chunks #24454. In addition, a bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files
* [svn-r24414] Fixed failure of dsets test when --enable-production is set. ↵Dana Robinson2013-11-071-52/+63
| | | | | | | | Fixes SWMR-12. Also fixed a few minor warnings in dsets.c. Tested on: jam (very minor test code change)
* [svn-r24409] Maintenance: Bumped the version after creating a release tar ↵Elena Pourmal2013-11-066-19/+19
| | | | ball for DLS.
* [svn-r24399] Removed the need to include getopt.h which is already defined ↵Albert Cheng2013-11-011-1/+0
| | | | | | | | in POSIX.2. unistd.h includes getopt definitions. Test: h5committest being run--it passes the make part already.
* [svn-r24356] Bring revision #24337 from revise_chunks.Vailin Choi2013-10-24109-852/+1062
| | | | h5committested.
* [svn-r24354] Bring revision #24336 from revise_chunks.Vailin Choi2013-10-24149-1261/+3082
| | | | h5committested.
* [svn-r24353] Fixes for parameter declarations and warnings.Vailin Choi2013-10-249-76/+81
|
* [svn-r24332] Bring revision #24330 from revise_chunks. h5committested.Vailin Choi2013-10-1849-4680/+6267
|
* [svn-r24331] Changes to track metadata read retries for metadata items with ↵Vailin Choi2013-10-1825-181/+1092
| | | | | | | checksum. Implement new public routine H5Fget_metadata_read_retries_info(). h5committested.
* [svn-r24327] Changed the version subrelease string to "swmr_chksum0" so that ↵Albert Cheng2013-10-186-19/+19
| | | | | | | | this branch can be identified with this unique string. Tested: Koala passed.
* [svn-r24324] Bring revision #24094 from revise_chunks. h5committested.Vailin Choi2013-10-172-0/+1
|
* [svn-r24310] Bring revision #24293 from revise_chunks.Vailin Choi2013-10-1641-160/+280
| | | | h5committested.
* [svn-r24306] Created a user instruction for running the POSIX Order test.Albert Cheng2013-10-161-0/+94
|
* [svn-r24305] Preceding committed version was a mistake. Comitting this in to ↵Albert Cheng2013-10-161-87/+41
| | | | | | restore it back to previus version.
* [svn-r24304] Removed the iteration (-i) option since it does not make sense ↵Albert Cheng2013-10-162-56/+91
| | | | | | | | | to for the writer process to rewrite the data file while the reader process may still be reading linked blocks of the previous iteration. Tested: jam
* [svn-r24299] Merge r24294 and r24295 from branches/revise_chunks.Albert Cheng2013-10-152-30/+168
| | | | | | | | | | | twriteorder.c: Add option parsing support to allow running with different parameter values. test_usecases.sh.in: Add the write order test here temporary. Need to move it to a permenant place later. tested: koala
* [svn-r24298] Merge r24096 from revise_chunks branch.Albert Cheng2013-10-151-9/+274
| | | | | | A first implementation of the POSIX order tests. Tests: passed in koala.
* [svn-r24297] Merge r24067 from branches/revise_chunks.Albert Cheng2013-10-154-23/+103
| | | | | | | | Creating the test program of order of writes. For now, it is just a dummy program. Checking it in so that I can check them out for my Mac laptop to work on offsite. tested: koala
* [svn-r24279] Merge of r24278 from revise_chunks.Dana Robinson2013-10-1010-48/+201
| | | | | | | Changes the MD cache so that writing v-1 B-tree nodes under SWMR semantics will fail. Tested on: jam (previously tested on more platforms)
* [svn-r24263] Changes to do re-reads for metadata with checksums when a file ↵Vailin Choi2013-10-0827-495/+1484
| | | | | | | | | | | is opened with SWMR access. There are debugging printfs which will be removed when coding is finalized. Also some bug fixes: 1) accum.c--clean up some warning messages and use new_argv/new_envp for the call to execve. 2) hl/tools/h5watch--clean up some warning messages and a bug fix for h5watch.c. This checkin is awaiting code review feedback.
* [svn-r24160] Bring revision #24064 from revise_chunks to Vailin Choi2013-09-182-33/+67
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revise_chksum_retry. h5committested. Only these two files have content changes: test/use_common.c, test/use.h. This line, and those below, will be ignored-- _M . _M tools/h5dump/testh5dumppbits.sh.in _M tools/testfiles/tcmpdattrintsize.ddl _M tools/testfiles/tcmpdattrintsize.h5 _M tools/testfiles/charsets.h5 _M tools/testfiles/tattrintsize.ddl _M tools/testfiles/charsets.ddl _M tools/testfiles/tcmpdintsize.h5 _M tools/testfiles/tattrintsize.h5 _M tools/testfiles/tcmpdintsize.ddl _M tools/h5diff/testfiles/h5diff_473.txt _M tools/h5diff/testfiles/h5diff_475.txt _M tools/h5diff/testfiles/h5diff_472.txt _M tools/h5diff/testfiles/h5diff_474.txt _M tools/h5diff/testfiles/h5diff_471.txt _M tools/h5import/testfiles/txtuin16.txt _M tools/h5import/testfiles/txtin8.txt M test/use_common.c M test/use.h _M config/cmake/HDF5CXXTests.cpp
| * [svn-r24064] Purpose:Dana Robinson2013-08-232-33/+67
|/ | | | | | | | | | | | | | Updates the use_append_mmchunks test to use the most recent file format. This switches the chunk index type from version 1 B-tree (which is not SWMR-safe due to the lack of a checksum) to extensible array. This fixes the SWMR-6 issue in JIRA. Also cleaned up the code a little so it compiles without warnings. Tested on: jam (32-bit linux)
* [svn-r24062] Bring revisions #24030 - 24058 from trunk to revise_chunks.Vailin Choi2013-08-2323-248/+559
| | | | h5committested.
* [svn-r24061] Bring revisions # 24029 - 24030 from trunk to revise_chunks.Vailin Choi2013-08-2213-683/+572
| | | | h5committested.
* [svn-r24060] Bring revisions #24002 - 24029 from trunk to revise_chunks.Vailin Choi2013-08-22103-8991/+9500
| | | | h5committested.
* [svn-r24049] Bring revisions #23988 - 24002 from trunk to revise_chunks.Vailin Choi2013-08-2129-236/+563
| | | | h5committested.
* [svn-r24048] Bring revisions #23986 - 23988 from trunk to revise_chunks.Vailin Choi2013-08-2111-207/+200
| | | | h5committested.
* [svn-r24040] Bring revisions #23984 - 23986 from trunk to revise_chunks.Vailin Choi2013-08-209-16/+90
| | | | h5committested.
* [svn-r24034] Bring revisions #23977 - 23984 from trunk to revise_chunks.Vailin Choi2013-08-2010-7/+113
| | | | h5committested.
* [svn-r24031] Bring revisions #23950 - 23977 from trunk to revise_chunks.Vailin Choi2013-08-1957-415/+1370
| | | | h5committested.
* [svn-r23961] Bring revisions #23862 - 23953 from trunk to revise_chunks.Vailin Choi2013-08-0125-438/+551
| | | | h5committested.
* [svn-r23959] Bring revisions #23745 - 23862 from trunk to revise_chunks.Vailin Choi2013-07-31121-428/+956
| | | | h5committested.
* [svn-r23954] Bring revisions #23715 - 23745 from trunk to revise_chunks.Vailin Choi2013-07-3159-69/+252
| | | | h5committested.
* [svn-r23951] Bring revisions #23713 - 23715 from trunk to revise_chunks.Vailin Choi2013-07-311-4/+12
| | | | h5committested.
* [svn-r23948] Bring revisions #23670 - 23713 from trunk to revise_chunks.Vailin Choi2013-07-3096-1581/+1920
| | | | h5committested.
* [svn-r23946] Bring revisions #23597 - #23670 from trunk to revise_chunks.Vailin Choi2013-07-3043-766/+1507
| | | | h5committested.
* [svn-r23857] Updated with ./test/AtomicWriterReader.txt.Albert Cheng2013-07-021-0/+1
|
* [svn-r23852] Added a user instruction of the atomic test.DLS_20130630Albert Cheng2013-06-301-0/+48
|
* [svn-r23851] Bug fix: after printing usage for -h option, it should have ↵Albert Cheng2013-06-301-0/+1
| | | | | | | | | ended the program. Solution: added exit(0) after usage(). This is not a good fix but will work for now. Test: jam.
* [svn-r23848] Bug fix:Albert Cheng2013-06-291-1/+1
| | | | | | | | The script execute the program by just $program which will not work if the user does not have "." in the $PATH. Changed it to "./$program" to avoid this problem. Tested: koala.
* [svn-r23828] Fix 2 bugs for SWMR access:Vailin Choi2013-06-268-97/+556
| | | | | | 1) H5O_load() in H5Ocache.c: when reading a block that is > spec_read siez, read the whole block in again and possibly decode the header. 2) H5F_accum_write() in H5Faccum.c: for a large write that is >= H5F_ACCUM_MAX_SIZE, flush the metadata in the accumulator first before the write. Tests are added to test/ohdr.c and test/accum.c. h5committested.
* [svn-r23802] Added use case 1.9, Appending n-1 dimensional planes.Albert Cheng2013-06-211-0/+37
|
* [svn-r23792] Added use case 1.8, use_append_mchunks.Albert Cheng2013-06-181-66/+161
|
* [svn-r23777] Implement SWMR-5:Albert Cheng2013-06-151-1/+10
| | | | | | | | Replace H5Fflush in writer with H5Dflush and file close/reopen with H5Drefresh. Use cases seem to run faster. Keeping the old code so that later on, I may test the performance between the two. Tested: koala.