Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r21587] Snapshot version 1.9 release 95 | HDF Tester | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | [svn-r21520] Changed the size of off_t on VMS to 4 bytes from 8 (as reported ↵ | Dana Robinson | 2011-10-11 | 1 | -17/+17 |
| | | | | | | by a test program run on VMS). Will be tested on VMS when this is pushed to the 1.8 branch. | ||||
* | [svn-r21517] - Added checks for clock_gettime() to configure.in. | Dana Robinson | 2011-10-11 | 1 | -35/+69 |
| | | | | | | | | Tested on Linux, FreeBSD, Solaris, MacOSX to ensure they are found correctly and everything builds. No code currently relys on clock_gettime(). - Brought Windows and VMS H5pubconf.h files into sync with the Linux file. Tested on Windows. Ray will test on VMS when this is pushed to the 1.8.x branch. | ||||
* | [svn-r21499] Snapshot version 1.9 release 94 | HDF Tester | 2011-10-09 | 1 | -3/+3 |
| | |||||
* | [svn-r21443] Snapshot version 1.9 release 93 | HDF Tester | 2011-10-02 | 1 | -3/+3 |
| | |||||
* | [svn-r21415] Snapshot version 1.9 release 92 | HDF Tester | 2011-09-25 | 1 | -3/+3 |
| | |||||
* | [svn-r21374] Snapshot version 1.9 release 91 | HDF Tester | 2011-09-11 | 1 | -3/+3 |
| | |||||
* | [svn-r21360] Snapshot version 1.9 release 90 | HDF Tester | 2011-09-04 | 1 | -3/+3 |
| | |||||
* | [svn-r21329] Snapshot version 1.9 release 89 | HDF Tester | 2011-08-28 | 1 | -3/+3 |
| | |||||
* | [svn-r21288] I added a new file H5HGquery.c. | Raymond Lu | 2011-08-22 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r21285] I added a new file H5Fcwfs.c. | Raymond Lu | 2011-08-22 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r21225] Snapshot version 1.9 release 88 | HDF Tester | 2011-08-14 | 1 | -3/+3 |
| | |||||
* | [svn-r21185] Snapshot version 1.9 release 87 | HDF Tester | 2011-08-07 | 1 | -3/+3 |
| | |||||
* | [svn-r21158] Snapshot version 1.9 release 86 | HDF Tester | 2011-07-31 | 1 | -3/+3 |
| | |||||
* | [svn-r21149] Snapshot version 1.9 release 85 | HDF Tester | 2011-07-24 | 1 | -3/+3 |
| | |||||
* | [svn-r21101] HDFFV-7639 | Mike McGreevy | 2011-07-14 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Remove H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS and H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS #defines from source. Description: Two advanced parallel functionalities, special collective IO and complex derived datatypes, are not supported by older implementations of mpi, and thus our code limits the use of these features with #ifdefs and has checks in configure to set them (or not). Unfortunately, configure can't actually run a parallel check to see if these features are working (nor not) so it resorts to looking in the config files where they are explicity enabled or disabled based on versions of mpi, sytems being built on, or for no documented reason at all (i.e. just set to on or off as some 'default'). Overriding these settings is easy if need be, provided it is known that it needs to be done to get improved performance, and oftentimes it is not. Most new MPI implementations successfully handle the functionality requested when these #defines are set, and many of the "turn these features off" cases in the config files are for old (> 5 years) versions of MPI and retired systems (such as NCSA's tungsten). Therefore, the decision has been made to remove the support for these old versions of MPI and systems that cannot handle these behaviors. The #ifdefs and supporting setup in the config/ files and configure script has been removed, and the code executed when these options were not set removed from the source. In passing, this commit also cleans up some whitespace issues in both t_mpi.c and H5Dmpio.c. Furthermore, in t_mpi.c, the special collective IO test was not getting regularly run due to it being written to work only with four processes (we regularly test with six, previously with three), and thus it failed when actually run due to an out of bounds data buffer assignment. It has been modified to run at any number of processes greater than four, and the memory problem has been fixed so the test passes. Tested: jam, h5committest, ember | ||||
* | [svn-r21033] Snapshot version 1.9 release 84 | HDF Tester | 2011-06-26 | 1 | -3/+3 |
| | |||||
* | [svn-r21000] Snapshot version 1.9 release 83 | HDF Tester | 2011-06-19 | 1 | -3/+3 |
| | |||||
* | [svn-r20991] I skipped the efc.c test for now because it opens the same file ↵ | Raymond Lu | 2011-06-17 | 1 | -4/+6 |
| | | | | | | | | many times. VMS can't handle it. We need a solution in the future. Please see Issue 7620 in Jira about it. Not tested yet. | ||||
* | [svn-r20984] I modified the pathname to [-.test] to be more accurate. The ↵ | Raymond Lu | 2011-06-15 | 1 | -1/+1 |
| | | | | | | old one [...] had problem. Tested 1.8 on VMS. | ||||
* | [svn-r20922] Snapshot version 1.9 release 82 | HDF Tester | 2011-05-29 | 1 | -3/+3 |
| | |||||
* | [svn-r20890] Snapshot version 1.9 release 82 | HDF Tester | 2011-05-23 | 1 | -3/+3 |
| | |||||
* | [svn-r20711] I added efc.c to the compile list. | Raymond Lu | 2011-05-03 | 1 | -0/+6 |
| | | | | Not tested yet. | ||||
* | [svn-r20702] I added efc.c to the test list. | Raymond Lu | 2011-05-02 | 1 | -0/+5 |
| | | | | Not tested yet. | ||||
* | [svn-r20700] I added H5Fefc.c to the compile list. | Raymond Lu | 2011-05-02 | 1 | -2/+2 |
| | | | | Not tested yet. | ||||
* | [svn-r20666] Bug fix: VMS has trouble to deal with absolute path. I changed ↵ | Raymond Lu | 2011-04-28 | 1 | -1/+1 |
| | | | | | | | | dtypes.c to use the file name only. I also updated the current directory path in vms/test/H5srcdir_str.h. Tested on jam and OpenVMS. | ||||
* | [svn-r20476] Removed all references to memory.h | Dana Robinson | 2011-04-11 | 1 | -3/+0 |
| | |||||
* | [svn-r20405] Description: | Quincey Koziol | 2011-04-04 | 1 | -3/+3 |
| | | | | Bump patch release number, after giving out private snapshots. | ||||
* | [svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the ↵ | Raymond Lu | 2011-03-24 | 7 | -10/+31 |
| | | | | trunk for VMS work | ||||
* | [svn-r19860] I added accum.c, filter_fail.c, links_env.c, space_overflow.c, ↵ | Raymond Lu | 2010-11-29 | 2 | -3/+75 |
| | | | | | | testmeta.c to the test list. Not tested yet. | ||||
* | [svn-r19857] I added H5Ochunk.c and the command to compile H5make_libsettings.c | Raymond Lu | 2010-11-29 | 1 | -2/+9 |
| | | | | Not tested yet. | ||||
* | [svn-r19740] Snapshot version 1.9 release 79 | HDF Tester | 2010-11-07 | 1 | -3/+3 |
| | |||||
* | [svn-r19701] Snapshot version 1.9 release 78 | HDF Tester | 2010-10-31 | 1 | -3/+3 |
| | |||||
* | [svn-r19666] Snapshot version 1.9 release 77 | HDF Tester | 2010-10-24 | 1 | -3/+3 |
| | |||||
* | [svn-r19569] Snapshot version 1.9 release 76 | HDF Tester | 2010-10-10 | 1 | -3/+3 |
| | |||||
* | [svn-r19512] Snapshot version 1.9 release 75 | HDF Tester | 2010-10-05 | 1 | -3/+3 |
| | |||||
* | [svn-r19142] I added H5Itest.c. | Raymond Lu | 2010-07-28 | 1 | -1/+1 |
| | | | | Not tested yet. | ||||
* | [svn-r19086] Snapshot version 1.9 release 74 | HDF Tester | 2010-07-18 | 1 | -3/+3 |
| | |||||
* | [svn-r19064] Snapshot version 1.9 release 73 | HDF Tester | 2010-07-11 | 1 | -3/+3 |
| | |||||
* | [svn-r19047] Snapshot version 1.9 release 72 | HDF Tester | 2010-07-04 | 1 | -3/+3 |
| | |||||
* | [svn-r19031] Snapshot version 1.9 release 71 | HDF Tester | 2010-06-28 | 1 | -3/+3 |
| | |||||
* | [svn-r19022] Snapshot version 1.9 release 70 | HDF Tester | 2010-06-20 | 1 | -3/+3 |
| | |||||
* | [svn-r18823] Snapshot version 1.9 release 69 | HDF Tester | 2010-05-16 | 1 | -3/+3 |
| | |||||
* | [svn-r18684] Snapshot version 1.9 release 68 | HDF Tester | 2010-05-02 | 1 | -3/+3 |
| | |||||
* | [svn-r18589] Snapshot version 1.9 release 67 | HDF Tester | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | [svn-r18563] I put a header in the output printout. No test is needed. | Raymond Lu | 2010-04-15 | 1 | -0/+6 |
| | |||||
* | [svn-r18560] I added header for output print out. No test is needed. | Raymond Lu | 2010-04-15 | 1 | -0/+7 |
| | |||||
* | [svn-r18559] I took out the dsets test because it's part of testhdf5 now. | Raymond Lu | 2010-04-15 | 1 | -1/+0 |
| | |||||
* | [svn-r18545] Snapshot version 1.9 release 66 | HDF Tester | 2010-04-11 | 1 | -3/+3 |
| | |||||
* | [svn-r18508] Snapshot version 1.9 release 65 | HDF Tester | 2010-04-04 | 1 | -3/+3 |
| |