DAMASK_EICMD/installation/patch
Martin Diehl 18fc41f33f not needed anymore (only python3 and HDF5) 2020-01-02 21:36:43 +01:00
..
README.md [skip ci] old output not needed for testing HDF5 2019-04-18 18:28:22 +02: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 removed to allow compilation of DAMASK with HDF5 < 1.10.x

  • disable_old_output disables all non-HDF5 output. Saves some memory when using only HDF5 output

Create patch

commit your changes

git format-patch PATH_TO_COMPARE --stdout >