lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
286 stars 94 forks source link

branch quda-0.7: tests/staggered_dslash_test.cpp does not compile #144

Closed witzel closed 10 years ago

witzel commented 10 years ago

mpicxx -Wall -O3 -D__COMPUTE_CAPABILITY__=200 -DMULTI_GPU -DGPU_STAGGERED_DIRAC -DGPU_FATLINK -DGPU_UNITARIZE -DGPU_GAUGE_FORCE -DGPU_DIRECT -DBUILD_QDP_INTERFACE -DBUILD_MILC_INTERFACE -DNUMA_AFFINITY -I/usr/local/cuda-5.5//include -DQMP_COMMS -I/project/wflow/FUEL/install-dsg/qmp-2.4.2/include -I../include -I. staggered_dslash_test.cpp -c -o staggered_dslash_test.o In file included from staggered_dslash_test.cpp:17:0: ./staggered_dslash_reference.h:25:91: error: ‘MatPCType’ has not been declared

mathiaswagner commented 10 years ago

When did you get the code from github? Seems like 54cb4e14f230555f84a8cad9c74770c15a4156c6 might have fixed your issue.

maddyscientist commented 10 years ago

Closing this issue, as it has been fixed as Mathias points out.

witzel commented 10 years ago

Thank you, Mathias and Justin! Quda just finished recompiling and everything went smoothly now. Oliver