DAMASK_EICMD/installation/patch
Martin Diehl 6d1367e85a patch for release 2019-03-20 23:54:28 +01:00
..
README.md patch for release 2019-03-20 23:54:28 +01:00
disable_HDF5 patch for release 2019-03-20 23:54:28 +01:00
python2to3.sh do not change to "python" 2018-11-17 12:15:33 +01:00

README.md

DAMASK patching

This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release.

Usage

cd DAMASK_ROOT
patch -p1 < installation/patch/nameOfPatch

Available patches

  • 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

Create patch

commit your changes

git format-patch PATH_TO_COMPARE --stdout >