Skip to content
Snippets Groups Projects
Commit 25ca8b00 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[test][cornerpoint] Add -fopenmp to link options.

Fix compilation for the OPM 2020.04 release.
parent e84c7a55
No related branches found
No related tags found
1 merge request!2055[test][cornerpoint] Add -fopenmp to link options.
......@@ -6,6 +6,7 @@ dumux_add_test(NAME test_2p_cornerpoint
SOURCES main.cc
CMAKE_GUARD HAVE_OPM_GRID
COMPILE_DEFINITIONS HAVE_ECL_INPUT=1
LINK_LIBRARIES -fopenmp
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/test_2p_cornerpoint-reference.vtu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment