summaryrefslogtreecommitdiffstats
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21910] Snapshot version 1.9 release 108HDF Tester2012-02-051-3/+3
|
* [svn-r21898] Snapshot version 1.9 release 107HDF Tester2012-01-291-3/+3
|
* [svn-r21884] Snapshot version 1.9 release 106HDF Tester2012-01-221-3/+3
|
* [svn-r21867] Snapshot version 1.9 release 105HDF Tester2012-01-081-3/+3
|
* [svn-r21857] Snapshot version 1.9 release 104HDF Tester2012-01-011-3/+3
|
* [svn-r21850] Snapshot version 1.9 release 103HDF Tester2011-12-251-3/+3
|
* [svn-r21831] Snapshot version 1.9 release 102HDF Tester2011-12-181-3/+3
|
* [svn-r21824] Snapshot version 1.9 release 101HDF Tester2011-12-111-3/+3
|
* [svn-r21775] Snapshot version 1.9 release 100HDF Tester2011-11-271-3/+3
|
* [svn-r21770] Snapshot version 1.9 release 99HDF Tester2011-11-201-3/+3
|
* [svn-r21748] Snapshot version 1.9 release 98HDF Tester2011-11-131-3/+3
|
* [svn-r21721] Snapshot version 1.9 release 97HDF Tester2011-11-061-3/+3
|
* [svn-r21692] Snapshot version 1.9 release 96HDF Tester2011-10-301-3/+3
|
* [svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8.Raymond Lu2011-10-241-1/+1
| | | | Tested the change for 1.8 on VMS.
* [svn-r21587] Snapshot version 1.9 release 95HDF Tester2011-10-161-3/+3
|
* [svn-r21520] Changed the size of off_t on VMS to 4 bytes from 8 (as reported ↵Dana Robinson2011-10-111-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 Robinson2011-10-111-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 94HDF Tester2011-10-091-3/+3
|
* [svn-r21443] Snapshot version 1.9 release 93HDF Tester2011-10-021-3/+3
|
* [svn-r21415] Snapshot version 1.9 release 92HDF Tester2011-09-251-3/+3
|
* [svn-r21374] Snapshot version 1.9 release 91HDF Tester2011-09-111-3/+3
|
* [svn-r21360] Snapshot version 1.9 release 90HDF Tester2011-09-041-3/+3
|
* [svn-r21329] Snapshot version 1.9 release 89HDF Tester2011-08-281-3/+3
|
* [svn-r21288] I added a new file H5HGquery.c.Raymond Lu2011-08-221-1/+1
| | | | Not tested yet.
* [svn-r21285] I added a new file H5Fcwfs.c.Raymond Lu2011-08-221-1/+1
| | | | Not tested yet.
* [svn-r21225] Snapshot version 1.9 release 88HDF Tester2011-08-141-3/+3
|
* [svn-r21185] Snapshot version 1.9 release 87HDF Tester2011-08-071-3/+3
|
* [svn-r21158] Snapshot version 1.9 release 86HDF Tester2011-07-311-3/+3
|
* [svn-r21149] Snapshot version 1.9 release 85HDF Tester2011-07-241-3/+3
|
* [svn-r21101] HDFFV-7639Mike McGreevy2011-07-141-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 84HDF Tester2011-06-261-3/+3
|
* [svn-r21000] Snapshot version 1.9 release 83HDF Tester2011-06-191-3/+3
|
* [svn-r20991] I skipped the efc.c test for now because it opens the same file ↵Raymond Lu2011-06-171-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 Lu2011-06-151-1/+1
| | | | | | old one [...] had problem. Tested 1.8 on VMS.
* [svn-r20922] Snapshot version 1.9 release 82HDF Tester2011-05-291-3/+3
|
* [svn-r20890] Snapshot version 1.9 release 82HDF Tester2011-05-231-3/+3
|
* [svn-r20711] I added efc.c to the compile list.Raymond Lu2011-05-031-0/+6
| | | | Not tested yet.
* [svn-r20702] I added efc.c to the test list.Raymond Lu2011-05-021-0/+5
| | | | Not tested yet.
* [svn-r20700] I added H5Fefc.c to the compile list.Raymond Lu2011-05-021-2/+2
| | | | Not tested yet.
* [svn-r20666] Bug fix: VMS has trouble to deal with absolute path. I changed ↵Raymond Lu2011-04-281-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.hDana Robinson2011-04-111-3/+0
|
* [svn-r20405] Description:Quincey Koziol2011-04-041-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 Lu2011-03-247-10/+31
| | | | trunk for VMS work
* [svn-r19860] I added accum.c, filter_fail.c, links_env.c, space_overflow.c, ↵Raymond Lu2010-11-292-3/+75
| | | | | | testmeta.c to the test list. Not tested yet.
* [svn-r19857] I added H5Ochunk.c and the command to compile H5make_libsettings.cRaymond Lu2010-11-291-2/+9
| | | | Not tested yet.
* [svn-r19740] Snapshot version 1.9 release 79HDF Tester2010-11-071-3/+3
|
* [svn-r19701] Snapshot version 1.9 release 78HDF Tester2010-10-311-3/+3
|
* [svn-r19666] Snapshot version 1.9 release 77HDF Tester2010-10-241-3/+3
|
* [svn-r19569] Snapshot version 1.9 release 76HDF Tester2010-10-101-3/+3
|
* [svn-r19512] Snapshot version 1.9 release 75HDF Tester2010-10-051-3/+3
|