summaryrefslogtreecommitdiffstats
path: root/windows/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-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-r20501] Added missing '1' to #define H5_HAVE_GETTIMEOFDAYDana Robinson2011-04-141-1/+1
|
* [svn-r20499] Fixes erroneous H5_HAVE_GETTIMEOFDAY behavior on Windows (JIRA ↵Dana Robinson2011-04-141-3/+3
| | | | | | | | HDFFV-5931). Previously, H5_HAVE_GETTIMEOFDAY was never properly defined. The timezone struct and Wgettimeofday() timezone output was also added. This is a merge of several changesets from the log_vfd branch where this work took place: 20355, 20359, 20411, 20413, 20431, 20460 Tested on: Windows
* [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-r20265] Cleanup due to project file syncing with 1.8 branchAllen Byrne2011-03-171-0/+5
|
* [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-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-r19025] Correct defines for zlib and szipAllen Byrne2010-06-211-10/+9
|
* [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-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-r18350] Snapshot version 1.9 release 61HDF Tester2010-02-281-3/+3
|
* [svn-r18217] Snapshot version 1.9 release 60HDF Tester2010-02-071-3/+3
|
* [svn-r18199] Snapshot version 1.9 release 59HDF Tester2010-01-311-3/+3
|
* [svn-r18197] Description:Quincey Koziol2010-01-301-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 58HDF Tester2010-01-171-3/+3
|
* [svn-r18100] SnapshotHDF Tester2010-01-101-3/+3
|
* [svn-r18059] SnapshotHDF Tester2010-01-031-3/+3
|
* [svn-r18047] SnapshotHDF Tester2009-12-201-3/+3
|
* [svn-r18012] SnapshotHDF Tester2009-12-131-3/+3
|
* [svn-r17973] SnapshotHDF Tester2009-12-071-3/+3
|
* [svn-r17924] Description:Quincey Koziol2009-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add detection for POSIX lstat() routine to configure script (mostly for non-UNIX/Linux machines) and add macro wrapper for it. Alphabetatize the system/library calls we test for, to make them easier to read. Removed the sigaction() detection & macro wrappers, since it's not used by the distribution currently. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode Mac OS X/32 10.6.2 (amazon) in debug mode Mac OS X/32 10.6.2 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
* [svn-r17902] SnapshotHDF Tester2009-11-171-3/+3
|
* [svn-r17742] Snapshot version 1.9 release 50HDF Tester2009-10-251-3/+3
|
* [svn-r17670] Snapshot version 1.9 release 49Larry Knox2009-10-181-3/+3
|
* [svn-r17628] Snapshot version 1.9 release 48Larry Knox2009-10-111-3/+3
|
* [svn-r17589] Snapshot version 1.9 release 47Larry Knox2009-10-041-3/+3
|
* [svn-r17538] Snapshot version 1.9 release 46Larry Knox2009-09-271-3/+3
|
* [svn-r17446] Snapshot version 1.9 release 45Larry Knox2009-09-031-3/+3
|