We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, we are trying to build chroma in different ways end up with different errors.
When building chroma encountered compilation issues, with the most recent version of qdpxx,quda
Chroma encountered compilation issues when compiled with the most recent version of qdpxx and an earlier version of quda (d6d7da1).
getting same errors for both
3)Even we tried chroma old version(52ee19f)and older version of quda(d6d7da1)and latest version of qdpxx got compilation errors(check below image)
we followed the below command to build individual
-Clang version 14.0.0-1ubuntu1
qdpxx ../configure --prefix=<qdpxx_install_path> --enable-parallel-arch=scalar --with-libxml2=<libxml_installed_path> make make install
QUDA cmake ../ -DQUDA_GPU_ARCH=sm_75 make
Chroma ../configure --with-qdp=<qdpxx_installed_path> --with-quda=<quda_build_path> make
The text was updated successfully, but these errors were encountered:
@bjoo this is for you. Looks like a Chroma issue.
Sorry, something went wrong.
No branches or pull requests
hi,
we are trying to build chroma in different ways end up with different errors.
When building chroma encountered compilation issues, with the most recent version of qdpxx,quda
Chroma encountered compilation issues when compiled with the most recent version of qdpxx and an earlier version of quda (d6d7da1).
getting same errors for both
3)Even we tried chroma old version(52ee19f)and older version of quda(d6d7da1)and latest version of qdpxx got compilation errors(check below image)
we followed the below command to build individual
-Clang version 14.0.0-1ubuntu1
qdpxx
../configure --prefix=<qdpxx_install_path> --enable-parallel-arch=scalar --with-libxml2=<libxml_installed_path>
make
make install
QUDA
cmake ../ -DQUDA_GPU_ARCH=sm_75
make
Chroma
../configure --with-qdp=<qdpxx_installed_path> --with-quda=<quda_build_path>
make
The text was updated successfully, but these errors were encountered: