-
Notifications
You must be signed in to change notification settings - Fork 101
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
Staggered invert test produces segmentation fault #4
Comments
I cannot reproduce the error. I tried two machines, one with C2050 and the other with GTX480. Both run fine. [gshi@ac42 tests]$ ./staggered_invert_test --prec double --recon 18 --test 3 I am using master branch. |
I used the configure option you used and verified the generated make.inc is indeed single GPU version for staggered. |
I tried minvcg branch. It works for me too. |
I will test elsewhere, in case it is the old version of QUDA/Drivers on the machines I was looking at... |
Since this no longer seems to be an issue, i'm closing this. |
Upgraded TSM Loops function to use MG
When building staggered in single GPU mode (create make.inc with
./configure --enable-os=linux --enable-gpu-arch=sm_20 --enable-staggered-dirac --disable-wilson-dirac --disable-domain-wall-dirac --disable-twisted-mass-dirac
on running the staggered invert test, I get a segfault on GTX480:
[bjoo@qcd10i2 tests]$ ./staggered_invert_test --prec double --recon 18 --test 3running the following test:
prec sloppy_prec link_recon sloppy_link_recon test_type S_dimension T_dimension
double double 18 18 mcg_even 24 24
QUDA: Found device 0: GeForce GTX 480
QUDA: Using device 0: GeForce GTX 480
Creating a DiracStaggeredPC operator
Creating a DiracStaggeredPC operator
Segmentation fault (core dumped)
MPI version runs fine.
The text was updated successfully, but these errors were encountered: