Skip to content

Commit

Permalink
Add compilation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Critsium-xy committed Oct 22, 2024
1 parent d28cd90 commit fab6487
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions install_dsp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CXX=mpicxx \
cmake -B build \
-DUSE_DSP=OFF \
-DENABLE_LCAO=OFF \
-DFFTW3_DIR=/vol8/appsoftware/fftw/ \
-DFFTW3_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3.so \
-DFFTW3_OMP_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3_omp.so \
-DFFTW3_FLOAT_LIBRARY=/vol8/appsoftware/fftw/lib/libfftw3f.so \
-DLAPACK_DIR=/vol8/appsoftware/openblas/0.3.21/lib \
-DDIR_MTBLAS_LIBRARY=/vol8/home/dptech_zyz1/develop/packages/libmtblas_abacus

0 comments on commit fab6487

Please sign in to comment.