mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Fix ASE test
This commit is contained in:
parent
d158da078f
commit
d9a7f716b1
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ mpiexec -np 2 /workspace/cp2k/exe/local/cp2k.pdbg "\$@"
|
|||
EndOfMessage
|
||||
chmod +x /usr/bin/cp2k
|
||||
|
||||
mkdir -p ~/.ase
|
||||
echo '{"cp2k": "/usr/bin/cp2k_shell"}' > ~/.ase/executables.json
|
||||
mkdir -p ~/.config/ase
|
||||
echo -e "[executables]\ncp2k = /usr/bin/cp2k_shell\n" > ~/.config/ase/ase.conf
|
||||
|
||||
echo -e "\n========== Installing ASE =========="
|
||||
cd /opt/ase/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue