Skip to content

Commit

Permalink
Docker: Enable test_cp2k_dcd.py in ASE
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Apr 13, 2022
1 parent b91a412 commit a1dac8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/docker/scripts/test_ase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ EndOfMessage
chmod +x /usr/bin/cp2k

mkdir -p ~/.config/ase
echo -e "[executables]\ncp2k = /usr/bin/cp2k_shell\n" > ~/.config/ase/ase.conf
cat > ~/.config/ase/ase.conf << EndOfMessage
[executables]
cp2k = /usr/bin/cp2k_shell
cp2k_main = /usr/bin/cp2k
EndOfMessage

echo -e "\n========== Installing Dependencies =========="
apt-get update -qq
Expand Down

0 comments on commit a1dac8c

Please sign in to comment.