From 383ae086e5e65b62fda05e76146d0a839cae666c Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Sun, 13 Oct 2024 22:54:54 -0500 Subject: [PATCH] skip in.icos due to the minimize command --- .github/workflows/kokkos-regression.yaml | 3 ++- tools/regression-tests/config_kokkos.yaml | 1 + tools/regression-tests/config_kokkos_openmp.yaml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kokkos-regression.yaml b/.github/workflows/kokkos-regression.yaml index 1965ca7f94..81b72cd1e4 100644 --- a/.github/workflows/kokkos-regression.yaml +++ b/.github/workflows/kokkos-regression.yaml @@ -63,6 +63,7 @@ jobs: -D PKG_BROWNIAN=on \ -D PKG_CLASS2=on \ -D PKG_COLLOID=on \ + -D PKG_CORESHELL=on \ -D PKG_DIPOLE=on \ -D PKG_DPD-BASIC=on \ -D PKG_GRANULAR=on \ @@ -79,7 +80,7 @@ jobs: shell: bash run: | source linuxenv/bin/activate - python3 tools/regression-tests/get_kokkos_input.py --examples-top-level=examples --filter-out="balance;fire;mdi;mliap;pace;prd;pour;python;snap" + python3 tools/regression-tests/get_kokkos_input.py --examples-top-level=examples --filter-out="balance;fire;gcmc;mdi;mliap;neb;pace;prd;pour;python;snap" python3 tools/regression-tests/run_tests.py \ --lmp-bin=build/lmp \ diff --git a/tools/regression-tests/config_kokkos.yaml b/tools/regression-tests/config_kokkos.yaml index fbf53ece80..bfb67793da 100644 --- a/tools/regression-tests/config_kokkos.yaml +++ b/tools/regression-tests/config_kokkos.yaml @@ -31,6 +31,7 @@ skip: [ in.min.box, + in.icos, ] timeout: 120 diff --git a/tools/regression-tests/config_kokkos_openmp.yaml b/tools/regression-tests/config_kokkos_openmp.yaml index d12ef7a27b..8df487b1bb 100644 --- a/tools/regression-tests/config_kokkos_openmp.yaml +++ b/tools/regression-tests/config_kokkos_openmp.yaml @@ -20,10 +20,11 @@ E_vdwl: abs: 1e-3 rel: 1e-7 - + skip: [ in.min.box, + in.icos, ] timeout: 120