set OMP_PROC_BIND=false and adjust timeout
This commit is contained in:
4
.github/workflows/kokkos-regression.yaml
vendored
4
.github/workflows/kokkos-regression.yaml
vendored
@ -95,9 +95,9 @@ jobs:
|
|||||||
python3 tools/regression-tests/get_kokkos_input.py \
|
python3 tools/regression-tests/get_kokkos_input.py \
|
||||||
--examples-top-level=examples --batch-size=100 \
|
--examples-top-level=examples --batch-size=100 \
|
||||||
--filter-out="balance;fire;gcmc;granregion;mdi;mliap;neb;pace;prd;pour;python;snap"
|
--filter-out="balance;fire;gcmc;granregion;mdi;mliap;neb;pace;prd;pour;python;snap"
|
||||||
cat input-list-fix-1-kk.txt >> input-list-fix-0-kk.txt
|
cat input-list-fix-*-kk.txt > input-list-fix-kk.txt
|
||||||
mv input-list-fix-0-kk.txt input-list-fix-kk.txt
|
|
||||||
|
|
||||||
|
export OMP_PROC_BIND=false
|
||||||
python3 tools/regression-tests/run_tests.py \
|
python3 tools/regression-tests/run_tests.py \
|
||||||
--lmp-bin=build/lmp \
|
--lmp-bin=build/lmp \
|
||||||
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \
|
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \
|
||||||
|
|||||||
@ -21,6 +21,6 @@
|
|||||||
abs: 1e-3
|
abs: 1e-3
|
||||||
rel: 1e-7
|
rel: 1e-7
|
||||||
|
|
||||||
timeout: 120
|
timeout: 180
|
||||||
nugget: 1.0
|
nugget: 1.0
|
||||||
epsilon: 1e-16
|
epsilon: 1e-16
|
||||||
|
|||||||
Reference in New Issue
Block a user