mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Move cpchop to examples-directory
This commit is contained in:
parent
680d5fb32c
commit
6faee22573
@ -8,8 +8,7 @@ noinst_PROGRAMS = \
|
||||
implicit_steadystate_test \
|
||||
opmpressure_test \
|
||||
steadystate_test \
|
||||
upscaling_test \
|
||||
cpchop
|
||||
upscaling_test
|
||||
|
||||
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
|
||||
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
|
||||
@ -30,11 +29,6 @@ implicit_steadystate_test_SOURCES = implicit_steadystate_test.cpp
|
||||
|
||||
aniso_implicit_steadystate_test_SOURCES = aniso_implicit_steadystate_test.cpp
|
||||
|
||||
cpchop_SOURCES = cpchop.cpp
|
||||
|
||||
#upscale_perm_SOURCES = upscale_perm.C
|
||||
|
||||
#upscale_relperm_SOURCES = upscale_relperm.C
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
|
@ -5,7 +5,8 @@ check_PROGRAMS =
|
||||
noinst_PROGRAMS = upscale_perm \
|
||||
upscale_relperm \
|
||||
upscale_avg \
|
||||
upscale_cond
|
||||
upscale_cond \
|
||||
cpchop
|
||||
|
||||
upscale_perm_SOURCES = upscale_perm.cpp
|
||||
|
||||
@ -15,6 +16,8 @@ upscale_cond_SOURCES = upscale_cond.cpp
|
||||
|
||||
upscale_avg_SOURCES = upscale_avg.cpp
|
||||
|
||||
cpchop_SOURCES = cpchop.cpp
|
||||
|
||||
AM_CPPFLAGS += $(DUNEMPICPPFLAGS) $(BOOST_CPPFLAGS) $(SUPERLU_CPPFLAGS)
|
||||
AM_LDFLAGS += $(DUNEMPILDFLAGS) $(BOOST_LDFLAGS) $(SUPERLU_LDFLAGS)
|
||||
LDADD = $(DUNEMPILIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIB) \
|
||||
|
Loading…
Reference in New Issue
Block a user