Skip to content

Commit fab6487

Browse files
committed
Add compilation script
1 parent d28cd90 commit fab6487

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install_dsp.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CXX=mpicxx \
2+
cmake -B build \
3+
-DUSE_DSP=OFF \
4+
-DENABLE_LCAO=OFF \
5+
-DFFTW3_DIR=/vol8/appsoftware/fftw/ \
6+
-DFFTW3_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3.so \
7+
-DFFTW3_OMP_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3_omp.so \
8+
-DFFTW3_FLOAT_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3f.so \
9+
-DLAPACK_DIR=/vol8/appsoftware/openblas/0.3.21/lib \
10+
-DDIR_MTBLAS_LIBRARY=/vol8/home/dptech_zyz1/develop/packages/libmtblas_abacus

0 commit comments

Comments
 (0)