Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26063] Fixed the wrong number of arguments being used for ↵ | Scot Breitenfeld | 2015-01-28 | 1 | -3/+4 |
| | | | | MPI_FILE_OPEN. Kept using include "mpif.h" since it is not going to be depriciated. But 'USE mpi' will work now that the API is correct. | ||||
* | [svn-r26062] Changed the fortran test back from "USE mpi" to "include ↵ | Scot Breitenfeld | 2015-01-28 | 1 | -1/+1 |
| | | | | "mpif.h"". Using the module causes problems on the Cray (hopper). | ||||
* | [svn-r26061] Fixed unintentional typo. | Scot Breitenfeld | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | [svn-r26060] Fix for HDFFV-9091 | Scot Breitenfeld | 2015-01-27 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | 405-408::fortran vars should be scoped Scoped: HAVE_SIZEOF HAVE_C_SIZEOF HAVE_STORAGE_SIZE FORTRAN_DEFAULT_REALisDBLE to where the tests are (in m4/aclocal_fc.m4) Tested: jam (gnu) | ||||
* | [svn-r26059] Fix for: HDFFV-9095 | Scot Breitenfeld | 2015-01-27 | 1 | -6/+6 |
| | | | | | | | 4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion. | ||||
* | [svn-r26057] Fix for: HDFFV-9094 | Scot Breitenfeld | 2015-01-27 | 1 | -3/+3 |
| | | | | | | | | | | change include 'mpif.h' to module in tests Solution: changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4 Tested: jam (mpicc, mpif90) | ||||
* | [svn-r26055] Updates for: | Mohamad Chaarawi | 2015-01-27 | 1 | -500/+25 |
| | | | | | | | | | | | | | Discuss and Remove Infering parallel compilers (C and Fortran) from configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9068 Remove restriction to build shared with parallel https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9069 Cleanup parallel sections in configure.ac https://jira.hdfgroup.uiuc.edu/browse/HDFFV-9096 tested h5committest | ||||
* | [svn-r26052] Fixed false positive tests for intrensic functions. | Scot Breitenfeld | 2015-01-27 | 1 | -116/+125 |
| | | | | | Tested: jam (mpi, gfortran, intel) --enable-fortran, and --enable-fortran --enable-fortran2003 | ||||
* | [svn-r26051] Fix for HDFFV-9092 | Scot Breitenfeld | 2015-01-27 | 1 | -54/+24 |
| | | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam | ||||
* | [svn-r26047] Fix for HDFFV-9092 | Scot Breitenfeld | 2015-01-27 | 1 | -231/+50 |
| | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE tested: jam | ||||
* | [svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCE | Dana Robinson | 2015-01-27 | 1 | -2/+11 |
| | | | | | | | | | are defined. The former is for posix_memalign() and the latter for the O_DIRECT flag for open(). Both are for direct VFD support. Fixes HDFFV-9088 Tested on: jam | ||||
* | [svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to ↵ | Dana Robinson | 2015-01-26 | 1 | -0/+5 |
| | | | | | | | | | | indicate that it's still an issue with recent versions of Cygwin. Fixes HDFFV-9082 Tested on: jam (bin/reconfigure only - just a comment change) | ||||
* | [svn-r26028] Removed code from configure.ac that #defined ↵ | Dana Robinson | 2015-01-26 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | (H5)_NO_SHARED_WRITING under CodeWarrior as a work-around to broken open() functionality (it's not clear which version). The only effect of this #define was to cause test_file_close() in test/tfile.c to be skipped. Fixes HDFFV-9080 Tested on: jam We don't have CodeWarrior, so I just ensured the deletion didn't adversely affect a typical build. | ||||
* | [svn-r25981] Snapshot version 1.9 release 211 | HDF Tester | 2015-01-18 | 1 | -11/+11 |
| | |||||
* | [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵ | Scot Breitenfeld | 2015-01-15 | 1 | -4/+1 |
| | | | | sometimes and 10 bytes other times. Not sure why. | ||||
* | [svn-r25978] Bug fix for HDFFV-8847 | Scot Breitenfeld | 2015-01-13 | 1 | -1/+4 |
| | | | | Tested: h5committest | ||||
* | [svn-r25975] Snapshot version 1.9 release 210 | HDF Tester | 2015-01-11 | 1 | -11/+11 |
| | |||||
* | [svn-r25949] Snapshot version 1.9 release 209 | HDF Tester | 2015-01-04 | 1 | -11/+11 |
| | |||||
* | [svn-r25924] Snapshot version 1.9 release 208 | HDF Tester | 2014-12-28 | 1 | -11/+11 |
| | |||||
* | [svn-r25915] Snapshot version 1.9 release 207 | HDF Tester | 2014-12-21 | 1 | -11/+11 |
| | |||||
* | [svn-r25912] Revert change r25701: Add LD path to HDF5 install directory to ↵ | Larry Knox | 2014-12-19 | 1 | -5/+1 |
| | | | | | | | | | address HDFFV-8944. The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committest | ||||
* | [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory | Albert Cheng | 2014-12-17 | 1 | -2/+2 |
| | | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite. | ||||
* | [svn-r25886] Snapshot version 1.9 release 206 | HDF Tester | 2014-12-14 | 1 | -11/+11 |
| | |||||
* | [svn-r25864] Snapshot version 1.9 release 205 | HDF Tester | 2014-12-07 | 1 | -11/+11 |
| | |||||
* | [svn-r25855] Snapshot version 1.9 release 204 | HDF Tester | 2014-11-30 | 1 | -11/+11 |
| | |||||
* | [svn-r25834] Snapshot version 1.9 release 203 | HDF Tester | 2014-11-23 | 1 | -11/+11 |
| | |||||
* | [svn-r25762] Snapshot version 1.9 release 202 | HDF Tester | 2014-11-02 | 1 | -11/+11 |
| | |||||
* | [svn-r25736] Snapshot version 1.9 release 201 | HDF Tester | 2014-10-26 | 1 | -11/+11 |
| | |||||
* | [svn-r25720] Snapshot version 1.9 release 200 | HDF Tester | 2014-10-19 | 1 | -11/+11 |
| | |||||
* | [svn-r25701] Add LD path to HDF5 install directory to address HDFFV-8944. | Larry Knox | 2014-10-14 | 1 | -2/+6 |
| | | | | Tested with h5committest and failed external daily tests. | ||||
* | [svn-r25693] Snapshot version 1.9 release 199 | HDF Tester | 2014-10-12 | 1 | -11/+11 |
| | |||||
* | [svn-r25668] Snapshot version 1.9 release 198 | HDF Tester | 2014-10-05 | 1 | -11/+11 |
| | |||||
* | [svn-r25627] Snapshot version 1.9 release 197 | HDF Tester | 2014-09-28 | 1 | -11/+11 |
| | |||||
* | [svn-r25604] Snapshot version 1.9 release 196 | HDF Tester | 2014-09-21 | 1 | -11/+11 |
| | |||||
* | [svn-r25591] Snapshot version 1.9 release 195 | HDF Tester | 2014-09-14 | 1 | -11/+11 |
| | |||||
* | [svn-r25563] Snapshot version 1.9 release 194 | HDF Tester | 2014-08-31 | 1 | -11/+11 |
| | |||||
* | [svn-r25546] Snapshot version 1.9 release 193 | HDF Tester | 2014-08-24 | 1 | -11/+11 |
| | |||||
* | [svn-r25534] Snapshot version 1.9 release 192 | HDF Tester | 2014-08-17 | 1 | -11/+11 |
| | |||||
* | [svn-r25506] Snapshot version 1.9 release 191 | HDF Tester | 2014-08-03 | 1 | -11/+11 |
| | |||||
* | [svn-r25484] Snapshot version 1.9 release 190 | HDF Tester | 2014-07-27 | 1 | -11/+11 |
| | |||||
* | [svn-r25477] Added error if Fortran's default real is double precision. If ↵ | Scot Breitenfeld | 2014-07-24 | 1 | -0/+9 |
| | | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel and -r8 flag, both with and without --disable-hl. | ||||
* | [svn-r25434] Snapshot version 1.9 release 189 | HDF Tester | 2014-07-20 | 1 | -11/+11 |
| | |||||
* | [svn-r25407] Snapshot version 1.9 release 188 | HDF Tester | 2014-07-13 | 1 | -11/+11 |
| | |||||
* | [svn-r25397] - remove configure checks for MPI_File_get_size and Big | Mohamad Chaarawi | 2014-07-07 | 1 | -66/+0 |
| | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856) | ||||
* | [svn-r25395] Snapshot version 1.9 release 187 | HDF Tester | 2014-07-06 | 1 | -11/+11 |
| | |||||
* | [svn-r25378] Snapshot version 1.9 release 186 | HDF Tester | 2014-06-29 | 1 | -11/+11 |
| | |||||
* | [svn-r25339] Snapshot version 1.9 release 185 | HDF Tester | 2014-06-22 | 1 | -11/+11 |
| | |||||
* | [svn-r25287] Fix for: | Scot Breitenfeld | 2014-06-16 | 1 | -0/+95 |
| | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof | ||||
* | [svn-r25285] Snapshot version 1.9 release 184 | HDF Tester | 2014-06-15 | 1 | -11/+11 |
| | |||||
* | [svn-r25241] Snapshot version 1.9 release 183 | HDF Tester | 2014-06-08 | 1 | -11/+11 |
| |