grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

Test failures in parallel #619

Open pbauman opened 2 years ago

pbauman commented 2 years ago

export LIBMESH_RUN="mpiexec -np 2" is giving me 14 test failures. I believe all of them are the PressurePinning failing to find a point in the mesh. I tried one of the tests with Mesh/class=serial just to be sure and it still failed.

FAIL: exact_soln/ns_poiseuille_flow.sh
FAIL: exact_soln/axi_ns_poiseuille_flow.sh
FAIL: regression/thermally_driven_2d_flow.sh
FAIL: regression/axi_thermally_driven_flow.sh
FAIL: regression/thermally_driven_3d_flow.sh
FAIL: regression/2d_pseudoprop.sh
FAIL: regression/2d_proptrick.sh
FAIL: regression/2d_fantrick.sh
FAIL: regression/dirichlet_nan.sh
FAIL: regression/low_mach_cavity_benchmark.sh
FAIL: regression/velocity_penalty_drag.sh
FAIL: regression/3d_low_mach_jacobians_xz.sh
FAIL: regression/3d_low_mach_jacobians_xy.sh
FAIL: regression/3d_low_mach_jacobians_yz.sh
pbauman commented 2 years ago

Damn. I tried libMesh all the back to f0def3fca and still saw this. Guess no git bisect from the libMesh side and going to have to do it the old fashioned way.