-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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 (d6d7da1f8).
getting same errors for both
3)Even we tried chroma old version(52ee19f)and older version of quda(d6d7da1f8)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