2016-11-29 20:22:14 +05:30
# DAMASK patching
2018-01-29 07:32:38 +05:30
This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release.
2016-11-29 20:22:14 +05:30
## Usage
```bash
cd DAMASK_ROOT
2016-11-29 20:32:07 +05:30
patch -p1 < installation / patch / nameOfPatch
2016-11-29 20:22:14 +05:30
```
## Available patches
2019-03-21 04:24:28 +05:30
* **disable_HDF5** disables all HDF5 output.
HDF5 output is an experimental feature. Also, some routines not present in HDF5 1.8.x are remove to allow compilation of DAMASK with HDF5 < 1.10.x
2017-11-05 18:49:34 +05:30
2017-11-20 17:27:30 +05:30
## Create patch
commit your changes
```bash
git format-patch PATH_TO_COMPARE --stdout >
```