I'm trying to get the dolfin pytest branch running all tests in parallel
but still have some issues that don't really seem pytest related.

Running
    cd <dolfin>/test/unit/
    mpirun -np 3 python -m pytest -s -v function/ io/

_sometimes_ hangs in one of the io tests, and it seems to always be in the
construction of a FunctionSpace. I've observed this both in a test using a
UnitIntervalMesh(32) and another test using a UnitSquareMesh(16,16).

Any pointers?

Martin
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to