Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r20157] Bring CMake changes to branch up to r20156 from trunk | Allen Byrne | 2011-02-25 | 2 | -116/+330 |
| | |||||
* | [svn-r20150] Change Name of Legacy naming option | Allen Byrne | 2011-02-23 | 1 | -9/+9 |
| | |||||
* | [svn-r20111] Ignore valgrind memleak test on cmake script for ↵ | Jonathan Kim | 2011-02-17 | 1 | -0/+2 |
| | | | | H5LS-tgrp_comments and H5DUMP-tarray1_big test cases. | ||||
* | [svn-r20079] Correct Fortran handling in CMake files | Allen Byrne | 2011-02-10 | 1 | -0/+121 |
| | | | | Tested: local: linux | ||||
* | [svn-r20069] Corrected a typo in | Albert Cheng | 2011-02-08 | 1 | -1/+1 |
| | | | | | | | | | PROD_CFLAGS= "-O" Shell does not allow any spaces between the "=" and righthand side value. Changed it to PROD_CFLAGS="-O" Tested in jam. | ||||
* | [svn-r20059] Changed Linux system to use mpicc as the default parallel C ↵ | Albert Cheng | 2011-02-07 | 1 | -2/+8 |
| | | | | | | | | | compiler. mpif90 is already the default parallel Fortran if mpicc is the C compiler. Tested: Amani (serial and parallel). No need for committest since this change is limited to Linux system. | ||||
* | [svn-r20055] Corrected extlib option value | Allen Byrne | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | [svn-r20042] Disable SVN extlibs | Allen Byrne | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | [svn-r20041] Created valgrind cacheinit file, Corrected ignore list, updated ↵ | Allen Byrne | 2011-02-04 | 2 | -34/+92 |
| | | | | memcheck defines | ||||
* | [svn-r20014] Change use of variable to allow a SITE name to be defined, to ↵ | Allen Byrne | 2011-01-27 | 1 | -0/+289 |
| | | | | using it to extend the build name used in reporting to CDash | ||||
* | [svn-r19994] Added ability to use compressed file for external libraries | Allen Byrne | 2011-01-25 | 1 | -2/+10 |
| | | | | | | Bring 19993 from trunk Tested: local linux | ||||
* | [svn-r19987] Update list of memtest exlude | Allen Byrne | 2011-01-25 | 1 | -1/+3 |
| | |||||
* | [svn-r19931] Add packed bits tests to MemCheck ignore list | Allen Byrne | 2011-01-07 | 1 | -0/+42 |
| | |||||
* | [svn-r19913] Correct format of empty parameter | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | | | | Tested: local linux | ||||
* | [svn-r19908] Change how LINK_FLAGS for fortran are appended on Windows | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵ | Allen Byrne | 2011-01-04 | 1 | -16/+14 |
| | | | | | | macro use for checking libtype. Tested: Windows | ||||
* | [svn-r19898] Remove use of /MT compile flag for building static libs and ↵ | Allen Byrne | 2010-12-30 | 2 | -23/+9 |
| | | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries. | ||||
* | [svn-r19883] Corrected time_of_day define configuration, found during ↵ | Allen Byrne | 2010-12-13 | 2 | -11/+12 |
| | | | | | | parallel CMake build. Tested: local linux, fix confirmed by user | ||||
* | [svn-r19875] Correct HDF5 configuration variables for CPack/Install. | Allen Byrne | 2010-12-08 | 3 | -7/+11 |
| | | | | Tested: windows | ||||
* | [svn-r19874] Add other HDF5 configuration variables. | Allen Byrne | 2010-12-08 | 1 | -3/+6 |
| | |||||
* | [svn-r19871] Add tests for examples. | Allen Byrne | 2010-12-03 | 3 | -16/+54 |
| | | | | | | Bring r19870 from trunk Tested: local linux | ||||
* | [svn-r19826] Correct SZIP 'warning ignore' regex | Allen Byrne | 2010-11-19 | 1 | -1/+1 |
| | |||||
* | [svn-r19821] Update cacheinit.cmake with current HDF options. | Allen Byrne | 2010-11-18 | 1 | -6/+18 |
| | |||||
* | [svn-r19810] Correct define typo | Allen Byrne | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | [svn-r19807] Corrected REGEX of warning exception | Allen Byrne | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | [svn-r19802] Update valgrind ignore tests. | Allen Byrne | 2010-11-17 | 1 | -15/+30 |
| | |||||
* | [svn-r19793] Revised the valgrind ignore list, added simple execute command ↵ | Allen Byrne | 2010-11-16 | 1 | -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 Byrne | 2010-11-16 | 2 | -3/+21 |
| | | | | Tested: local linux | ||||
* | [svn-r19788] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix ↵ | Allen Byrne | 2010-11-16 | 1 | -2/+8 |
| | | | | naming. Unset needs prefix to be lib. | ||||
* | [svn-r19780] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors. | Allen Byrne | 2010-11-13 | 1 | -1/+1 |
| | | | | Bring r19779 from trunk | ||||
* | [svn-r19777] Corrected handling of largefile and linux_lfs handling. | Allen Byrne | 2010-11-12 | 4 | -11/+49 |
| | | | | | Synched cmake version of H5pubconf.h.in Added another variation of H5detect warning to ignore list. | ||||
* | [svn-r19768] Problem: | Albert Cheng | 2010-11-11 | 1 | -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 Cheng | 2010-11-11 | 2 | -2/+2 |
| | |||||
* | [svn-r19754] Added flush2 to list of memcheck ignore - flush2 needs flush1 ↵ | Allen Byrne | 2010-11-10 | 1 | -0/+1 |
| | | | | | | to generate files Bring r19753 back from trunk. | ||||
* | [svn-r19738] Added another version of H5detect warning to ignore list | Allen Byrne | 2010-11-05 | 1 | -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 Byrne | 2010-11-01 | 1 | -0/+9 |
| | | | | Tested: local linux | ||||
* | [svn-r19703] Removed special fheap timeout - replaced by timeout set in ↵ | Allen Byrne | 2010-11-01 | 2 | -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 tests | Allen Byrne | 2010-10-27 | 1 | -1/+6 |
| | | | | | | Added valgrind test variables and increased Tested: Local linux | ||||
* | [svn-r19663] Add warnings to CDash ignore list | Allen Byrne | 2010-10-22 | 1 | -2/+4 |
| | |||||
* | [svn-r19661] Add tab char to regex for warnings | Allen Byrne | 2010-10-22 | 1 | -2/+2 |
| | |||||
* | [svn-r19653] Put back deleted library check in configure. | Allen Byrne | 2010-10-20 | 1 | -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 names | Allen Byrne | 2010-10-19 | 1 | -4/+2 |
| | |||||
* | [svn-r19591] Bug fix: since the addition of | Albert Cheng | 2010-10-13 | 4 | -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 Pourmal | 2010-10-08 | 2 | -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 formatting | Allen Byrne | 2010-10-07 | 3 | -40/+38 |
| | |||||
* | [svn-r19529] Added line to config/examples.am to remove execute permission ↵ | Larry Knox | 2010-10-06 | 1 | -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 Byrne | 2010-10-06 | 2 | -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 Byrne | 2010-10-04 | 3 | -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 Byrne | 2010-09-21 | 2 | -2/+43 |
| | | | | | | script and OPTION HDF5_TEST_VFD Tested: local linux | ||||
* | [svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0 | Mike McGreevy | 2010-09-21 | 1 | -1/+1 |
| |