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

Chroma build with QUDA and QDPXX #1388

Open
Naresh-Eddula opened this issue Jun 21, 2023 · 1 comment
Open

Chroma build with QUDA and QDPXX #1388

Naresh-Eddula opened this issue Jun 21, 2023 · 1 comment

Comments

@Naresh-Eddula
Copy link

hi,
we are trying to build chroma in different ways end up with different errors.

  1. When building chroma encountered compilation issues, with the most recent version of qdpxx,quda

  2. 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

ChromaBuildError_whileDoing_chroma_with_qdpxx_quda

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)

Chroma_52ee19f_BuildError_WhileDoing_Chroma_with_dpxx_quda_

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

@maddyscientist
Copy link
Member

@bjoo this is for you. Looks like a Chroma issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants