Skip to content

Commit

Permalink
QE fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 12, 2024
1 parent 8ff16b1 commit 162dac0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
apt-get install -y libfftw3-3 libfftw3-dev libfftw3-doc
sudo apt-get update
sudo apt-get install -y libfftw3-3 libfftw3-dev libfftw3-doc
git clone https://github.com/QEF/q-e.git
cd q-e
!DFLAGS='-D__FFTW3 ' FFT_LIBS='-lfftw3' ./configure
DFLAGS='-D__FFTW3 ' FFT_LIBS='-lfftw3' ./configure
make pw
# make ph

Expand Down

0 comments on commit 162dac0

Please sign in to comment.