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 · 3 comments
Open

Test errors with LLVM Clang on Ubuntu 24.04 #505

mmuetzel opened this issue Jul 25, 2024 · 3 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

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

1 participant