summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19883] Corrected time_of_day define configuration, found during ↵Allen Byrne2010-12-132-11/+12
| | | | | | parallel CMake build. Tested: local linux, fix confirmed by user
* [svn-r19875] Correct HDF5 configuration variables for CPack/Install.Allen Byrne2010-12-083-7/+11
| | | | Tested: windows
* [svn-r19874] Add other HDF5 configuration variables.Allen Byrne2010-12-081-3/+6
|
* [svn-r19871] Add tests for examples.Allen Byrne2010-12-033-16/+54
| | | | | | Bring r19870 from trunk Tested: local linux
* [svn-r19826] Correct SZIP 'warning ignore' regexAllen Byrne2010-11-191-1/+1
|
* [svn-r19821] Update cacheinit.cmake with current HDF options. Allen Byrne2010-11-181-6/+18
|
* [svn-r19810] Correct define typoAllen Byrne2010-11-171-1/+1
|
* [svn-r19807] Corrected REGEX of warning exceptionAllen Byrne2010-11-171-2/+2
|
* [svn-r19802] Update valgrind ignore tests.Allen Byrne2010-11-171-15/+30
|
* [svn-r19793] Revised the valgrind ignore list, added simple execute command ↵Allen Byrne2010-11-161-436/+456
| | | | tests for when doing a valgrind test of tools that only use a cmake script for testing.
* [svn-r19791] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-162-3/+21
| | | | Tested: local linux
* [svn-r19788] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix ↵Allen Byrne2010-11-161-2/+8
| | | | naming. Unset needs prefix to be lib.
* [svn-r19780] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.Allen Byrne2010-11-131-1/+1
| | | | Bring r19779 from trunk
* [svn-r19777] Corrected handling of largefile and linux_lfs handling.Allen Byrne2010-11-124-11/+49
| | | | | Synched cmake version of H5pubconf.h.in Added another variation of H5detect warning to ignore list.
* [svn-r19768] Problem:Albert Cheng2010-11-111-1/+1
| | | | | | | | The parallel test ran out of memory because 32bit binary default to use less memory. Changed RUNPARALLEL to use larger memory (LDR_CNTRL=MAXDATA=0x2000 0000@DSA). Tested: BP parallel.
* [svn-r19763] Changed NPROCS default value from 3 to 6.Albert Cheng2010-11-112-2/+2
|
* [svn-r19754] Added flush2 to list of memcheck ignore - flush2 needs flush1 ↵Allen Byrne2010-11-101-0/+1
| | | | | | to generate files Bring r19753 back from trunk.
* [svn-r19738] Added another version of H5detect warning to ignore listAllen Byrne2010-11-051-0/+3
| | | | | | Added H5convert warning to ignore list Added flush1 to list of memcheck ignore - design precludes valgrind correctness
* [svn-r19705] Added VFD test options.Allen Byrne2010-11-011-0/+9
| | | | Tested: local linux
* [svn-r19703] Removed special fheap timeout - replaced by timeout set in ↵Allen Byrne2010-11-012-6/+441
| | | | | | | | | CTestConfig.ctest Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows Bring r19702 from trunk
* [svn-r19677] Added h5mkgrp testsAllen Byrne2010-10-271-1/+6
| | | | | | Added valgrind test variables and increased Tested: Local linux
* [svn-r19663] Add warnings to CDash ignore listAllen Byrne2010-10-221-2/+4
|
* [svn-r19661] Add tab char to regex for warningsAllen Byrne2010-10-221-2/+2
|
* [svn-r19653] Put back deleted library check in configure.Allen Byrne2010-10-201-0/+1
| | | | | | Remove shared library check around ws2_32.lib linking in test library. Issue on windows static builds. Tested: windows
* [svn-r19644] Correct configuration library checks symbol namesAllen Byrne2010-10-191-4/+2
|
* [svn-r19591] Bug fix: since the addition of Albert Cheng2010-10-134-156/+11
| | | | | | | | | | | | | | | | | | | | RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} kind of mess things up for the parallel HDF5 configure. Changed it to RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=1 MP_TASKS_PER_NODE=1 poe"} if --enable-parallel. Also merge powerpc-ibm-aix5.x with ibm-aix by making powerpc-ibm-aix5.x to source ibm-aix just like ibm-aix6.x. This is in preparation that all AIX platforms will eventually just use ibm-aix directly. Fixed a small problme in ibm-flags: some older xlc (e.g. v7.1) prints the version information with a leading blank. So, accommodate this pattern by removing the "^". Tested: LLNL uP, 32/64bits, serial/parallel. (parallel has tests failed but this change is mainily for configure issues.) Also tested BP, 32/64bits but serial only.
* [svn-r19567] Maintenance: Added -O3 to be used with the C Intel v 11 ↵Elena Pourmal2010-10-082-7/+28
| | | | | | | | | compilers; set default to -O for all unknown versions of the C Intel compilers. Modified apple config file to display Intel compiler information. Updated RELEASE.txt notes accordingly. Platfroms tested: jam, amani and dubna (Mac 64-bit) with Intel C, Fortran and C++ compilers.
* [svn-r19537] Cleanup formattingAllen Byrne2010-10-073-40/+38
|
* [svn-r19529] Added line to config/examples.am to remove execute permission ↵Larry Knox2010-10-061-0/+1
| | | | | | from example source files that are installed in .../share/hdf5_examples/. This will address bugzilla #2025. Tested with h5committest on amani, heiwa, and jam.
* [svn-r19528] Add clear generated objects commands to test blocks.Allen Byrne2010-10-062-19/+38
| | | | | | | | Add configurefile command to copy CTestCustom to build folder. Bring r19527 back from trunk Tested: local linux
* [svn-r19510] Improve CMake support for CYGWIN.Allen Byrne2010-10-043-75/+96
| | | | | | | | Correct script comment in testh5diff.sh Bring r19509 back from trunk Tested: Windows Cygwin
* [svn-r19459] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-212-2/+43
| | | | | | script and OPTION HDF5_TEST_VFD Tested: local linux
* [svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0Mike McGreevy2010-09-211-1/+1
|
* [svn-r19423] Bug fix: 1961-- AIX 6.1 --enable-share did not work.Albert Cheng2010-09-201-0/+21
| | | | | | | | | | | | | | | | | | | Description: In an AIX 6.1 system, configure --enable-shared could not build a shared HDF5 library. The problem was because the version of config.guess was too old to recongnize AIX 6.X and also configure.in had a local fix which did not recognize AIX 6.X. Solution: 1. Mike McGreevy updated bin/config.guess to handle AIX 6.X. 2 Albert fixed configure.in to recognize AIX 6.X. Note that though HDF5 can build shared lib for AIX 6.X systems but it still could not install the proper library as in AIX 5.X systems. Also, bin/config.sub should be updated too. Tested: BP which is the AIX 6.1 system that exposed this problem.
* [svn-r19408] In this revision the '/' after ${DESTDIR} wherever it occursLarry Knox2010-09-161-5/+15
| | | | | | | | | | | | | | | | | | | | has been removed. According to the official description of DESTDIR by Gnu at http://www.gnu.org/prep/standards/html_node/DESTDIR.html, DESTDIR is prepended to the normal and complete install path that it precedes for the purpose of installing in a temporary directory which is useful for building rpms and other packages. The '/' after ${DESTDIR} will be followed by another '/' at the beginning of the normal install path. When DESTDIR is empty the path then begins with '//', which is incorrect and causes problems at least for Cygwin. The change made in config/commence.am affects many Makefile.*s when bin/reconfigure is run. EXAMPLEDIRs had to be corrected individually. Also the scripts to run examples after they are installed have checks added to see that the fortran and c++ directories are present before trying to run the scripts in them. Tested with h5committest on amani, heiwa and jam.
* [svn-r19404] Update to H5REPACK tests for layout info required a grep script ↵Allen Byrne2010-09-161-0/+61
| | | | | | | | like runTest.cmake. Update CMakeLists.txt for new h5repack layout tests. Tested: local linux
* [svn-r19371] Updated autoconf to version 2.6.7, libtool to version 2.2.10, ↵Larry Knox2010-09-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and m4 to version 1.4.14. Also added m4 directory for m4 macros according to autoconf suggestion. Tested with h5committest on amani, jam, and heiwa, and on linew. -This line, and those below, will be ignored-- M hdf5_1_8/test/Makefile.in A hdf5_1_8/m4 AM hdf5_1_8/m4/ltsugar.m4 AM hdf5_1_8/m4/libtool.m4 AM hdf5_1_8/m4/ltversion.m4 AM hdf5_1_8/m4/lt~obsolete.m4 AM hdf5_1_8/m4/ltoptions.m4 M hdf5_1_8/configure M hdf5_1_8/Makefile.in M hdf5_1_8/testpar/Makefile.in M hdf5_1_8/configure.in M hdf5_1_8/src/Makefile.in M hdf5_1_8/tools/Makefile.in M hdf5_1_8/tools/misc/Makefile.in M hdf5_1_8/tools/h5dump/Makefile.in M hdf5_1_8/tools/h5repack/Makefile.in M hdf5_1_8/tools/h5jam/Makefile.in M hdf5_1_8/tools/h5diff/Makefile.in M hdf5_1_8/tools/lib/Makefile.in M hdf5_1_8/tools/h5copy/Makefile.in M hdf5_1_8/tools/h5import/Makefile.in M hdf5_1_8/tools/h5stat/Makefile.in M hdf5_1_8/tools/h5ls/Makefile.in M hdf5_1_8/hl/test/Makefile.in M hdf5_1_8/hl/tools/Makefile.in M hdf5_1_8/hl/tools/gif2h5/Makefile.in M hdf5_1_8/hl/Makefile.in M hdf5_1_8/hl/src/Makefile.in M hdf5_1_8/hl/c++/test/Makefile.in M hdf5_1_8/hl/c++/Makefile.in M hdf5_1_8/hl/c++/src/Makefile.in M hdf5_1_8/hl/c++/examples/Makefile.in M hdf5_1_8/hl/fortran/test/Makefile.in M hdf5_1_8/hl/fortran/Makefile.in M hdf5_1_8/hl/fortran/src/Makefile.in M hdf5_1_8/hl/fortran/examples/Makefile.in M hdf5_1_8/hl/examples/Makefile.in M hdf5_1_8/config/commence.am M hdf5_1_8/MANIFEST M hdf5_1_8/c++/test/Makefile.in M hdf5_1_8/c++/Makefile.in M hdf5_1_8/c++/src/Makefile.in M hdf5_1_8/c++/examples/Makefile.in M hdf5_1_8/bin/ltmain.sh M hdf5_1_8/bin/reconfigure M hdf5_1_8/perform/Makefile.in M hdf5_1_8/fortran/test/Makefile.in M hdf5_1_8/fortran/testpar/Makefile.in M hdf5_1_8/fortran/Makefile.in M hdf5_1_8/fortran/src/Makefile.in M hdf5_1_8/fortran/examples/Makefile.in M hdf5_1_8/aclocal.m4 M hdf5_1_8/examples/Makefile.in
* [svn-r19365] Bug Fix: ID 2019Albert Cheng2010-09-101-3/+9
| | | | | | | | | | | | | | | | | | | | | Description: The development (--disable-production) mode ran a long time, especially on the testhdf5 (select) that exceeded the wall clock 10 minutes limits and was terminated. It turned out the development had DEBUG_CFLAG set to "-g -xildoff".\ The -xildoff was added back when h5detect had errors when -g only was used. But that bug does not exist any more since when only -g is used to build, h5detect did not fail and all tests passed. Therefore -xildoff is removed. Furthermore, when "-g -O" is used to build the library, debuggers such as dbx can still use the executable, though some debugging ability like displaying local variables is not available in optimized code. But overall execution time shorten. Therefore, the C, Fortran aand CXX DEBUG flags are all set to "-g -O" by default. Tested: in Linew using the default development mode because the changes affect only the Sun platform.
* [svn-r19362] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-093-17/+95
|
* [svn-r19358] Add POSIX warning to report ignore list.Allen Byrne2010-09-081-0/+1
|
* [svn-r19356] Bug fix: ID 2026Albert Cheng2010-09-082-2/+2
| | | | | | | | | | | | | | | | Description: testhdf5/select runs very slow when in --disable-production mode using pgcc compiler. This was caused by the -Mchkfpstk compiler switch added to the DEBUG_FLAGS in config/pgi-flags file. Solution: Removed -Mchkfpstk from both pgi-flags and pgi-fflags. See Bug 2026 for dettails. Tested: (no h5committest test since they don't use PGI compilers.) Jam (linux32): using pgcc/pgf90/pgCC using default and --enable-production. Amani (linux64): using pgcc/pgf90/pgCC (32 bits mode by "-tp k8-32"), using default and --enable-production.
* [svn-r19344] Corrected long long printf test.Allen Byrne2010-09-022-5/+2
| | | | | | | | | Added CMake commands to allow the install of the extlibs on windows. Updated ctest warning exception regex for VS2010 Bring r19343 from trunk Tested: windows
* [svn-r19326] Added parallel build commands.Allen Byrne2010-08-312-1/+373
| | | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Bring r19325 from trunk Tested: local linux with mpich
* [svn-r19321] Added correction to check for existence of H5PRINTF_LL in ↵Allen Byrne2010-08-271-37/+39
| | | | | | PRINTF_LL test. Tested: local linux
* [svn-r19311] Description:Quincey Koziol2010-08-261-1/+1
| | | | | | | | Bump optimization down for Intel 10.* compilers, due to apparent bad code generation. Tested on: Linux/64 2.6 (cobalt) w/debug & production & Intel 11.1 compilers (h5committest not appropriate)
* [svn-r19303] bug 1678: temporary fix.Albert Cheng2010-08-251-0/+5
| | | | | | | | | | | | | | | | Description: aix -q32 default to a memory limit that some HDF5 tests would fail in malloc. Solution: Temporary hardset RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} to bypass this problem until the test programs are fixed. Though -q64 binary has a higher default memory limit and does not need this patch, it is applied the same for the sake of simplicity since it is a temporary fix. Tested: in uP, tested 32 and -q64 modes. No h5committest since this applies to the AIX platform only.
* [svn-r19301] BZ 1958: Add h5dump xml tests to CMake supportAllen Byrne2010-08-254-3/+12
| | | | | | Bring r19300 from trunk Tetsed: local linux
* [svn-r19289] bug 1678: temporary fix.Albert Cheng2010-08-241-0/+5
| | | | | | | | | | | | | | | | Description: aix -q32 default to a memory limit that some HDF5 tests would fail in malloc. Solution: Temporary hardset RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} to bypass this problem until the test programs are fixed. Though -q64 binary has a higher default memory limit and does not need this patch, it is applied the same for the sake of simplicity since it is a temporary fix. Tested: in BP, both -q32 and -q64 modes. No h5committest since this applies to the AIX platform only.
* [svn-r19270] Add warning exceptions.Allen Byrne2010-08-201-0/+16
| | | | Add memcheck ignore.
* [svn-r19257] Change Cmake to allow a local zlib header to be used in ↵Allen Byrne2010-08-204-48/+109
| | | | | | | | | | | H5Zdelate module. Corrected use of "SKIP" message in cmake. Corrections to cmake configuration files (for cmake external projects). Community suggested changes. Tested: local linux