skip in.icos due to the minimize command
This commit is contained in:
3
.github/workflows/kokkos-regression.yaml
vendored
3
.github/workflows/kokkos-regression.yaml
vendored
@ -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 \
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
skip:
|
||||
[
|
||||
in.min.box,
|
||||
in.icos,
|
||||
]
|
||||
|
||||
timeout: 120
|
||||
|
||||
@ -20,10 +20,11 @@
|
||||
E_vdwl:
|
||||
abs: 1e-3
|
||||
rel: 1e-7
|
||||
|
||||
|
||||
skip:
|
||||
[
|
||||
in.min.box,
|
||||
in.icos,
|
||||
]
|
||||
|
||||
timeout: 120
|
||||
|
||||
Reference in New Issue
Block a user