switch to using config.yaml with 4 procs for testing

This commit is contained in:
Trung Nguyen
2024-09-06 08:29:55 -05:00
parent 95cb7d7dd8
commit bafe7c91fa
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
source linuxenv/bin/activate source linuxenv/bin/activate
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_serial.yaml \ --config-file=tools/regression-tests/config.yaml \
--examples-top-level=examples --analyze --num-workers=4 --examples-top-level=examples --analyze --num-workers=4
python3 tools/regression-tests/run_tests.py \ python3 tools/regression-tests/run_tests.py \

View File

@ -77,7 +77,7 @@ jobs:
source linuxenv/bin/activate source linuxenv/bin/activate
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_serial.yaml \ --config-file=tools/regression-tests/config.yaml \
--examples-top-level=examples --quick --quick-branch=origin/develop --quick-max=100 --num-workers=4 --examples-top-level=examples --quick --quick-branch=origin/develop --quick-max=100 --num-workers=4
if [ -f input-list-${{ matrix.idx }}.txt ] if [ -f input-list-${{ matrix.idx }}.txt ]