-
Notifications
You must be signed in to change notification settings - Fork 62
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
Tests are skipped (+ passed) on cuda build #229
Comments
Closing this, since it was addressed with 4.7 release. |
I think this could stay open - the 4.7 release fixed CUDA installation. This issue is that CUDA tests will always pass when in fact they aren't actually running but look like they are (at least, their output is |
You are right. Reopened. This looks like both examples (C++ and Python) are not running due to run-time library linking issue? |
Looks like it. We might also want to consider changing the test behavior so that instead of |
Lately,
ex18
andex23
have been causing tests to fail. I noticed that on the CUDA build, no tests run on eithermfem
orpymfem
. This leads to aPASS(-1)
because "generated files are the same". This should probably be a fail.Here is an example:
https://github.com/mfem/PyMFEM/actions/runs/9752638384/job/26916497223
The text was updated successfully, but these errors were encountered: