mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
added: OpenMP support to build system
This commit is contained in:
parent
f77742c79b
commit
43d7d886fd
@ -21,6 +21,8 @@ AM_CONFIG_HEADER([config.h])
|
|||||||
# this module depends on dune-common dune-grid dune-istl dune-cornerpoint opm-porsol
|
# this module depends on dune-common dune-grid dune-istl dune-cornerpoint opm-porsol
|
||||||
# this implies checking for [dune-common], [dune-grid], [dune-istl], [dune-cornerpoint], [opm-porsol]
|
# this implies checking for [dune-common], [dune-grid], [dune-istl], [dune-cornerpoint], [opm-porsol]
|
||||||
DUNE_CHECK_ALL
|
DUNE_CHECK_ALL
|
||||||
|
AC_LANG_PUSH([C++])
|
||||||
|
m4_ifdef([AC_OPENMP], [AC_OPENMP])
|
||||||
|
|
||||||
# implicitly set the Dune-flags everywhere
|
# implicitly set the Dune-flags everywhere
|
||||||
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
|
AC_SUBST(AM_CPPFLAGS, '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
|
||||||
|
Loading…
Reference in New Issue
Block a user