Skip to content
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 Dslash not disabled. #2

Closed
bjoo opened this issue Feb 3, 2011 · 2 comments
Closed

Staggered Dslash not disabled. #2

bjoo opened this issue Feb 3, 2011 · 2 comments
Labels

Comments

@bjoo
Copy link
Member

bjoo commented Feb 3, 2011

Hi Folks,
I've been trying to build QUDA with staggered disabled. Indeed looking at the compile line:

/usr/local/cuda/bin/nvcc -O3 -D__CUDA_ARCH__=200 -ftz=true -prec-div=false -prec-sqrt=false -DMULTI_GPU -DOVERLAP_COMMS -DGPU_WILSON_DIRAC -arch=sm_20 -I/usr/local/cuda/include -DQMP_COMMS -I/home/bjoo/Devel/QCD/install/qmp/qmp2-1-6/openmpi/include -I../include -Idslash_core -I. dslash_quda.cu -c -o dslash_quda.o

ie no -DGPU_STAGGERED_DIRAC, but yet it looks like staggered dslash core is being processed:
dslash_core/staggered_dslash_core.h(237) : warning: variable "sign" was set but never used

Best, B

@gshi
Copy link
Member

gshi commented Feb 3, 2011

Balint,

problem confirmed. I did not put in a macro in staggered_dslash_def.h to control the compiling. I will put in a fix soon.

-Guochun

@gshi
Copy link
Member

gshi commented Feb 3, 2011

OK, it should be fixed now.

ckallidonis added a commit to ckallidonis/quda that referenced this issue May 8, 2018
Separate out loop calculation functions, update smethod default param…
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants