$(if $(USE_CONTRIB_UMFPACK:no=), umfpack,) \
$(if $(USE_CONTRIB_METIS:no=), metis,) \
$(if $(USE_CONTRIB_HSL:no=), hsl,) \
- $(shell if grep -q 'define HAVE_LIBLAPACK' $D/include/deal.II/base/config.h ;\
- then echo lapack ; fi)
+ $(if $(USE_CONTRIB_LAPACK:no=), lapack,)
# now define the targets that actually do something
all: nofail do-fail
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
-#ifdef DEAL_II_USE_MT
+#ifdef DEAL_II_WITH_THREADS
mutex.acquire ();
// to me, appears to deadlock at
// times. make sure we kill it
// after some time
-#ifdef DEAL_II_USE_MT
+#ifdef DEAL_II_WITH_THREADS
DeadlockKiller killer;
#endif
template<int dim>
void test()
{
- #ifdef DEAL_II_USE_MT
+ #ifdef DEAL_II_WITH_THREADS
DeadlockKiller killer;
#endif
//
// the actual sleep time isn't all that important. the point is that
// we need to kill deadlocked threads at one point, whenever that is
-#ifdef DEAL_II_USE_MT
+#ifdef DEAL_II_WITH_THREADS
struct DeadlockKiller
{
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams