You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix]An Intel Build test for abacus with PEXSI support(PART II) (#6707)
* [Fix]Install libraries for PEXSI and update abacus build
Added installation steps for GKlib, METIS, ParMETIS, SuperLU_DIST, and PEXSI in the Dockerfile. Updated the abacus build process to use a specific version.
* Update build arguments for Intel and GNU toolchains
* Update Dockerfile.intel
* Update elecstate_lcao.cpp
* Update Dockerfile.intel
* Update Dockerfile.intel
* Update build_test_cmake.yml
* Update build_test_cmake.yml
* Update build_test_cmake.yml
* Update build_test_cmake.yml
* Update Dockerfile.intel
---------
Co-authored-by: Mohan Chen <[email protected]>
RUN export LD_LIBRARY_PATH=${GKLIB_ROOT}/lib:${METIS32_ROOT}/lib:${PARMETIS32_ROOT}/lib:${SUPERLU32_DIST_ROOT}/lib:${PEXSI32_ROOT}/lib:${LD_LIBRARY_PATH} && \
0 commit comments