We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4ecfd commit 9cb16b8Copy full SHA for 9cb16b8
Dell_abaInstall.sh
@@ -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