Skip to content

Fix OpenMP m4 macro for the case no flag is needed

Sebastian Ohlmann requested to merge fix_openmp_m4 into develop

Description

Currently, if no flag is needed for compiling OpenMP code (e.g. because it is specified in FCFLAGS), HAVE_OPENMP is not defined. This is now fixed.

Merge request reports