-
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
non-degenerate twisted clover #1121
non-degenerate twisted clover #1121
Conversation
…ture/ndeg-twisted-clover
…ture/ndeg-twisted-clover
…stedClover. Doesn't work yet, but at least the reference operator is called from within dslash_test. There is a CUDA_ERROR_ILLEGAL_ADDRESS error in the GPU kernel call, not sure if it's actually calling the right kernel there...
…ing tm_ndeg_mat and tm_ndeg_matpc tests pass)
…y and DiracTwistedClover::M
…hPolicyTuner in NdegTwistedCloverApply
…nk it should do the right thing
add 'tm_rho' parameter for Hasenbusch mass preconditioning for twiste…
… into feature/ndeg-twisted-clover
…ature/ndeg-twisted-clover-merge-gk
Thanks. I guess it's probably a matter of merging with the latest GK. If that's the case, let me know and I'll take care of it. |
I tried to look at it, but I got the following, when click on details: HTTP ERROR 404 Not Found
It seems to me, that the test has been deleted. |
Yes, This is not related to something you have done but us updating Jenkins to use recent compilers. |
Looks like this got closed since GK is merged. You should be able to reopen if you retarget it at develop. |
@maddyscientist Thanks for the heads-up. Just now finding some time to take care of this. I'm having some issues building
I have gcc 9.3.0, cuda 11.5 as well as cmake 3.16.3 directly available. Am I right in assuming that I need a newer compiler and/or CMake version? |
This was with |
Having upgraded CMake, I can get the build configured also without
|
@kostrzewa can you share with me your compiler versions and cmake command? |
GCC 9.3.0, now CMake 3.21.3, nvcc V11.0.194 (on my machine) |
on my dev machine:
|
@maddyscientist it might be a PEBKAC thing to do with not fully cleaning out the build directory... |
Ha, that was my next question, whether the problem persists with a fresh build dir. |
Yeah, I think we can safely say that I've wasted your time ;) |
superceded by #1196 |
This draft PR tracks our feature/ndeg-twisted-clover branch for the purpose of build testing and discussion.
Currently being worked on by @urbach and @kostrzewa.