Skip to content

Adapt m4 macro for openmp

Sebastian Ohlmann requested to merge improve_openmp_m4 into develop

Description

The macro did not test properly compilation and linking of OpenMP code, only linking. Now use the code from the autoconf source, slightly adapted (test -qopenmp for intel, define HAVE_OPENMP macro as used in the code).

News snippet

Adapt m4 macro for openmp

Checklist

Merge request reports