For some demos, we have a test (try/except) for whether a certain backend is available, and if not, we use sys.exit() (see la/eigensolver/python)
la/block-matrix/python does not have such a test, resulting in the tests failing for this demo if trilinos is not installed. I guess the first behaviour is the one we want. Could someone add such a test? ilmar _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
