Skip to content

Commit 9cb16b8

Browse files
committed
add Dell_abaInstall.sh for Dell_server
1 parent 2b4ecfd commit 9cb16b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dell_abaInstall.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rm -r build
2+
3+
cmake -B build -DCMAKE_INSTALL_PREFIX=/home/jghan/software/abacus/ -DCMAKE_CXX_COMPILER=mpiicpc -DELPA_DIR=/home/jghan/resource/elpa-2021.11/ -DCMAKE_INSTALL_PREFIX=/home/jghan/software/abacus-develop/ -DLibxc_DIR=/home/jghan/resource/libxc-6.2.2/ -DLIBRI_DIR=/home/jghan/resource/LibRI -DLIBCOMM_DIR=/home/jghan/resource/LibComm -DCEREAL_INCLUDE_DIR=/home/jghan/resource/cereal/cereal-1.3.2/include
4+
5+
cmake --build build -j 12 2>job.err
6+
7+
cmake --install build

0 commit comments

Comments
 (0)