Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test errors with LLVM Clang on Ubuntu 24.04 #505

Open
mmuetzel opened this issue Jul 25, 2024 · 8 comments
Open

Test errors with LLVM Clang on Ubuntu 24.04 #505

mmuetzel opened this issue Jul 25, 2024 · 8 comments

Comments

@mmuetzel
Copy link
Contributor

When configuring with CC=clang CXX=clang++ cmake -DWITH_OpenMP=ON -DOpenMP_C_FLAGS=-fopenmp=libgomp -DOpenMP_CXX_FLAGS=-fopenmp=libgomp --fresh .. on Ubuntu 24.04, the following tests are failing:

Total Test time (real) = 2128.75 sec

The following tests FAILED:
	123 - CurvedBoundaryCylH (Failed)
	124 - CurvedBoundaryCylH_np3 (Failed)
	125 - CurvedBoundaryCylH_np8 (Failed)
	126 - CurvedBoundaryCylHquadratic (Failed)
	127 - CurvedBoundaryCylP (Failed)
	128 - CurvedBoundaryCylPH (Failed)
	129 - CurvedBoundaryP (Failed)
	149 - DisContBoundaryFullAngle (Failed)
	243 - FixTangentVelo (Failed)
	271 - HelmholtzStructure (Failed)
	275 - Hybrid2dMeshPartitionMetis_np8 (Failed)
	282 - IncreaseOrderTet (Failed)
	291 - InternalPartitioning_np8 (Failed)
	293 - InternalPartitioning2_np6 (Failed)
	295 - InternalPartitioning3_np6 (Failed)
	339 - MazeMeshPartitionMetisContig_np6 (Failed)
	483 - RotatingBeamFlow2 (Failed)
	574 - ShoeboxFsiStatic (Failed)
	576 - ShoeboxFsiStaticShell (Failed)
	611 - StressConstraintModes3 (Timeout)
	655 - WinkelPartitionMetis_np8 (Failed)
	786 - mgdyn_airgap_force_np2 (Failed)
	824 - mgdyn_steady_quad_extruded_restart (Failed)
	825 - mgdyn_steady_quad_extruded_restart_np3 (Failed)
Errors while running CTest

Please, let me know if you need further details.

@mmuetzel
Copy link
Contributor Author

With the change from #506, the list of failing tests reduces to this for me:

Total Test time (real) = 1994.97 sec

The following tests FAILED:
	124 - CurvedBoundaryCylH_np3 (Failed)
	125 - CurvedBoundaryCylH_np8 (Failed)
	271 - HelmholtzStructure (Failed)
	275 - Hybrid2dMeshPartitionMetis_np8 (Failed)
	291 - InternalPartitioning_np8 (Failed)
	293 - InternalPartitioning2_np6 (Failed)
	295 - InternalPartitioning3_np6 (Failed)
	339 - MazeMeshPartitionMetisContig_np6 (Failed)
	574 - ShoeboxFsiStatic (Failed)
	576 - ShoeboxFsiStaticShell (Failed)
	611 - StressConstraintModes3 (Failed)
	655 - WinkelPartitionMetis_np8 (Failed)
	786 - mgdyn_airgap_force_np2 (Failed)
	824 - mgdyn_steady_quad_extruded_restart (Failed)
	825 - mgdyn_steady_quad_extruded_restart_np3 (Failed)
Errors while running CTest

@mmuetzel
Copy link
Contributor Author

mmuetzel commented Aug 6, 2024

Re-ran all tests with b77508e with the following results:

Total Test time (real) = 1546.92 sec

The following tests FAILED:
	124 - CurvedBoundaryCylH_np3 (Failed)
	125 - CurvedBoundaryCylH_np8 (Failed)
	271 - HelmholtzStructure (Failed)
	275 - Hybrid2dMeshPartitionMetis_np8 (Failed)
	339 - MazeMeshPartitionMetisContig_np6 (Failed)
	655 - WinkelPartitionMetis_np8 (Failed)
	786 - mgdyn_airgap_force_np2 (Failed)
Errors while running CTest

@mmuetzel
Copy link
Contributor Author

I re-ran all tests again with 3d5697d (plus the changes from #535) with the following results:

Total Test time (real) = 7050.57 sec

The following tests FAILED:
	178 - EMWaveBoxHexasEigen (Failed)
	634 - TopoOptElast2DCompliance (Failed)
	635 - TopoOptElast2DCompliance2 (Failed)
	636 - TopoOptHeat2DCompliance (Failed)
	637 - TopoOptHeat2DCompliance2 (Failed)
Errors while running CTest

@mmuetzel
Copy link
Contributor Author

Repeated with 130758c (without any local changes):

otal Test time (real) = 2077.39 sec

The following tests FAILED:
	 32 - BlockLinElast3 (Failed)
	 33 - BlockLinElast3b (Failed)
	 34 - BlockLinElast3c (Failed)
	361 - ParStokes_ISMIP_HOM_A010 (Timeout)
	482 - SD_ViscoElasticMaxwell (Failed)
	731 - mgdyn_airgap_force_np2 (Failed)
	768 - mgdyn_steady_quad_extruded_restart (Failed)
Errors while running CTest

@raback
Copy link
Contributor

raback commented Sep 12, 2024

Sorry, a bug sneaked in. Most of these should be fixed now.

@mmuetzel
Copy link
Contributor Author

Thanks for the quick turnaround!

Would it make that some of these tests get the quick label so that a regression would be caught earlier in the regular CI runs?

@raback
Copy link
Contributor

raback commented Sep 12, 2024

When I added the label "quick" I sorted the tests on some of my platforms by time. For <1s I set label "quick" and for >10s label "slow". So there is no rocket science behind. Computers get faster but generally I think this is still usable classification. At the same time it is not too strict so it may make sense to break the rule to get better representation.

@mmuetzel
Copy link
Contributor Author

mmuetzel commented Oct 8, 2024

I re-ran the tests with a current head (073697a) of the repository with the following results:

Total Test time (real) = 3739.95 sec

The following tests FAILED:
	738 - mgdyn_airgap_force_np2 (Failed)
	775 - mgdyn_steady_quad_extruded_restart (Failed)
Errors while running CTest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants