Skip to content

Commit

Permalink
Cleanup in build_total_energy_module.sh
Browse files Browse the repository at this point in the history
Remove out-commented code, fix typo.
  • Loading branch information
elcorto committed Aug 1, 2023
1 parent a968c01 commit 1c40d69
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ err(){

[ $# -eq 1 ] || err "Please provide exactly one argument (the path to the QE directory)" && root_dir=$1

echo $root_dir

# base dir of QE distribution
#root_dir=$(readlink -f ../)
echo "Using QE root dir: $root_dir"

pw_src_path=$root_dir/PW/src

Expand All @@ -39,7 +36,7 @@ project_lib_folders=" -L$root_dir/Modules -L$root_dir/KS_Solvers -L$root_dir/FFT
project_libs="-lqemod -lks_solvers -lqefft -lqela -lutil -ldftd3qe -lupf -ldevXlib -lmbd"
project_inc_folders="-I$root_dir/Modules -I$root_dir/FFTXlib/src -I$root_dir/LAXlib -I$root_dir/KS_Solvers -I$root_dir/UtilXlib -I$root_dir/upflib -I$root_dir/XClib -I$root_dir/external/devxlib/src -I$root_dir/external/mbd/src"

# default: systen blas,lapack and fftw, adapt as needed
# default: system blas,lapack and fftw, adapt as needed
linalg="-lblas -llapack"
fftw="-lfftw3"

Expand Down

0 comments on commit 1c40d69

Please sign in to comment.