mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Perform DBCSR toolchain build for 3rd party tests
This commit is contained in:
parent
9ba8478278
commit
f45310c62e
5 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
|
|||
RUN ./install_cp2k_toolchain.sh \
|
||||
--install-all \
|
||||
--mpi-mode=mpich \
|
||||
--with-dbcsr=no \
|
||||
--with-dbcsr \
|
||||
--with-gcc=system \
|
||||
--dry-run
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
|
|||
RUN ./install_cp2k_toolchain.sh \
|
||||
--install-all \
|
||||
--mpi-mode=mpich \
|
||||
--with-dbcsr=no \
|
||||
--with-dbcsr \
|
||||
--with-gcc=system \
|
||||
--dry-run
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
|
|||
RUN ./install_cp2k_toolchain.sh \
|
||||
--install-all \
|
||||
--mpi-mode=mpich \
|
||||
--with-dbcsr=no \
|
||||
--with-dbcsr \
|
||||
--with-gcc=system \
|
||||
--dry-run
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
|
|||
RUN ./install_cp2k_toolchain.sh \
|
||||
--install-all \
|
||||
--mpi-mode=mpich \
|
||||
--with-dbcsr=no \
|
||||
--with-dbcsr \
|
||||
--with-gcc=system \
|
||||
--dry-run
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ def main() -> None:
|
|||
|
||||
for name in "aiida", "ase", "gromacs", "i-pi":
|
||||
with OutputFile(f"Dockerfile.test_{name}", args.check) as f:
|
||||
f.write(install_deps_toolchain())
|
||||
f.write(install_deps_toolchain(with_dbcsr=""))
|
||||
f.write(test_3rd_party(name))
|
||||
|
||||
for name in "misc", "doxygen":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue