Scot Breitenfeld
46d39603ad
[svn-r26127] Fixed typo.
2015-02-05 09:59:15 -05:00
Scot Breitenfeld
8a528170ec
[svn-r26117] Autotools work HDFFV-9067,
...
Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed.
tested: jam
2015-02-03 10:42:15 -05:00
Mohamad Chaarawi
cbf280a22d
[svn-r26115] explain why If RUNSERIAL or RUNPARALLEL is the word `none' then replace it with empty string.
2015-02-03 09:33:25 -05:00
Mohamad Chaarawi
473feff3c6
[svn-r26114] remove option to toggle large file support.
2015-02-02 15:54:59 -05:00
Scot Breitenfeld
68631b6e95
[svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead of 'include 'mpih.f'
...
tested jam (mpich + gnu).
2015-02-02 13:52:35 -05:00
Dana Robinson
51de1ce902
[svn-r26100] Removed maintainer mode (AM_MAINTAINER_MODE) from configure.ac.
...
This is no longer needed since we don't check in generated files anymore.
Actually, it was not really recommended in the first place:
http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html
Part of: HDFFV-9122
Tested on: jam
2015-02-02 04:16:07 -05:00
Dana Robinson
a36942f59f
[svn-r26099] Updated manifest
...
Part of: HDFFV-9120
2015-02-02 03:53:59 -05:00
Dana Robinson
010c3e7e39
[svn-r26098] Removed copied m4 files from version control.
...
Developers will now have to run bin/reconfigure (deprecated, will be removed
soon) or autogen.sh after checking out code.
Part of: HDFFV-9120
Tested on: jam with Fortran and C++
2015-02-02 03:05:02 -05:00
Dana Robinson
e2240d544e
[svn-r26097] Removed configure and Makefile.in files from version control.
...
Developers will now have to run bin/reconfigure (deprecated, will be removed
soon) or autogen.sh after checking out code.
Part of: HDFFV-9120
Tested on: jam with Fortran and C++
2015-02-02 02:50:25 -05:00
Dana Robinson
cd1d1d41df
[svn-r26096] Merged r26024-26095 from trunk.
...
Tested on: jam with Fortran and C++
2015-02-02 01:46:40 -05:00
Dana Robinson
45eefdbdea
[svn-r26095] Added executable property to distdep.
2015-02-02 01:05:20 -05:00
Dana Robinson
0af31e6938
[svn-r26093] Updated manifest.
2015-02-01 14:25:19 -05:00
HDF Tester
67f41bf9f8
[svn-r26092] Snapshot version 1.9 release 212
2015-02-01 06:03:18 -05:00
Dana Robinson
8387b3fdfa
[svn-r26091] Fixed some missing comment text in the autogen.sh script.
...
Part of HDFFV-9114
Tested on: jam
2015-01-31 08:54:31 -05:00
Dana Robinson
46ea85c6cb
[svn-r26090] Added an autogen.sh script.
...
Note that bin/reconfigure still exists. It will be removed at a later
date.
Part of HDFFV-9114
Tested on: jam
2015-01-31 08:32:42 -05:00
Mohamad Chaarawi
a9cf3b658b
[svn-r26087] update build procedure for Hopper (Cray).. only static now.
...
Will add shared when we introduce support later.
2015-01-30 15:49:39 -05:00
Dana Robinson
ba002bcc8f
[svn-r26086] Solaris no longer has issues with requiring early checking for time
...
functions so the checks were merged with the other system call
checks.
Fixes HDFFV-9083
Tested on: Linux (jam) and Solaris (emu)
2015-01-30 06:57:10 -05:00
Dana Robinson
8cb70b47cb
[svn-r26085] Improved the direct VFD configure checks.
...
- Results of O_DIRECT and posix_memalign() checks are now
output so users can more easily diagnose problems.
- Configure now fails if --enable-direct-vfd was requested
but either O_DIRECT or posix_memalign() are not
present.
Part of HDFFV-7566
Tested on: jam (configure only)
2015-01-30 05:38:59 -05:00
Dana Robinson
21a38c4e67
[svn-r26084] Configure now just checks for O_DIRECT being defined instead of trying
...
to build and run a program using it, which is problematic (depends on
file system, issues with cross-compiling).
Part of HDFFV-9057
Tested on: jam (configure only)
2015-01-30 04:42:26 -05:00
Dana Robinson
ec45cabfc7
[svn-r26083] Changed the default for building the direct VFD to 'no'.
...
Updated the direct VFD help string to make it more clear where
it is suported.
Part of HDFFV-7566 and HDFFV-7567
Tested on: jam (configure only)
2015-01-30 03:08:57 -05:00
Dana Robinson
37d1800ec0
[svn-r26082] Moved the high-level library checks up to the same place where
...
Fortran and C++ are checked. This will make it easier to
handle threadsafe/high-level combinations later.
Also changed the default of --enable-pthread to 'check' and
removed yes/no behavior. If you ask for thread-safety, you
can't disable Pthreads...
Part of HDFFV-8719
Tested on: jam (configure only)
2015-01-30 02:38:40 -05:00
Dana Robinson
adc1845b48
[svn-r26081] Moved the check for pthread_attr_setscope() into the thread-safe checks
...
section. Documented its necessity and added a cross-compiling option
and helpful comment.
Also removed a check for BSDgettimeofday from configure.ac, which
was for Irix 5.3 support.
Part of HDFFV-9087
Tested on: jam with threadsafe
2015-01-29 18:48:20 -05:00
Dana Robinson
190ff778af
[svn-r26080] Removed unused HAVE_TZNAME define from configuration files.
...
Also removed a missed HAVE___GMTOFF from CMake.
Part of HDFFV-9085
Tested on: jam
2015-01-29 17:37:37 -05:00
Dana Robinson
da2a2d9400
[svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact of the Linux
...
fork of glibc. It's been deprecated since at least 1997.
Part of HDFFV-9085
Tested on: jam
2015-01-29 17:33:01 -05:00
Dana Robinson
5bf140387f
[svn-r26078] Changed a timezone struct to NULL in testpar/t_cache.c.
...
Part of HDFFV-9085
Tested on: jam w/ parallel
2015-01-29 17:06:28 -05:00
Dana Robinson
edc8d356f3
[svn-r26077] Removed unused HAVE_TM_ZONE and HAVE_STRUCT_TM_TM_ZONE defines from
...
VMS and CMake pubconfs.
Part of HDFFV-9085
Tested on: jam
2015-01-29 16:32:32 -05:00
Dana Robinson
f44d493a4b
[svn-r26076] Removed gettimeofday() time zone struct functionality.
...
Part of HDFFV-9085
Tested on: jam
2015-01-29 16:02:19 -05:00
Dana Robinson
a3eb3ac333
[svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is an obsolete
...
system call from Irix 5.3.
Part of HDFFV-9085
Tested on: jam
2015-01-29 15:28:13 -05:00
Allen Byrne
e05c75ea4e
[svn-r26074] fix test destination
2015-01-29 12:58:27 -05:00
Dana Robinson
682dcf403a
[svn-r26072] Updated libhdf5.settings.in so that it no longer lists internal filters.
...
Part of HDFFV-9086
Tested on: jam (configure only)
2015-01-29 09:26:46 -05:00
Dana Robinson
aea0b5b46e
[svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.
...
Fixes HDFFV-9081
Tested on: jam
2015-01-29 09:15:48 -05:00
Dana Robinson
fec3d82085
[svn-r26070] Removed internal filter configuration from CMake
...
Part of HDFFV-9086
2015-01-29 08:22:11 -05:00
Dana Robinson
45aece2434
[svn-r26069] Removed the option to selectively disable internal filters like n-bit
...
at compile time.
Fixes HDFFV-9086
Tested on: jam, both serial and parallel w/ fortran & C++
2015-01-29 08:19:22 -05:00
Scot Breitenfeld
cc7cdaac59
[svn-r26063] Fixed the wrong number of arguments being used for 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.
2015-01-28 10:37:01 -05:00
Scot Breitenfeld
052638dbc8
[svn-r26062] Changed the fortran test back from "USE mpi" to "include "mpif.h"". Using the module causes problems on the Cray (hopper).
2015-01-28 10:01:23 -05:00
Scot Breitenfeld
bc0d6a1500
[svn-r26061] Fixed unintentional typo.
2015-01-28 08:54:23 -05:00
Scot Breitenfeld
7046addd0b
[svn-r26060] Fix for HDFFV-9091
...
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)
2015-01-27 16:52:53 -05:00
Scot Breitenfeld
f142970ac2
[svn-r26059] Fix for: HDFFV-9095
...
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.
2015-01-27 16:35:30 -05:00
Scot Breitenfeld
06587c6e91
[svn-r26057] Fix for: HDFFV-9094
...
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)
2015-01-27 16:24:31 -05:00
Mohamad Chaarawi
4a10dbe011
[svn-r26055] Updates for:
...
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
2015-01-27 15:59:48 -05:00
Scot Breitenfeld
b2516b909a
[svn-r26054] Fix for: HDFFV-9089
...
375::Compile the Fortran 77/90/95 interface -> remove 77 from comment
Removed from comment.
2015-01-27 15:30:29 -05:00
Scot Breitenfeld
f1da79edff
[svn-r26053] Added comments.
2015-01-27 15:20:26 -05:00
Scot Breitenfeld
d29c5a6e6a
[svn-r26052] Fixed false positive tests for intrensic functions.
...
Tested: jam (mpi, gfortran, intel)
--enable-fortran, and --enable-fortran --enable-fortran2003
2015-01-27 15:16:07 -05:00
Scot Breitenfeld
4d34a0c6ad
[svn-r26051] Fix for HDFFV-9092
...
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
2015-01-27 12:17:09 -05:00
Scot Breitenfeld
1e85e7ca52
[svn-r26047] Fix for HDFFV-9092
...
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
2015-01-27 10:29:06 -05:00
Dana Robinson
b10f26ab18
[svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCE
...
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
2015-01-26 22:31:03 -05:00
Allen Byrne
055348122d
[svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.
2015-01-26 15:23:19 -05:00
Allen Byrne
eb3900554e
[svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support.
...
Tested: local linux and cygwin
2015-01-26 13:03:18 -05:00
Dana Robinson
4e37d30dba
[svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to 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)
2015-01-26 06:14:54 -05:00
Dana Robinson
699b27ee4e
[svn-r26028] Removed code from configure.ac that #defined (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.
2015-01-26 05:06:53 -05:00