summaryrefslogtreecommitdiffstats
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r19142] I added H5Itest.c.Raymond Lu2010-07-281-1/+1
| | | | Not tested yet.
* [svn-r19086] Snapshot version 1.9 release 74HDF Tester2010-07-181-3/+3
|
* [svn-r19064] Snapshot version 1.9 release 73HDF Tester2010-07-111-3/+3
|
* [svn-r19047] Snapshot version 1.9 release 72HDF Tester2010-07-041-3/+3
|
* [svn-r19031] Snapshot version 1.9 release 71HDF Tester2010-06-281-3/+3
|
* [svn-r19022] Snapshot version 1.9 release 70HDF Tester2010-06-201-3/+3
|
* [svn-r18823] Snapshot version 1.9 release 69HDF Tester2010-05-161-3/+3
|
* [svn-r18684] Snapshot version 1.9 release 68HDF Tester2010-05-021-3/+3
|
* [svn-r18589] Snapshot version 1.9 release 67HDF Tester2010-04-181-3/+3
|
* [svn-r18563] I put a header in the output printout. No test is needed.Raymond Lu2010-04-151-0/+6
|
* [svn-r18560] I added header for output print out. No test is needed.Raymond Lu2010-04-151-0/+7
|
* [svn-r18559] I took out the dsets test because it's part of testhdf5 now.Raymond Lu2010-04-151-1/+0
|
* [svn-r18545] Snapshot version 1.9 release 66HDF Tester2010-04-111-3/+3
|
* [svn-r18508] Snapshot version 1.9 release 65HDF Tester2010-04-041-3/+3
|
* [svn-r18465] Snapshot version 1.9 release 64HDF Tester2010-03-281-3/+3
|
* [svn-r18432] Snapshot version 1.9 release 63HDF Tester2010-03-211-3/+3
|
* [svn-r18406] Snapshot version 1.9 release 62HDF Tester2010-03-141-3/+3
|
* [svn-r18367] The OpenVMS linking probably doesn't like too many object ↵Raymond Lu2010-03-041-1/+2
| | | | | | | | | files. I just broke the link command into two commands to make it happy. Tested on OpenVMS.
* [svn-r18366] Binh-Minh integrated dsets.cpp into testhdf5.cpp. I changed ↵Raymond Lu2010-03-041-9/+2
| | | | | | | | the make file accordingly. I'll wait for her to check into the 1.8 branch to make the same change in 1.8. Tested on OpenVMS.
* [svn-r18350] Snapshot version 1.9 release 61HDF Tester2010-02-281-3/+3
|
* [svn-r18328] I commented out the macro H5_HAVE_SYMLINK because I ran the ↵Raymond Lu2010-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following C test under hdf5/test directory. OpenVMS couldn't open a file through symbolic link. This macro is mainly used in test/links.c for the function call external_symlink and in src/H5F.c. Tested the same change for 1.8 on OpenVMS. ------------------------------------------------------------------------ #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> int main(void) { int file1, file2; /* Create a symbolic link to the file 21b.c */ if(symlink("[LU.hdf5_1_8_2_5.test.tmp2]21b.c", "[LU.hdf5_1_8_2_5.test.tmp]sym1") < 0) printf("symlink failed\n"); /* Create the file 21b.c */ if((file1 = open("[LU.hdf5_1_8_2_5.test.tmp2]21b.c", O_CREAT | O_TRUNC | O_RDWR)) < 0) printf("1st open failed\n"); if(close(file1) < 0) printf("close failed\n"); /* Open the 21b.c through the symbolic link */ if((file2 = open("[LU.hdf5_1_8_2_5.test.tmp]sym1", O_RDWR)) < 0) { int errsv = errno; printf("2nd open failed, errno=%d\n", errsv); } if(close(file2) < 0) printf("close failed\n"); return 0; }
* [svn-r18217] Snapshot version 1.9 release 60HDF Tester2010-02-071-3/+3
|
* [svn-r18210] Updates - added H5B2hdr.c, H5Fdeprec.c, and H5Ofsinfo.c to the ↵Raymond Lu2010-02-031-6/+6
| | | | | | list. Not tested yet.
* [svn-r18209] Updates. Not tested yet.Raymond Lu2010-02-032-3/+23
|
* [svn-r18199] Snapshot version 1.9 release 59HDF Tester2010-01-311-3/+3
|