-
Notifications
You must be signed in to change notification settings - Fork 4
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
Run tests #7
base: master
Are you sure you want to change the base?
Run tests #7
Conversation
42e86ec
to
997499b
Compare
And now we have a segfault. |
I don't understand why it warns that it's skipping that test because of PGI/Cuda, but then fails on it later |
Well the test gets added before the compiler is actually checked. |
The test is still added for |
I'll take a look |
So, I can't get this to fail locally or on a super (darwin). What's the best way to debug it without just add a bunch of spam prints and abusing GH actions? Also, why is this hard coded to use OpenMP vs Finally, shall we rename the tests to better match the files/examples they come from?
|
I tried on summit and got all four to segfault, but someone that knows Fortran would be a lot more helpful
I left it so far because of some explicit
Agreed, I changed the name of the tests |
I'd be happy to help out if you wanted to debug this together? |
dbd36a7
to
1c74e5f
Compare
Run with gtest
Clean up test names and compile warnings