Skip to content

Commit

Permalink
Deactivate CP2K example until it can be made to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Mar 25, 2024
1 parent 9e4be56 commit 457446e
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- roy-gch
- sample-selection
- gaas-map
- batch-cp2k
# - batch-cp2k

steps:
- uses: actions/checkout@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import os
import re
import shutil
import subprocess
from os.path import basename, splitext
from typing import List, Union
Expand Down Expand Up @@ -296,11 +295,6 @@ def mkdir_force(*args, **kwargs) -> None:
# adjustments. First the name of the executable that has the exact name ``cp2k_shell``.
# We create a symlink to follow this requirement.

try:
os.symlink(shutil.which("cp2k"), "cp2k_shell.ssmp")
except OSError:
pass

# %%
# Next, we load the input file abd remove ``GLOBAL`` section because from it

Expand All @@ -326,7 +320,6 @@ def mkdir_force(*args, **kwargs) -> None:
stress_tensor=False,
poisson_solver=None,
print_level=None,
command="./cp2k_shell.ssmp --shell",
)

# %%
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ for i in $(find ./production/ -mindepth 1 -type d); do
cp2k -i in.cp2k
cd -
done

1 change: 0 additions & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ COSMO Software Cookbook
examples/lode-linear/lode-linear
examples/sample-selection/sample-selection
examples/gaas-map/gaas-map
examples/batch-cp2k/reference-trajectory

0 comments on commit 457446e

Please sign in to comment.