summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25323] Add h5ff_client_analysis2 test/exampleJerome Soumagne2014-06-184-1/+712
|
* [svn-r25322] Fix typo in hdf5.h and include H5ASpublic.hJerome Soumagne2014-06-181-3/+4
|
* [svn-r25316] Brought up to current version I'm running (known by some as ↵Ruth Aydt2014-06-181-265/+690
| | | | | | | | | | | | | | | | | | | | | ...datasets2.c) Usage is: printf( "Usage: %s [-c cols_per_row] [-w rows_per_write] [-r rows_per_read] [-b rows_per_rank] [-i num_iterations] [-p persist_rate] [-e] [-L] [-P] [-S] [-d] [-v] \n", app ); printf( "\tc: number of columns per row (each cell is 8 bytes)\n" ); printf( "\tw: number of rows per write per rank\n" ); printf( "\tr: number of rows per read per rank\n" ); printf( "\tb: number of rows in each rank's block (if not multiple of w or r, may not be fully written or read)\n" ); printf( "\ti: number of iterations to do writes/commit/[persist/evict/prefetch/reads/evict]\n" ); printf( "\tp: persist rate; for /DP and /DS, also impacts evict/prefetch/read/evict\n" ); printf( "\te: enable checksums on raw data in H5Datasets\n" ); printf( "\tL: create /DL dataset - data will not be evicted (created by default if no /DP nor /DS)\n" ); printf( "\tP: create /DP dataset - data will be evicted, replica prefetched, reads from replica\n" ); printf( "\tS: create /DS dataset - data will be evicted, reads from storage (DAOS)\n" ); printf( "\td: print detailed timing information for each read and write operation\n" ); printf( "\tv: verbose output of data values - intended for use only with small arrays and few iterations\n" ); More changes to come, but wanted to get this one committed.
* [svn-r25315] another merge from VOL branch to fix fortran problems..Mohamad Chaarawi2014-06-1814-1690/+3278
|\
| * [svn-r25314] another merge to fix fortran problems..Mohamad Chaarawi2014-06-1813-1690/+3276
| |\
| | * [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file.Allen Byrne2014-06-181-3/+7
| | | | | | | | | | | | Tested: local linux
| | * [svn-r25310] Add max time for VFD objcopy testAllen Byrne2014-06-181-0/+1
| | |
| | * [svn-r25304] Fixes latest check-in errors for:Scot Breitenfeld2014-06-173-44/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran2003 *jam: pgi, --enable-fortran2003 *emu: sun, --enable-fortran2003
| | * [svn-r25302] Add nounistd option to flex command for windows caompatibilityAllen Byrne2014-06-176-15/+7
| | |
| | * [svn-r25300] Add flex / bison commands to bin script and regenerate hl files ↵Allen Byrne2014-06-166-1641/+3231
| | | | | | | | | | | | | | | | | | | | | using latest versions. No other files touched. Tested: h5committest
| | * [svn-r25299] correct case of CMake commandsAllen Byrne2014-06-161-1/+1
| | |
| | * [svn-r25294] added implicit noneScot Breitenfeld2014-06-161-0/+1
| | |
* | | [svn-r25308] Add support for integrate scriptJerome Soumagne2014-06-171-1/+110
| | |
* | | [svn-r25306] view and analysis shipping fixes and optimizations.Mohamad Chaarawi2014-06-176-43/+199
| | |
* | | [svn-r25305] minor fixes.Mohamad Chaarawi2014-06-171-5/+12
| | |
* | | [svn-r25303] Split H5Qget_match_op into H5Qget_type and H5Qget_match_opJerome Soumagne2014-06-174-22/+89
| | | | | | | | | | | | | | | | | | Track type of combined queries H5Qget_type can be called on combined queries Update example
* | | [svn-r25301] - Update analysis shipping and View generation to use new ↵Mohamad Chaarawi2014-06-176-37/+133
| | | | | | | | | | | | | | | | | | | | | Hyperslab API extensions - fix bugs with irregular hyperslab selections when converting to IOD slabs - update dataset I/O to use IOD list I/O APIs.
* | | [svn-r25298] run reconfigure.Mohamad Chaarawi2014-06-1642-17/+280
| | |
* | | [svn-r25297] Include H5Sprivate.h in ALACRITY pluginJerome Soumagne2014-06-161-0/+1
| | |
* | | [svn-r25296] Fix client index container nameJerome Soumagne2014-06-162-2/+6
| | |
* | | [svn-r25295] Add support for FastBit index pluginJerome Soumagne2014-06-169-6/+443
| | |
* | | [svn-r25293] another merge from VOL branch to fix fortran issues.Mohamad Chaarawi2014-06-165-10/+63
|\ \ \ | |/ /
| * | [svn-r25292] another merge to fix fortran issues.Mohamad Chaarawi2014-06-165-10/+63
| |\ \ | | |/
| | * [svn-r25291] Fix for:Scot Breitenfeld2014-06-161-1/+6
| | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
| | * [svn-r25290] Fix for:Scot Breitenfeld2014-06-164-9/+57
| | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* | | [svn-r25289] merge from VOL branch.Mohamad Chaarawi2014-06-1634-144/+807
|\ \ \ | |/ /
| * | [svn-r25288] merge from trunk.Mohamad Chaarawi2014-06-1634-144/+807
| |\ \ | | |/
| | * [svn-r25287] Fix for:Scot Breitenfeld2014-06-162-0/+126
| | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
| | * [svn-r25286] Fix for:Scot Breitenfeld2014-06-1615-71/+613
| | | | | | | | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
| | * [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-1517-880/+880
| | |
| | * [svn-r25283] Description:Quincey Koziol2014-06-146-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest)
| | * [svn-r25282] remove obsolete fileAllen Byrne2014-06-131-5/+0
| | |
* | | [svn-r25281] fix bugs with latest merge.Mohamad Chaarawi2014-06-134-12/+279
| | |
* | | [svn-r25280] merge from latest VOL/trunk branch.Mohamad Chaarawi2014-06-13406-14829/+17120
|\ \ \ | |/ /
| * | [svn-r25275] merge from trunk.Mohamad Chaarawi2014-06-1336-2215/+4345
| |\ \ | | |/
| | * [svn-r25274] Adds #defines that ensures that DllMain is only compiled in ↵Dana Robinson2014-06-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | when the thread-safe shared library is built on Windows. Fixes HDFFV-8837. Tested on 64-bit Windows 7 with VS2012.
| | * [svn-r25273] Description:Quincey Koziol2014-06-1334-3035/+5135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring in Chao/Neil/my changes to optimize hyperslab selection operations further, along with 3 new public API routines: H5Scombine_hyperslab(), H5Sselect_select() and H5Scombine_select(), along with many minor cleanups to the code and fixing a few compiler warnings. Tested on: Mac OSX/64 10.9.3 w/gcc 4.9.x and parallel w/OpenMPI (h5commttest forthcoming)
| | * [svn-r25266] update to m4 1.4.17 in reconfigure did not change any other filesAllen Byrne2014-06-121-2/+2
| | |
| | * [svn-r25261] limit vfd flush1 test timeAllen Byrne2014-06-111-0/+1
| | |
| | * [svn-r25260] Update versionsAllen Byrne2014-06-111-28/+53
| | |
| * | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-11367-12489/+12643
| |\ \ | | |/
| | * [svn-r25249] change test to ignore h5diff warnings (endianess issue)Allen Byrne2014-06-101-1/+1
| | |
| | * [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-0813-26/+26
| | |
| | * [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-047-8/+12
| | | | | | | | | | | | Minor doc edits
| | * [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | | | | | | | | | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
| | * [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-2514-29/+29
| | |
| | * [svn-r25215] Description:Quincey Koziol2014-05-258-132/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest)
| | * [svn-r25208] Make the header generation optional and depend on finding perl ↵Allen Byrne2014-05-211-31/+37
| | | | | | | | | | | | executable. Needed because window does not have perl.
| | * [svn-r25207] Description:Quincey Koziol2014-05-201-1631/+1367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from Coverity branch to trunk: r20907: Original issue was #338. Refactored code to clean up allocations consistantly, completely, check all returns, assign initialization values and handle errors. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, parallel & multi-threaded (too minor to require h5committest)
| | * [svn-r25206] Description:Quincey Koziol2014-05-201-3/+79
| | | | | | | | | | | | | | | | | | | | | Add new warning flags for gcc 4.9.x Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.0