Closed asartori86 closed 7 years ago
Can you disable all tests that actually test an interface instead of a part of pi-domus?
At least all of the following:
The following tests FAILED:
1 - tests/arpack_01.debug (Failed)
3 - tests/compressible_neo_hookean_01.debug (Failed)
10 - tests/eikonal_equation_03.debug (Failed)
11 - tests/eikonal_equation_04.debug (Failed)
14 - tests/hydrogels_three_fields_01.debug (Failed)
16 - tests/hydrogels_three_fields_03.debug (Failed)
17 - tests/hydrogels_two_fields_transient_01.debug (Failed)
19 - tests/incompressible_neo_hookean_two_fields_02.debug (Failed)
21 - tests/navier_stokes_00.debug (Failed)
22 - tests/navier_stokes_01.debug (Failed)
23 - tests/navier_stokes_02.debug (Failed)
24 - tests/navier_stokes_03.debug (Failed)
25 - tests/navier_stokes_04.debug (Failed)
26 - tests/navier_stokes_05.debug (Failed)
27 - tests/parpack_01.mpirun=4.debug (Failed)
37 - tests/stokes_03.debug (Failed)
39 - tests/stokes_05.debug (Failed)
Errors while running CTest
for the moment?
I would like to merge this quickly, and then move each of the test above to its own example directory.
now only these fails
1 - tests/arpack_01.debug (Failed)
11 - tests/eikonal_equation_04.debug (Failed)
14 - tests/hydrogels_three_fields_01.debug (Failed)
16 - tests/hydrogels_three_fields_03.debug (Failed)
17 - tests/hydrogels_two_fields_transient_01.debug (Failed)
19 - tests/incompressible_neo_hookean_two_fields_02.debug (Failed)
27 - tests/parpack_01.mpirun=4.debug (Failed)
39 - tests/stokes_05.debug (Failed)
even though some of them actually pass on my machine
The non-linear solvers (ida/imex/kinsol) were not happy with the adaptive refinement because of the hanging nodes. This fixes the issue. @luca-heltai is acknowledged