mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
DBM: introduced OpenCL support (#3321)
This commit is contained in:
parent
b59d163280
commit
aa4adac34c
14 changed files with 402 additions and 86 deletions
|
|
@ -194,7 +194,7 @@ def process_file(fn: str, allow_modifications: bool) -> None:
|
|||
run_local_tool("./tools/doxify/doxify.sh", fn)
|
||||
run_prettify(fn)
|
||||
|
||||
if re.match(r".*\.(c|cu|h)$", fn):
|
||||
if re.match(r".*\.(c|cu|cl|h)$", fn):
|
||||
run_remote_tool("clangformat", fn)
|
||||
|
||||
if re.match(r".*\.(cc|cpp|cxx|hcc|hpp|hxx)$", fn):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue