set OMP_PROC_BIND=false and adjust timeout

This commit is contained in:
Trung Nguyen
2024-10-26 09:01:39 -05:00
parent b725c01c0d
commit 67d1c7d17d
2 changed files with 3 additions and 3 deletions

View File

@ -95,9 +95,9 @@ jobs:
python3 tools/regression-tests/get_kokkos_input.py \
--examples-top-level=examples --batch-size=100 \
--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
mv input-list-fix-0-kk.txt input-list-fix-kk.txt
cat input-list-fix-*-kk.txt > input-list-fix-kk.txt
export OMP_PROC_BIND=false
python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \

View File

@ -21,6 +21,6 @@
abs: 1e-3
rel: 1e-7
timeout: 120
timeout: 180
nugget: 1.0
epsilon: 1e-16