← Back to team overview

dolfin team mailing list archive

Demos and testing for backends

 

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