File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ rm -rf build
2+
3+ # cmake -B build -DCMAKE_INSTALL_PREFIX=/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/ -DCMAKE_CXX_COMPILER=icpx -DELPA_DIR=/public1/home/t6s000394/jghan/software/elpa-2021.11/ -DLIBCOMM_DIR=/public1/home/t6s000394/jghan/software/LibComm -DCEREAL_INCLUDE_DIR=/public1/home/t6s000394/jghan/software/cereal/cereal-1.3.2/include
4+ cmake -B build -DCMAKE_INSTALL_PREFIX=/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/ -DCMAKE_CXX_COMPILER=icpx -DMPI_CXX_COMPILER=mpiicpc -DELPA_DIR=/public1/home/t6s000394/jghan/software/elpa-2021.11/ -DLibxc_DIR=/public1/home/t6s000394/jghan/software/libxc/ -DLIBRI_DIR=/public1/home/t6s000394/jghan/software/LibRI -DLIBCOMM_DIR=/public1/home/t6s000394/jghan/software/LibComm -DCEREAL_INCLUDE_DIR=/public1/home/t6s000394/jghan/software/cereal/cereal-1.3.2/include
5+
6+ # cmake --build build -j 52 2>job.err
7+ cmake --build build -j 90
8+
9+ cmake --install build
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ endif()
2020find_path (ELPA_INCLUDE_DIRS
2121 elpa/elpa.h
2222 HINTS ${ELPA_DIR}
23- PATH_SUFFIXES "include" "include/elpa"
23+ PATH_SUFFIXES "include" "include/elpa" "include/elpa_openmp-2021.11.001"
2424 )
2525# Fix #3589
2626# First if judges if ELPA dir specified
You can’t perform that action at this time.
0 commit comments