Skip to content

Fix automake to include headers for generalized solver

Sebastian Ohlmann requested to merge fix-automake-generalized into master_pre_stage

precision_typedefs.h is needed by the generalized methods, but only included when built with MPI. Thus the normal distcheck does not catch this.

This MR adds precision_typedefs.h to Makefile.am and adds a distcheck test with MPI

Merge request reports