File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ jobs:
4646 ninja-build \
4747 xz-utils
4848 sudo pip install clang-format clang-tidy
49+ sudo apt-get remove libxc-dev -y
4950
5051 - name : Install external tools from toolchain
5152 run : |
5253 cd toolchain
5354 ./install_abacus_toolchain_new.sh --with-dftd4=install --dry-run -j8
55+ ./scripts/stage3/install_libxc.sh
5456 ./scripts/stage4/install_stage4.sh
5557 cd ..
5658
8991 run : |
9092 ABACUS_BIN=$(find build -name "abacus_*" -type f -executable | head -1)
9193 echo "Using binary: ${ABACUS_BIN}"
94+ source toolchain/install/setup
9295
9396 # Check 1: parameters.yaml matches C++ Input_Item definitions
9497 ${ABACUS_BIN} --generate-parameters-yaml > /tmp/parameters_generated.yaml
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ smearing_sigma 0.002
2222mixing_type broyden
2323mixing_beta 0.7
2424
25- dft_functional XC_GGA_X_PBE+XC_GGA_C_PBE
25+ dft_functional pbe
2626
2727cal_force 1
2828cal_stress 1
You can’t perform that action at this time.
0 commit comments