summaryrefslogtreecommitdiffstats
path: root/release_docs/README_HPC
Commit message (Collapse)AuthorAgeFilesLines
* Bring the H5detect removal change from develop (#3648)Dana Robinson2023-10-091-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bring the H5detect removal change from develop - Removed CMake cross-compiling variables * HDF5_USE_PREGEN * HDF5_BATCH_H5DETECT These were used to work around H5detect and H5make_libsettings and are no longer required. - Running H5make_libsettings is no longer required for cross-compiling The functionality of H5make_libsettings is now handled via template files, so H5make_libsettings has been removed. - Running H5detect is no longer required for cross-compiling The functionality of H5detect is now exercised at library startup, so H5detect has been removed. * Put H5T_CONV_ab macros in do..while loops (#3432) Ever since a recent round of macro cleanup, bin/trace and clang-format have been bickering over what H5Tconv.c should look like and neither produces readable code. This change puts the top-level H5T_CONV_ab macros in do..while loops, adds appropriate semicolons, and adds the missing H5_CLANG_DIAG_ON|OFF and H5_GCC_CLANG_DIAG_ON|OFF macros to the list of statement macros clang-format recognizes. H5Tconv.c is now readable and both bin/trace and clang-format are happy.
* Misc missed things from previous merges (#3295)Dana Robinson2023-07-271-1/+1
|
* Update version (#2971)Larry Knox2023-05-191-14/+12
| | | | | * Update version Copy RELEASE.txt from 1.14.1-2 release into HISTORY-1_14.txt Clear out RELEASE.txt
* Merge with develop (#2790)Dana Robinson2023-04-221-3/+3
|
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-5/+5
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Whitespace and url correctionAllen Byrne2020-10-191-1/+1
|
* Update examples and fix old version references.Allen Byrne2020-02-261-78/+78
|
* Update documents following DHF5 1.10.5 release.Larry Knox2019-03-051-79/+206
|
* Add HDF5options.cmake files for serial and parallel tests on HPCLarry Knox2019-01-281-0/+79
machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling.