-
Notifications
You must be signed in to change notification settings - Fork 99
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
Failing unit tests with float - unit test error checking issue #322
Labels
Comments
Also seeing some linking errors if I only build with
|
Getting a PR ready for this, thanks to @kyungjoo-kim for help! |
ndellingwood
added a commit
that referenced
this issue
Oct 12, 2018
Addresses failing unit test and linking error in issue #322, also -Werror
PR #325 issued with fixes for the above. |
Cross-reference older issue #97. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was found testing on White with the OpenMP backend, float scalar types, and using the module
devpack/20180521/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
with openblas swapped fornetlib/3.8.0/gcc/7.2.0
.Following PR #320 to fix the compilation error reported in #316 when enabling floats as scalar types, the following tests need to be fixed for error checking:
@kyungjoo-kim helped with fixing the error checking on the first couple tests, hoping to pattern match for the rest.
The text was updated successfully, but these errors were encountered: