Skip to content

Commit f29c573

Browse files
committed
Fix install script
1 parent 400aa98 commit f29c573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_dsp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CXX=mpicxx \
22
cmake -B build \
3-
-DUSE_DSP=OFF \
3+
-DUSE_DSP=ON \
44
-DENABLE_LCAO=OFF \
55
-DFFTW3_DIR=/vol8/appsoftware/fftw/ \
66
-DFFTW3_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3.so \
77
-DFFTW3_OMP_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3_omp.so \
88
-DFFTW3_FLOAT_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3f.so \
99
-DLAPACK_DIR=/vol8/appsoftware/openblas/0.3.21/lib \
10-
-DDIR_MTBLAS_LIBRARY=/vol8/home/dptech_zyz1/develop/packages/libmtblas_abacus
10+
-DDIR_MTBLAS_LIBRARY=/vol8/home/dptech_zyz1/develop/packages/libmtblas_abacus.so

0 commit comments

Comments
 (0)