Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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-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-r20700] I added H5Fefc.c to the compile list. | Raymond Lu | 2011-05-02 | 1 | -2/+2 |
| | | | | Not tested yet. | ||||
* | [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 | 1 | -3/+3 |
| | | | | trunk for VMS work | ||||
* | [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-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 |
| | |||||
* | [svn-r18465] Snapshot version 1.9 release 64 | HDF Tester | 2010-03-28 | 1 | -3/+3 |
| | |||||
* | [svn-r18432] Snapshot version 1.9 release 63 | HDF Tester | 2010-03-21 | 1 | -3/+3 |
| | |||||
* | [svn-r18406] Snapshot version 1.9 release 62 | HDF Tester | 2010-03-14 | 1 | -3/+3 |
| | |||||
* | [svn-r18367] The OpenVMS linking probably doesn't like too many object ↵ | Raymond Lu | 2010-03-04 | 1 | -1/+2 |
| | | | | | | | | | files. I just broke the link command into two commands to make it happy. Tested on OpenVMS. | ||||
* | [svn-r18350] Snapshot version 1.9 release 61 | HDF Tester | 2010-02-28 | 1 | -3/+3 |
| | |||||
* | [svn-r18328] I commented out the macro H5_HAVE_SYMLINK because I ran the ↵ | Raymond Lu | 2010-02-24 | 1 | -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 60 | HDF Tester | 2010-02-07 | 1 | -3/+3 |
| | |||||
* | [svn-r18210] Updates - added H5B2hdr.c, H5Fdeprec.c, and H5Ofsinfo.c to the ↵ | Raymond Lu | 2010-02-03 | 1 | -6/+6 |
| | | | | | | list. Not tested yet. | ||||
* | [svn-r18209] Updates. Not tested yet. | Raymond Lu | 2010-02-03 | 2 | -3/+23 |
| | |||||
* | [svn-r18199] Snapshot version 1.9 release 59 | HDF Tester | 2010-01-31 | 1 | -3/+3 |
| | |||||
* | [svn-r18197] Description: | Quincey Koziol | 2010-01-30 | 1 | -1/+1 |
| | | | | | | | | | Trim trailing whitespace from source code files with this command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only | ||||
* | [svn-r18120] Snapshot version 1.9 release 58 | HDF Tester | 2010-01-17 | 1 | -3/+3 |
| |