opm-simulators/examples/Makefile.am
Atgeirr Flø Rasmussen 2864b99057 Added test program for investigating single-cell solver performance.
Note that due to a design constraint in the transport solver, namely
that inflowing fluid must consist of only water (possibly with polymer),
and no oil, the program fails unless the comment on lines 186-- is
heeded.
2012-07-03 15:48:36 +02:00

26 lines
506 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir) \
$(BOOST_CPPFLAGS)
LDFLAGS = $(BOOST_LDFLAGS)
LDADD = $(top_builddir)/libopmpolymer.la \
$(BOOST_FILESYSTEM_LIB) \
$(BOOST_SYSTEM_LIB)
noinst_PROGRAMS = \
polymer_reorder \
sim_poly2p_incomp_reorder \
test_singlecellsolves
polymer_reorder_SOURCES = \
polymer_reorder.cpp
sim_poly2p_incomp_reorder_SOURCES = \
sim_poly2p_incomp_reorder.cpp
test_singlecellsolves_SOURCES = \
test_singlecellsolves.cpp