| Patch |
File delta |
Description |
| conditional parmetis in cholmod.patch | (download) |
cmake/modules/FindCHOLMOD.cmake |
4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-) |
---
|
| test_mpi_oversubscribe.patch | (download) |
cmake/scripts/generate-cmakefiles.py |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
| mpi_prefer_mumps_not_superlu_dist.patch | (download) |
dolfin/la/PETScLUSolver.cpp |
20 7 + 13 - 0 !
dolfin/nls/PETScSNESSolver.cpp |
8 4 + 4 - 0 !
dolfin/nls/PETScTAOSolver.cpp |
8 4 + 4 - 0 !
3 files changed, 15 insertions(+), 21 deletions(-) |
---
|
| skip_demo_hyperelasticity_mpi.patch | (download) |
python/demo/test.py |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
---
|
| unittests_demos_include_dirs.patch | (download) |
demo/CMakeLists.txt |
1 1 + 0 - 0 !
test/unit/cpp/CMakeLists.txt |
1 1 + 0 - 0 !
2 files changed, 2 insertions(+) |
---
|
| extra_CXXFLAGS.patch | (download) |
dolfin/CMakeLists.txt |
4 4 + 0 - 0 !
1 file changed, 4 insertions(+) |
---
|
| PETSc_3.10_SNESTEST_removed.patch | (download) |
dolfin/la/PETScOptions.h |
2 1 + 1 - 0 !
dolfin/la/PETScVector.cpp |
4 4 + 0 - 0 !
dolfin/nls/PETScSNESSolver.cpp |
2 2 + 0 - 0 !
3 files changed, 7 insertions(+), 1 deletion(-) |
---
|
| pytest_fixtures_096217a.patch | (download) |
python/dolfin_utils/test/fixtures.py |
5 3 + 2 - 0 !
python/test/unit/fem/test_dofmap.py |
16 8 + 8 - 0 !
python/test/unit/fem/test_finite_element.py |
2 1 + 1 - 0 !
python/test/unit/fem/test_symbolic_geometry_assembly.py |
101 58 + 43 - 0 !
python/test/unit/function/test_function_space.py |
4 2 + 2 - 0 !
python/test/unit/la/test_lu_solver.py |
2 1 + 1 - 0 !
python/test/unit/la/test_nullspace.py |
2 1 + 1 - 0 !
python/test/unit/mesh/test_mesh.py |
14 7 + 7 - 0 !
python/test/unit/multimesh/test_multimesh_cell_types.py |
18 12 + 6 - 0 !
python/test/unit/multimesh/test_multimesh_solve.py |
29 16 + 13 - 0 !
10 files changed, 109 insertions(+), 84 deletions(-) |
[patch] pytest fixes - update unit tests to fit with last pytest
version
|