summaryrefslogtreecommitdiffstats
path: root/perform
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5755] Purpose:Quincey Koziol2002-07-021-13/+36
| | | | | | | | | | | Documentation. Description: Added some description of what the transfer buffers, block size, etc. actually do. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5754] Purpose:Quincey Koziol2002-07-021-14/+4
| | | | | | | | | | Code cleanup Description: More small tweaks with the contiguous POSIX I/O case. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5752] Purpose:Albert Cheng2002-07-022-11/+32
| | | | | | | | | | Bug fix Description: POSIX contigous pattern error corrected. Added detection if xfer buffer is actually too big. Added environment variables settings in help page. Platforms tested: modi4 pp
* [svn-r5741] Purpose:Quincey Koziol2002-07-012-47/+37
| | | | | | | | | | | Revert previous reversion... :-) Description: Found that the bug was actually in the library, not the benchmark, so revert back to the previous version I checked in. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5737] Purpose:Bill Wendling2002-07-013-38/+47
| | | | | | | | | | Bug Fix Description: CVS merges went kablooey on us (it's a technical term). Solution: Remerged my changes with Quincey's changes. Platforms tested: Linux
* [svn-r5735] Purpose:Quincey Koziol2002-07-013-693/+781
| | | | | | | | | | | | | | | Lots of changes. Description: Added the "block size" stuff for MPI-I/O. Rearranged the engine to use bytes as the basic unit for everything, instead of converting back and forth between ints & bytes. Hoisted lots of invariant code out of main benchmark loop. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5734] Description:Albert Cheng2002-07-011-1/+7
| | | | | | | | | | The nerror needed a (long_long) cast in order to print correctly by HDfprintf. Also block off the compiling of the gpfs stubs since they are not used yet. This eliminated some compiler warnings of defined but not used routines. Platforms tested: modi4, eirene, burrwhite.
* [svn-r5732] Purpose:Bill Wendling2002-07-012-74/+70
| | | | | | | | | | | | | Feature Revision Description: We're now forgetting the file size and concentrating on how many elements per process per dataset we want to write. The user specifies how many datasets, how many processes to run, and how many elements each process is going to write per dataset. We can calculate the size of the file from that information. Platforms tested: Linux (pp)
* [svn-r5731] Purpose:Albert Cheng2002-07-013-135/+308
| | | | | | | | | | New feature Description: Restored the old code for interleaved access for POSIX API. Added interleaved access for PHDF5 API. MPIO API for interleaved access is not working yet. Platforms tested: Modi4(pp), serial, eirene (pp).
* [svn-r5730] Purpose:Bill Wendling2002-07-012-10/+20
| | | | | | | | | | | Feature Add Description: Install the h5perf program (previously called pio_perf). This required the libh5test library to be compiled statically. I copied how things were compiled statically for the h5tools library into the test/Makefile.in. Platforms tested: Linux
* [svn-r5719] Purpose:Quincey Koziol2002-06-273-95/+180
| | | | | | | | | | New Feature Description: Added support for collective I/O with MPI and HDF5 access methods. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5717] Purpose:Quincey Koziol2002-06-273-195/+150
| | | | | | | | | | | | New Feature Description: Added interleaved block pattern to MPI and HDF5 access methods. Also, changed the blocks to just use the same size as the regular blocks for I/O, instead of a separate block size. Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5675] Purpose:Quincey Koziol2002-06-193-22/+22
| | | | | | | | | | Code cleanup Description: Removed more compiler warnings, etc. Platforms tested: Linux 2.2.x (eirene) w/parallel
* [svn-r5668] Purpose:Quincey Koziol2002-06-194-29/+19
| | | | | | | | | | Code cleanup Description: Turn on more warnings in the IRIX builds and clean them up. Platforms tested: IRIX64 6.5 (modi4) w/parallel, both -n32 and the default (-64?) mode
* [svn-r5579] Purpose:Bill Wendling2002-06-1010-39/+135
| | | | | | | | | | | | | | Copyright Fix Description: Switched the copyright statements from the old, bad version to the new version we got from the lawyers. Note: not every file was changed. There are some files which have copyrights not to NCSA (see the Stream VFD and some of the GIF conversion modules didn't have copyrights, so I didn't know if they were from others or from us). I left those alone. If others think they should be changed, please feel free to do so. Platforms tested: Linux
* [svn-r5553] Description:Albert Cheng2002-06-071-3/+3
| | | | | | | | added the printing of library version information to the standard parameter output. A form of identification of which version of library is being benchmark'ed. Platforms tested: eirene, modi4.
* [svn-r5546] Purpose:Quincey Koziol2002-06-061-1/+1
| | | | | | | | | | | | | Bug fix. Description: H5Fopen call was using H5P_DEFAULT instead of file access flags Solution: Changed H5P_DEFAULT to H5F_ACC_RDONLY Platforms tested: IRIX64 6.5 (modi4) w/parallel
* [svn-r5540] Description:Albert Cheng2002-06-063-24/+47
| | | | | | Added the '-D v' option for "verify data correctness". Platforms tested: modi4, eirene, burrwhite (all pp).
* [svn-r5532] Purpose:Bill Wendling2002-06-043-91/+405
| | | | | | | | Update Description: Updated the PIO stuff with the changes for the 1.5 branch. Platforms tested: Linux (parallel)
* [svn-r5527] Purpose:Bill Wendling2002-06-041-2/+2
| | | | | | | | | | Bug Fix Description: Still was calling the POSIX stuff "Raw". Solution: Changed name to POSIX instead of Raw... Platforms tested: Linux
* [svn-r5514] Purpose:Bill Wendling2002-06-031-6/+29
| | | | | | | | | | | Add Report Generator Description: This is a generator for ASCII and Excel(tm)(c) reports generated by the pio_perf benchmark we run. There are instructions at the top of the file on how to run the program and the input format it expects, etc. Platforms tested: Linux
* [svn-r5513] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2002-06-031-0/+262
|
* [svn-r5504] Purpose:Albert Cheng2002-06-023-219/+426
| | | | | | | | | | | | | | | | New feature Description: pio_perf.c: per_engine.c: folded in the new feature from v1.5. New feature added is the interleaved I/O performance test. Only POSIX interface is implemented for now. The MPIO and PHDF5 will be added later. pio_perf.h: Added a few macros to print rank and size of MPI_COMM_WORLD in a unifed style. Platforms tested: modi4, eirene, burrwhite
* [svn-r5482] Description:Albert Cheng2002-05-291-7/+29
| | | | | | | | | | | | | | Show IO API types selected. (Changed the default setting algorithm slightly.) Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r5480] Description:Albert Cheng2002-05-292-7/+7
| | | | | | | Renamed pio_info_g as h5_io_info_g to better reflect its general purpose. Platforms tested: eirene(pp)
* [svn-r5479] Purpose:Albert Cheng2002-05-292-46/+56
| | | | | | | | | Sync with v1.5 changes. (Including the H5_WANT_H5_V1_4_COMPAT code is okay since it will never be true in v1.4) Did another Dependencies regeneration too. Platforms tested: eirene(pp)
* [svn-r5478] Purpose:Albert Cheng2002-05-291-21/+56
| | | | | | updated the Dependencies file Platforms tested: no test.
* [svn-r5476] Purpose:Albert Cheng2002-05-291-20/+31
| | | | | | Sync it with the v1.5 Platforms tested: eirene(pp)
* [svn-r5474] Purpose:Albert Cheng2002-05-291-33/+3
| | | | | | Sync it with the v1.5 copy. Platforms tested: eirene(pp);
* [svn-r5473] Purpose:Albert Cheng2002-05-294-18/+167
| | | | | | | | Folded recent changes of v1.5 to v1.4. (Added feature to print bench test parameters/options. Fixed pio_info_g duplicated declarations.) Platforms tested: eirene(pp)
* [svn-r5462] Purpose:Albert Cheng2002-05-283-2/+12
| | | | | | | | | feature Description: Setup a macro, H5_HAVE_NOFILL, to indicate if Dataset no fill feature is supported. If not, --no-fill is an invalid option. Platforms tested: modi4.
* [svn-r5461] Purpose:Albert Cheng2002-05-251-14/+20
| | | | | | | | | Bug fix Description: Fix the POSIX read/write part to check the return code of Seek/read/write correctly. Platforms tested: LLNL SP
* [svn-r5460] Purpose:Albert Cheng2002-05-241-4/+6
| | | | | | | | | | Features. Description: print library version information in help page too. Specify the nofill feature supported in v1.5 only. Print the values of the KB, MB and GB in case a user wants to see them. Platforms tested: modi4
* [svn-r5455] Purpose:Bill Wendling2002-05-221-93/+158
| | | | | | | | | | | | | | | Option Update Description: Updated the options so that it takes the following: --api=AL -A AL where AL is a comma separated list of the values "posix", "mpiio", and "phdf5". You can run any mixture of them you wish. --debug=DL -D DL where DL is a comma separated list of values [1-4], r, and t. You can run any mixture of them. Platforms tested: Linux-pp
* [svn-r5451] Purpose:Albert Cheng2002-05-225-259/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | Merged in a bunch of changes Quincey made. Added some of mine here and there. Description: Below is Quincey's summary. The -r and -t changes were changed to "-D r" and "-D t" as they are of the debug purposes. Need to save option letters for hundreds of future features. The nofill for chunk storage is not supported since v1.4 does not have the feature. - Added option (-r) to display the throughput when doing I/O on just the dataset data. This is somewhat redundant for the posix I/O functions and MPI-I/O, but it's useful for HDF5. - Added option (-t) to display the times along with the throughputs. - Added options (-a <size> and -T <size>) to align objects in the HDF5 file. These are ignored for posix and MPI-I/O benchmarks. - Added option (-c) to create the HDF5 datasets using chunked storage. The chunks are created with the same size as the buffer size used for I/O, so all I/O to the dataset is chunk-aligned. - Changed code to allow 0-sized datasets to be created. This is useful when measuring the overhead for creating lots of datasets in HDF5. - Cleaned up code to eliminate warnings and modularize things better. Platforms tested: modi4 (pp)
* [svn-r5450] Description:Albert Cheng2002-05-213-56/+56
| | | | | | | | | | | | | | | | | The term RAWIO was confusing (lacking a better term). It was intended to represent the "raw" way of doing I/O such that an application may use the open/read/write interface (actually Posix) or the parallel file system's native API (e.g. gpfs_open). It was too confusing to mean multiple things. Solution: Split the RAW IO into two different IO API, POSIX and NATIVE. Posix is a standard that some applications that have used it for the serial version, may want to continue using it in the parallel environment. Changed the output and variable/macro/what-not names from RAWxxx to POSIXxxx. No algorithm changes. Platforms tested: modi4(pp), eirene(serial)
* [svn-r5445] Purpose:Albert Cheng2002-05-212-67/+2
| | | | | | | | | Feature Description: moved the routines of setting up and dumping MPI-info object to test library so that it is avaiable for all tests too. Platforms tested: modi4(pp), eirene (serial)
* [svn-r5425] Purpose:Albert Cheng2002-05-161-1/+2
| | | | | | corrected a typo in a printf statement. Platforms tested: modi4
* [svn-r5424] Purpose:Albert Cheng2002-05-163-5/+77
| | | | | | | | | | feature Description: Added a global MPI_Info object to be used by all applicable IO API (MPI-IO and PHDF5). Added a function to set up the info object according to $HDF5_MPI_INFO if set. Platforms tested: LLNL Blue/frost
* [svn-r5423] Purpose:Albert Cheng2002-05-151-24/+1
| | | | | | | Removed some local macro definition, instead use the macros defined by the hdf5 library configure. Platforms tested: LLNL blue
* [svn-r5405] Description:Albert Cheng2002-05-131-1/+0
| | | | | | | Dumb bug fix. Forgot a debug printing statement. Removed it. Platforms tested: Burrwhite (linux 2.4) parallel.
* [svn-r5402] Purpose:Albert Cheng2002-05-133-26/+35
| | | | | | | | | | | | | | | | | | Bug fix Description: Was not able to handle data size (file size) larger than 32bits. Was using long, which is only 4 bytes big in SP, thus overflowing into negative when trying to address 2GB or larger. Solution: Changed those variables involved in file size/offset calculation to type off_t. (If a certain system/compiler has off_t defined as 4 bytes, it can't write to file size larger than 2GB anyway.) Note that the lseek of SP with -D_LARGE_FILE still fails for offset larger than 2GB (works for 2GB). That has to be fixed soon. Platforms tested: LLNL blue/frost.
* [svn-r5377] Purpose:Bill Wendling2002-05-075-144/+251
| | | | | | | | | Update Description: Synched the 1.4 branch's performance tests with the 1.5 branch's performance tests... Platforms tested: Linux
* [svn-r5370] Purpose:Quincey Koziol2002-05-071-4/+0
| | | | | | | | | | Code cleanup Description: Remove incorrect call to MPI_Barrier() in data I/O loop Platforms tested: IRIX64 6.5 (modi4)
* [svn-r5362] MuQun Yang2002-05-061-2/+2
| | | | | | | | | | Purpose: erase windows warnings Description: Use the original code of chunk.c since windows warnings increase with the modified one. Solution: Platforms tested: windows 2000
* [svn-r5357] MuQun Yang2002-05-062-6/+6
| | | | | | | | | Purpose: code clean-up to erase windows warnings Description: Solution: Platforms tested: windows 2000
* [svn-r5349] Purpose:Bill Wendling2002-05-033-7/+6
| | | | | | | | | | | Bug Fix Description: Duplicate declaraction of print_indent() in the header and source files. Solution: Made the function "static" again. Platforms tested: Arabica
* [svn-r5333] Purpose:Bill Wendling2002-05-022-21/+13
| | | | | | | | | Update Description: Print out the other debugging statements if the debugging level is set higher. Platforms tested: Linux
* [svn-r5332] Purpose:Bill Wendling2002-05-022-33/+28
| | | | | | | | | | | | Fix Description: Needed to throw a few more fixes in there to get the time reporting down. Solution: The time reporting is available from debugging level 4. It'll show all the information per processor. Platforms tested: Linux
* [svn-r5331] Purpose:Bill Wendling2002-05-023-5/+73
| | | | | | | Update Description: Added some higher level debugging statements. If you set the "-D" option to "4", then you'll get to see how the timer behaves.