Skip to content

Commit

Permalink
Docker: Run farming test with psmp and single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jul 9, 2020
1 parent 51267ca commit 658a154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.test_farming
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./scripts/install_basics.sh .
RUN ./install_basics.sh

COPY ./scripts/install_regtest.sh .
RUN ./install_regtest.sh local pdbg
RUN ./install_regtest.sh local psmp

COPY ./scripts/ci_entrypoint.sh ./scripts/test_farming.sh ./
CMD ["./ci_entrypoint.sh", "./test_farming.sh"]
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/scripts/test_farming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ source /opt/cp2k-toolchain/install/setup

echo -e "\n========== Running Regtests =========="
cd /workspace/cp2k
make VERSION=pdbg test TESTOPTS="-farming -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest ${TESTOPTS}"
make VERSION=psmp test TESTOPTS="-farming -ompthreads 1 -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest ${TESTOPTS}"

#EOF

0 comments on commit 658a154

Please sign in to comment.