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

Architecture optimized unit tests fail on SKX #119

Open
bremerm31 opened this issue Oct 20, 2018 · 0 comments
Open

Architecture optimized unit tests fail on SKX #119

bremerm31 opened this issue Oct 20, 2018 · 0 comments
Labels

Comments

@bremerm31
Copy link
Contributor

I'm trying to generate performance measurements on the Stampede2 skylake partition. The build process is standard, except that I am adding the -march=native flag to allow the linear algebra packages to access AVX-512 ISAs.

The following unit tests fail:

Building with Eigen

The following tests FAILED:
	  9 - Unit_element_triangle (Failed)
	 10 - Unit_boundary_interface (Failed)
	 11 - Unit_edges (Failed)
	 21 - Unit_element_serialization (Failed)

Building with Blaze

The following tests FAILED:
	  8 - Unit_shape_straight_triangle (SEGFAULT)
	  9 - Unit_element_triangle (SEGFAULT)
	 10 - Unit_boundary_interface (SEGFAULT)
	 11 - Unit_edges (SEGFAULT)
	 14 - Unit_wetting_drying (SEGFAULT)
	 21 - Unit_element_serialization (Failed)

N.B. When running the tests without -march=native they all pass

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

No branches or pull requests

1 participant