Skip to content

Commit 3a2d9a5

Browse files
committed
save
1 parent c74d4c6 commit 3a2d9a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

abaInstall_HZWpara.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

cmake/FindELPA.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
find_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

0 commit comments

Comments
 (0)